This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ca5b485 [pdb] Fix broken unit test compilation.
new 3aa4772 [X86][SSE4A] Regenerated SSE4A intrinsics tests
new d3e1f7d [LibFuzzer] Split the fuzzer-oom.test into two tests.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
...uzzer-oom.test => fuzzer-oom-with-profile.test} | 1 +
lib/Fuzzer/test/fuzzer-oom.test | 1 -
lib/Fuzzer/test/lit.cfg | 8 +++
test/CodeGen/X86/sse4a-intrinsics-fast-isel.ll | 6 +-
test/CodeGen/X86/sse4a.ll | 75 ++++++++++++++++++----
5 files changed, 74 insertions(+), 17 deletions(-)
copy lib/Fuzzer/test/{fuzzer-oom.test => fuzzer-oom-with-profile.test} (93%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 90d4a1b [pdb] Convert StringRefs to ArrayRef<uint8_t>s.
new ca5b485 [pdb] Fix broken unit test compilation.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2b8506b Add info to SourceLevelDebugging about CodeView
new 90d4a1b [pdb] Convert StringRefs to ArrayRef<uint8_t>s.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/DebugInfo/PDB/Raw/IPDBFile.h | 4 ++--
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 3 ++-
lib/DebugInfo/PDB/Raw/MappedBlockStream.cpp | 11 +++++------
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 9 ++++++---
4 files changed, 15 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b1953d8 [libfuzzer] custom crossover interface function.
new 3f950e9 Reformat for some clarity and 80-columns. NFC.
new c2a7f10 Revert "Differential Revision: http://reviews.llvm.org/D20557"
new 2b8506b Add info to SourceLevelDebugging about CodeView
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
docs/SourceLevelDebugging.rst | 83 ++++++++-
include/llvm/Support/AArch64TargetParser.def | 19 +-
include/llvm/Support/ARMTargetParser.def | 34 ++--
lib/Target/AMDGPU/SIISelLowering.cpp | 72 ++------
test/CodeGen/AMDGPU/fdiv.ll | 255 +--------------------------
5 files changed, 128 insertions(+), 335 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from c10f05a * doc/invoke.texi (RS/6000 and PowerPC Options): Document -m [...]
new 2d76c36 This patch adds support for the missing versions of the vec_m [...]
new d94d856 2016-06-07 François Dumont <fdumont(a)gcc.gnu.org>
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
gcc/ChangeLog | 12 +++++
gcc/config/rs6000/altivec.h | 1 +
gcc/config/rs6000/rs6000-builtin.def | 2 +-
gcc/config/rs6000/rs6000-c.c | 59 +++++++++++++++++++---
gcc/config/rs6000/rs6000.c | 2 +
gcc/testsuite/ChangeLog | 4 ++
.../gcc.target/powerpc/{vec-adde.c => vec-mul.c} | 42 ++++++++-------
libstdc++-v3/ChangeLog | 5 ++
libstdc++-v3/include/std/tuple | 43 ++++++++--------
9 files changed, 121 insertions(+), 49 deletions(-)
copy gcc/testsuite/gcc.target/powerpc/{vec-adde.c => vec-mul.c} (53%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from babe120 [yaml] Add a ScalarTraits for mapping endian aware types.
new 311dd52 [lit] Fix an uninitialized var on Windows.
new 70cf01c [stack-protection] Add support for MSVC buffer security check
new b1953d8 [libfuzzer] custom crossover interface function.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Target/TargetLowering.h | 10 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 39 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 22 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 30 +-
lib/CodeGen/StackProtector.cpp | 45 ++-
lib/CodeGen/TargetLoweringBase.cpp | 6 +-
lib/Fuzzer/FuzzerExtFunctions.def | 5 +
lib/Fuzzer/FuzzerInterface.h | 9 +
lib/Fuzzer/FuzzerInternal.h | 2 +
lib/Fuzzer/FuzzerMutate.cpp | 23 ++
lib/Fuzzer/test/CMakeLists.txt | 1 +
lib/Fuzzer/test/CustomCrossOverTest.cpp | 57 +++
lib/Fuzzer/test/fuzzer-customcrossover.test | 10 +
lib/Target/X86/X86ISelLowering.cpp | 35 +-
lib/Target/X86/X86ISelLowering.h | 4 +-
test/CodeGen/X86/stack-protector-msvc.ll | 40 +++
test/CodeGen/X86/stack-protector-weight.ll | 40 ++-
test/CodeGen/X86/stack-protector.ll | 438 +++++++++++++++++++++++
utils/lit/lit/TestRunner.py | 3 +-
19 files changed, 777 insertions(+), 42 deletions(-)
create mode 100644 lib/Fuzzer/test/CustomCrossOverTest.cpp
create mode 100644 lib/Fuzzer/test/fuzzer-customcrossover.test
create mode 100644 test/CodeGen/X86/stack-protector-msvc.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 0f3f60f Added notes about the issues for Oulu
new a8054c3 Added notes for a bunch of the issues
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
www/upcoming_meeting.html | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from 3c3bb84 [asan] Turn LSan-related #if’s into regular if’s in ASan initializer
new d694ebb [scudo] trying to fix the bot: aligned_alloc is not known the [...]
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/scudo/memalign.cpp | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 01da260 [Hexagon] Modify HexagonExpandCondsets to handle subregisters
new 6fc4b2a Revert r272045 since GCC doesn't know how to compile it.
new babe120 [yaml] Add a ScalarTraits for mapping endian aware types.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
include/llvm/Support/YAMLTraits.h | 27 +
lib/Target/Hexagon/HexagonExpandCondsets.cpp | 956 ++++++++++++++-------------
unittests/Support/YAMLIOTest.cpp | 106 +++
3 files changed, 640 insertions(+), 449 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository compiler-rt.
from a3fbfc4 [scudo] trying to fix the bot: aligned_alloc is not known there
new 3c3bb84 [asan] Turn LSan-related #if’s into regular if’s in ASan initializer
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
lib/asan/asan_rtl.cc | 16 ++++++++--------
lib/lsan/lsan_common.cc | 7 +++++++
2 files changed, 15 insertions(+), 8 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.