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 d9d88a2 Revert r268130 -- more bot failure
new b81c9a9 [esan] EfficiencySanitizer shadow memory
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/esan/esan.cpp | 66 ++++++++++
lib/esan/esan_interceptors.cpp | 67 ++++++++++
lib/esan/esan_shadow.h | 197 +++++++++++++++++++++++++++++
test/esan/TestCases/mmap-shadow-conflict.c | 29 +++++
test/esan/TestCases/verbose-simple.c | 4 +
5 files changed, 363 insertions(+)
create mode 100644 lib/esan/esan_shadow.h
create mode 100644 test/esan/TestCases/mmap-shadow-conflict.c
--
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 clang-tools-extra.
from 5186b98 [include-fixer] Add lit-test for relative include path.
new ef51b76 [include-fixer] Also output the location where we found an un [...]
new d9c05c4 [include-fixer] Always ignore SFINAE contexts.
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-fixer/IncludeFixer.cpp | 18 ++++++++++++++----
1 file changed, 14 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 fcef736 [Hexagon] Add a debug option to disable all backend optimizations
new ab00bc3 [X86][AVX512] Regenerate intrinsics test
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/CodeGen/X86/avx512-intrinsics.ll | 38 +++----
test/CodeGen/X86/avx512bw-intrinsics.ll | 178 +++++++++++++++++++++-----------
2 files changed, 133 insertions(+), 83 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 1c156df [Hexagon] Use offsets relative to FP+8 in .cfi_offset instructions
new fcef736 [Hexagon] Add a debug option to disable all backend optimizations
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/Target/Hexagon/HexagonTargetMachine.cpp | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
--
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 f20a7ef4 NFC. Introduce Value::isPointerDereferenceable
new 1c156df [Hexagon] Use offsets relative to FP+8 in .cfi_offset instructions
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/Target/Hexagon/HexagonFrameLowering.cpp | 24 ++++++++++++----
test/CodeGen/Hexagon/cfi-offset.ll | 43 +++++++++++++++++++++++++++++
2 files changed, 62 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/Hexagon/cfi-offset.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 melt-branch
in repository gcc.
from b188d6d 2016-05-11 Basile Starynkevitch <basile(a)starynkevitch.net>
new f5b9caa 2016-05-11 Basile Starynkevitch <basile(a)starynkevitch.net> [...]
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:
gcc/ChangeLog.MELT | 24 +++++++++-
gcc/melt-runtime.cc | 88 ++++++++++++++++++++++++++++--------
gcc/melt-runtime.h | 38 ++++++++--------
gcc/melt/generated/meltrunsup-inc.cc | 14 ++++++
gcc/melt/warmelt-base.melt | 19 ++------
gcc/melt/warmelt-modes.melt | 14 ++++++
6 files changed, 142 insertions(+), 55 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 b78951b [X86] Regenerate shuffle test
new d8ec303 Merge two unreachable cases.
new f20a7ef4 NFC. Introduce Value::isPointerDereferenceable
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/IR/Value.h | 6 ++++++
lib/Analysis/Loads.cpp | 17 +++++------------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 3 +--
lib/IR/Value.cpp | 23 +++++++++++++++++++++++
4 files changed, 35 insertions(+), 14 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 clang.
from 6ab64a9 [clang][AVX512] completing missing set intrinsics
new 254b315 [tooling] FixItHint Tooling refactoring
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/clang/Tooling/FixIt.h | 72 ++++++++++++
lib/Tooling/CMakeLists.txt | 1 +
lib/Tooling/FixIt.cpp | 31 ++++++
unittests/Tooling/CMakeLists.txt | 9 +-
unittests/Tooling/FixItTest.cpp | 232 +++++++++++++++++++++++++++++++++++++++
5 files changed, 341 insertions(+), 4 deletions(-)
create mode 100644 include/clang/Tooling/FixIt.h
create mode 100644 lib/Tooling/FixIt.cpp
create mode 100644 unittests/Tooling/FixItTest.cpp
--
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 1ff8b38 2016-05-11 Richard Biener <rguenther(a)suse.de>
new 3739ac0 2016-05-11 Richard Biener <rguenther(a)suse.de>
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:
gcc/ChangeLog | 7 +++++++
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/torture/pr71055.c | 18 ++++++++++++++++++
gcc/tree-ssa-sccvn.c | 24 ++++++++++++++++++++++--
4 files changed, 52 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr71055.c
--
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 06d9208 Refactor duplicated check for valid declaration linkage. NFC.
new b78951b [X86] Regenerate shuffle test
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/CodeGen/X86/vector-shuffle-512-v8.ll | 48 +++++++++++++++++++++++--------
1 file changed, 36 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.