This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1b3b337d18c [asan] Fix kernel callback naming in instrumentation module.
new cdd614dc669 [Debug] Add a utility to propagate dbg.value to new PHIs, NFC
new b7162f298a2 [Debug] Add dbg.value intrinsics for PHIs created during LCSSA.
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/Transforms/Utils/Local.h | 4 ++++
lib/Transforms/Scalar/LoopRotation.cpp | 34 +-----------------------------
lib/Transforms/Utils/LCSSA.cpp | 9 ++++++--
lib/Transforms/Utils/Local.cpp | 38 ++++++++++++++++++++++++++++++++++
test/Transforms/LCSSA/basictest.ll | 2 ++
5 files changed, 52 insertions(+), 35 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 ab7a41171bc Revert r322132; it appears to be an accidental commit, base [...]
new 8f9cfffb921 [X86] Combine two unnecessarily complicated ifs that had th [...]
new 335ad172691 [X86] Teach Intel syntax InstPrinter to print lock prefixes [...]
new 1b3b337d18c [asan] Fix kernel callback naming in instrumentation module.
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:
lib/Target/X86/InstPrinter/X86ATTInstPrinter.cpp | 4 +---
lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 4 ++--
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 4 +---
test/MC/X86/x86-32-coverage.s | 6 ++++++
4 files changed, 10 insertions(+), 8 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 lldb.
from efc646194 Use test-specific module caches to avoid stale header conflicts
new a8dbc9b1e [test] Fix a test that never compiled under -fmodules
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/functionalities/non-overlapping-index-variable-i/main.cpp | 5 -----
1 file changed, 5 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 c06c914ec16 tmp
new f1534d01fc2 Reverting r323463 as it appears to be an accidental commit. [...]
new ab7a41171bc Revert r322132; it appears to be an accidental commit, base [...]
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:
test/tools/llvm-objcopy/Inputs/alloc-symtab.o | Bin 1312 -> 0 bytes
test/tools/llvm-objcopy/add-gnu-debuglink.test | 27 -
test/tools/llvm-objcopy/binary-out-error.test | 2 -
test/tools/llvm-objcopy/remove-shstrtab-error.test | 2 +-
tools/llvm-objcopy/Object.cpp | 625 +++++++++------------
tools/llvm-objcopy/Object.h | 327 +++--------
tools/llvm-objcopy/llvm-objcopy.cpp | 140 ++---
tools/llvm-objcopy/llvm-objcopy.h | 3 -
8 files changed, 415 insertions(+), 711 deletions(-)
delete mode 100644 test/tools/llvm-objcopy/Inputs/alloc-symtab.o
delete mode 100644 test/tools/llvm-objcopy/add-gnu-debuglink.test
delete mode 100644 test/tools/llvm-objcopy/binary-out-error.test
--
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 a4d661384 [sanitizer] Implement GetNumberOfCPUs for Windows
new 6039ea1c5 [scudo] Overhaul malloc related interceptors
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/scudo/CMakeLists.txt | 4 +-
lib/scudo/scudo_interceptors.cpp | 70 ---------------------------------
lib/scudo/scudo_malloc.cpp | 83 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+), 72 deletions(-)
delete mode 100644 lib/scudo/scudo_interceptors.cpp
create mode 100644 lib/scudo/scudo_malloc.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 llvm.
from bdb305ac14f Re-land "[ThinLTO] Add call edges' relative block frequency [...]
new c06c914ec16 tmp
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/tools/llvm-objcopy/Inputs/alloc-symtab.o | Bin 0 -> 1312 bytes
test/tools/llvm-objcopy/binary-out-error.test | 2 +
test/tools/llvm-objcopy/remove-shstrtab-error.test | 2 +-
tools/llvm-objcopy/Object.cpp | 602 ++++++++++++---------
tools/llvm-objcopy/Object.h | 325 +++++++----
tools/llvm-objcopy/llvm-objcopy.cpp | 134 ++---
tools/llvm-objcopy/llvm-objcopy.h | 3 +
7 files changed, 630 insertions(+), 438 deletions(-)
create mode 100644 test/tools/llvm-objcopy/Inputs/alloc-symtab.o
create mode 100644 test/tools/llvm-objcopy/binary-out-error.test
--
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 ebea91f91 Correct typo in TSan code
new a4d661384 [sanitizer] Implement GetNumberOfCPUs for Windows
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/sanitizer_common/sanitizer_win.cc | 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 clang.
from 244006d31e Unused diagnostics can occur in tblgen.
new fcdbeda4ad AST: inline a single-use variable (NFC)
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/AST/MicrosoftMangle.cpp | 3 +--
1 file changed, 1 insertion(+), 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 gcc-7-branch
in repository gcc.
from f89a943249e [gcc] 2018-01-25 Michael Meissner <meissner(a)linux.vnet.ibm.com>
new a2728f8df39 Backport from mainline 2018-01-17 Uros Bizjak <ubizjak@ [...]
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 | 12 ++++++++++++
gcc/config/i386/i386.c | 30 +++++++++++++++---------------
2 files changed, 27 insertions(+), 15 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 d9c7c3e3f6e 2018-25-01 Paul Thomas <pault(a)gcc.gnu.org>
new 15c7b27af70 jit: remove some unused fields from recording::union_ (PR j [...]
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/jit/ChangeLog | 6 ++++++
gcc/jit/jit-recording.h | 4 ----
2 files changed, 6 insertions(+), 4 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.