This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f15b3af Fix test after renaming -name-anon-functions pass to -name-an [...]
new 9fd0ad8 auto-generate checks
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/Transforms/InstCombine/trunc.ll | 340 +++++++++++++++++++++--------------
1 file changed, 203 insertions(+), 137 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 0918387 CodeGen: use pointer rather than reference in range loop
new dca2f8e Introduce inline assembly parsing test is PR30372.
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/Sema/pr30372.c | 12 ++++++++++++
1 file changed, 12 insertions(+)
create mode 100644 test/Sema/pr30372.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 lld.
from cb49467 Improve handling ASSERT outside SECTIONS block
new e5e54eb Recommit r281721 "[ELF] - Linkerscript: implement EXCLUDE_FIL [...]
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:
ELF/LinkerScript.cpp | 77 ++++++++++++++++--------
ELF/LinkerScript.h | 5 +-
test/ELF/linkerscript/Inputs/exclude-multiple1.s | 8 +++
test/ELF/linkerscript/Inputs/exclude-multiple2.s | 8 +++
test/ELF/linkerscript/exclude-multiple.s | 28 +++++++++
5 files changed, 100 insertions(+), 26 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple1.s
create mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple2.s
create mode 100644 test/ELF/linkerscript/exclude-multiple.s
--
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.
diana.picus pushed a change to branch diana_picus/format
in repository toolchain/tcwg-release-tools.
at e390ab2 Fix testrn.py
This branch includes the following new commits:
new 9b6ce2d Run autopep8 with default settings
new f65d8db Run autopep8 on the first level of --aggressive
new b7144e2 Run autopep8 with level 2 of --aggressive
new e390ab2 Fix testrn.py
The 4 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.
--
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 d964ea8 Actually remove the Mangler from the AsmPrinter and clean up [...]
new 1832d7b [LTO] Use llvm-nm instead of nm in new tests
new f15b3af Fix test after renaming -name-anon-functions pass to -name-an [...]
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:
lib/Passes/PassRegistry.def | 2 +-
test/Bitcode/thinlto-function-summary.ll | 8 ++++----
test/LTO/Resolution/X86/mixed_lto.ll | 4 ++--
test/Transforms/{NameAnonFunctions => NameAnonGlobals}/rename.ll | 2 +-
test/tools/gold/X86/mixed_lto.ll | 2 +-
5 files changed, 9 insertions(+), 9 deletions(-)
rename test/Transforms/{NameAnonFunctions => NameAnonGlobals}/rename.ll (92%)
--
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 test-suite.
from 9a90bcb [CUDA] [test-suite] Add <algorithm> test.
new ac0c8b9 Re-enable AArch64 tests for OSX arm64. Green dragon should no [...]
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:
Bitcode/CMakeLists.txt | 5 +----
1 file changed, 1 insertion(+), 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 binutils-gdb.
from f807f43 [ARC] Disassemble correctly extension instructions.
new d41a5c0 testsuite: Fix false FAIL in gdb.cp/casts.exp
new 9c2996c S390: Avoid direct access to lwp_info structure
new 17c84cc S390: Migrate watch areas from list to VEC type
new 373c3da S390: Multi-inferior watchpoint support
new 169fe0d S390: Enable "maint set show-debug-regs"
new 0e00e96 linux-nat: Add function lwp_is_stepping
new 8193ade S390: Hardware breakpoint support
The 7 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:
gdb/ChangeLog | 71 ++++
gdb/gdbserver/ChangeLog | 4 +
gdb/gdbserver/linux-low.c | 8 +
gdb/linux-nat.c | 8 +
gdb/nat/linux-nat.h | 5 +
gdb/s390-linux-nat.c | 443 +++++++++++++++++----
gdb/testsuite/ChangeLog | 11 +
gdb/testsuite/gdb.cp/casts.cc | 10 -
gdb/testsuite/gdb.cp/casts.exp | 26 +-
.../dwp-sepdebug.c => gdb.cp/casts03.cc} | 12 +-
gdb/testsuite/lib/gdb.exp | 3 +-
11 files changed, 514 insertions(+), 87 deletions(-)
copy gdb/testsuite/{gdb.dwarf2/dwp-sepdebug.c => gdb.cp/casts03.cc} (83%)
--
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 8dff0d8 Rename NameAnonFunctions to NameAnonGlobals to match what it [...]
new 7bbc777 Fix a hidden use of grabbing the Mangler from the AsmPrinter [...]
new d964ea8 Actually remove the Mangler from the AsmPrinter and clean up [...]
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/CodeGen/AsmPrinter.h | 4 ----
lib/Target/Lanai/LanaiAsmPrinter.cpp | 4 ++--
lib/Target/Lanai/LanaiMCInstLower.cpp | 1 -
lib/Target/Lanai/LanaiMCInstLower.h | 3 +--
lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 --
lib/Target/PowerPC/PPCMCInstLower.cpp | 8 ++++----
lib/Target/XCore/XCoreAsmPrinter.cpp | 2 +-
lib/Target/XCore/XCoreMCInstLower.cpp | 7 ++-----
lib/Target/XCore/XCoreMCInstLower.h | 3 +--
9 files changed, 11 insertions(+), 23 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 39ea2e7 [compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be true for [...]
new 45dceee Remove undefined weak hooks from dll thunk export list to rea [...]
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_win_dll_thunk.cc | 12 ------------
1 file changed, 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 1af8186 [InstCombine] add helper functions for visitICmpInst(); NFCI
new 4dbfcbb Fix NameAnonFunctions pass: for ThinLTO we need to rename glo [...]
new 8dff0d8 Rename NameAnonFunctions to NameAnonGlobals to match what it [...]
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/InitializePasses.h | 2 +-
include/llvm/Transforms/Scalar.h | 2 +-
include/llvm/Transforms/Utils/ModuleUtils.h | 4 +-
.../{NameAnonFunctions.h => NameAnonGlobals.h} | 16 +++---
lib/Passes/PassBuilder.cpp | 4 +-
lib/Passes/PassRegistry.def | 2 +-
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 +-
lib/Transforms/Utils/CMakeLists.txt | 2 +-
.../{NameAnonFunctions.cpp => NameAnonGlobals.cpp} | 59 ++++++++++++----------
lib/Transforms/Utils/Utils.cpp | 2 +-
test/Transforms/NameAnonFunctions/rename.ll | 6 +++
11 files changed, 57 insertions(+), 46 deletions(-)
rename include/llvm/Transforms/Utils/{NameAnonFunctions.h => NameAnonGlobals.h} (52%)
rename lib/Transforms/Utils/{NameAnonFunctions.cpp => NameAnonGlobals.cpp} (56%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.