This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from db393b8 Defer asm errors to post-statement failure
new 7add7dd Install libLLVM if needed with LLVM_INSTALL_TOOLCHAIN_ONLY
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:
cmake/modules/AddLLVM.cmake | 3 ++-
1 file changed, 2 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 6dc8c1a Make test slightly more explicit. NFC.
new 4746214 Change extractProfMetadata and extractProfTotalWeight to cons [...]
new db393b8 Defer asm errors to post-statement failure
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/Instruction.h | 4 +-
include/llvm/MC/MCParser/MCAsmLexer.h | 6 +
include/llvm/MC/MCParser/MCAsmParser.h | 42 +-
include/llvm/Support/SMLoc.h | 2 +
lib/IR/Metadata.cpp | 44 +-
lib/MC/MCParser/AsmParser.cpp | 254 ++++-----
lib/MC/MCParser/MCAsmLexer.cpp | 3 +-
lib/MC/MCParser/MCAsmParser.cpp | 19 +-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 43 +-
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 75 +--
lib/Target/Hexagon/AsmParser/HexagonAsmParser.cpp | 54 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 60 +-
lib/Target/Sparc/AsmParser/SparcAsmParser.cpp | 16 +-
lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp | 3 -
lib/Target/X86/AsmParser/X86AsmParser.cpp | 79 +--
test/MC/AArch64/armv8.1a-rdma.s | 46 +-
test/MC/AArch64/inst-directive-diagnostic.s | 2 +
test/MC/AArch64/neon-diagnostics.s | 646 +++++++---------------
18 files changed, 540 insertions(+), 858 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 zorg.
from cebbbed Shuffle builder load on ericwf-buildslaves and remove redunda [...]
new b43c170 [zorg] Change static analyzer benchmark jenkins bot to be non [...]
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/jenkins/test_build.py | 2 +-
zorg/jenkins/build.py | 2 +-
2 files changed, 2 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 0d3cd48 LoopDistribute should preserve GlobalsAA.
new 6dc8c1a Make test slightly more explicit. 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:
test/CodeGen/PowerPC/pr27078.ll | 9 +++++++--
1 file changed, 7 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 3383e2c LoopLoadElimination should preserve GlobalsAA.
new 0d3cd48 LoopDistribute should preserve GlobalsAA.
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/Transforms/Scalar/LoopDistribute.cpp | 2 ++
1 file changed, 2 insertions(+)
--
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 42f172d 2016-09-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 29ff19b Replace modulus with mask operation in over-aligned new
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/libsupc++/new_opa.cc | 2 +-
2 files changed, 8 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 9fd0ad8 auto-generate checks
new 58071c9 auto-generate checks
new 3383e2c LoopLoadElimination should preserve GlobalsAA.
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/Transforms/Scalar/LoopLoadElimination.cpp | 2 ++
test/Analysis/ValueTracking/knownzero-shift.ll | 6 ++++--
2 files changed, 6 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 gcc.
from 222ac27 Adjust arguments to aligned_alloc or posix_memalign
new 42f172d 2016-09-16 Steven G. Kargl <kargl(a)gcc.gnu.org>
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/fortran/ChangeLog | 7 +++++++
gcc/fortran/decl.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pr77612.f90 | 13 +++++++++++++
4 files changed, 29 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr77612.f90
--
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 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.
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 40d1241 [asan] Remove the test as the fix is going to be removed
new 39ea2e7 [compiler-rt] Don't force ASAN_HAS_EXCEPTIONS to be true for [...]
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/CMakeLists.txt | 3 ---
1 file changed, 3 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 c49f5e8 [AArch64][GlobalISel] Add default regbank mapping for int<>FP.
new 3284f27 [LTO] Prevent asm references to be dropped from the output.
new ad63f23 [IRObjectFile] Turn llvm_unreachable("foo") into something mo [...]
new 1af8186 [InstCombine] add helper functions for visitICmpInst(); NFCI
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/LTO/LTOBackend.cpp | 18 +
lib/Object/IRObjectFile.cpp | 2 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 1079 ++++++++++----------
lib/Transforms/InstCombine/InstCombineInternal.h | 3 +
test/tools/gold/X86/asm_undefined2.ll | 28 +
5 files changed, 606 insertions(+), 524 deletions(-)
create mode 100644 test/tools/gold/X86/asm_undefined2.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 lld.
from 4d832de Change how we compute offsets with linker scripts.
new cb49467 Improve handling ASSERT outside SECTIONS block
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 | 76 ++++++++++++++++++++++--------------------
ELF/LinkerScript.h | 6 ++--
ELF/Writer.cpp | 8 ++---
test/ELF/linkerscript/assert.s | 15 +++++++++
4 files changed, 62 insertions(+), 43 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 07ca84e [AArch64][GlobalISel] Test default regbank mapping for G_ICMP.
new 16527fa [AArch64][GlobalISel] Add default regbank mapping for FP ops.
new d705c9f [AArch64][GlobalISel] Add default regbank mapping for G_FCMP.
new c49f5e8 [AArch64][GlobalISel] Add default regbank mapping for int<>FP.
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/AArch64/AArch64RegisterBankInfo.cpp | 39 +++-
.../AArch64/GlobalISel/regbankselect-default.mir | 241 +++++++++++++++++++++
2 files changed, 279 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 lld.
from b783e47 Fix shared library build
new 4d832de Change how we compute offsets with linker scripts.
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 | 234 +++++++++++++++---------------
ELF/LinkerScript.h | 17 ++-
test/ELF/linkerscript/merge-sections.s | 9 +-
test/ELF/linkerscript/symbols-synthetic.s | 14 --
4 files changed, 142 insertions(+), 132 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 cd01b58 Reapplying r278731 after fixing the problem that caused it to [...]
new ac10524 [AArch64][GlobalISel] Add tests for default RegBank mappings. NFC.
new c3852f5 [AArch64][GlobalISel] Add default regbank mappings for mixed- [...]
new 07ca84e [AArch64][GlobalISel] Test default regbank mapping for G_ICMP.
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/CodeGen/GlobalISel/RegisterBankInfo.cpp | 2 +-
lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 54 +-
.../AArch64/GlobalISel/regbankselect-default.mir | 629 +++++++++++++++++++++
3 files changed, 666 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/regbankselect-default.mir
--
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 0057769 [mips] Fix previous revert r281726.
new cd01b58 Reapplying r278731 after fixing the problem that caused it to [...]
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/Analysis/ScalarEvolution.h | 7 ++
lib/Analysis/ScalarEvolution.cpp | 115 ++++++++++++++++++---
.../ScalarEvolution/trip-count-unknown-stride.ll | 62 +++++++++++
3 files changed, 169 insertions(+), 15 deletions(-)
create mode 100644 test/Analysis/ScalarEvolution/trip-count-unknown-stride.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 f05ac13 Attempt to fix Sphinx build
new 6e3bce5 [libcxx] Add missing c++98 xfail. 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:
test/std/iterators/iterator.range/begin-end.pass.cpp | 2 +-
1 file changed, 1 insertion(+), 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 gcc-6-branch
in repository gcc.
from 7a974be PR middle-end/77594 * internal-fn.c (expand_arith_overflow) [...]
new 897610e 2016-09-16 David Edelsohn <dje.gcc(a)gmail.com>
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 | 8 ++++++++
gcc/config/rs6000/xcoff.h | 3 +++
2 files changed, 11 insertions(+)
--
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.
Yvan Roux pushed a change to branch linaro-local/Yvan-linaro-6-branch-tests
in repository toolchain/gcc.
at ae5de60 All added testcases since linaro 6 branch creation.
This branch includes the following new commits:
new ae5de60 All added testcases since linaro 6 branch creation.
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.
--
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 c0e5675 Improve handling of floating point literals in OpenCL to only [...]
new 0918387 CodeGen: use pointer rather than reference in range loop
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/CodeGen/CGObjCMac.cpp | 4 ++--
1 file changed, 2 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 7435b28 Place the lowered phi instruction(s) before the DEBUG_VALUE entry
new 0057769 [mips] Fix previous revert r281726.
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/Mips/Disassembler/MipsDisassembler.cpp | 36 -----------------------
1 file changed, 36 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 ffabbc5 Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
new 7435b28 Place the lowered phi instruction(s) before the DEBUG_VALUE entry
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/CodeGen/MachineBasicBlock.h | 9 +++-
lib/CodeGen/InlineSpiller.cpp | 2 +-
lib/CodeGen/LiveDebugVariables.cpp | 2 +-
lib/CodeGen/MachineBasicBlock.cpp | 15 ++++++-
lib/CodeGen/PHIEliminationUtils.cpp | 3 +-
lib/CodeGen/SplitKit.cpp | 2 +-
lib/Target/PowerPC/PPCEarlyReturn.cpp | 2 +-
test/CodeGen/AArch64/phi-dbg.ll | 75 ++++++++++++++++++++++++++++++++
8 files changed, 102 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AArch64/phi-dbg.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 lld.
from adc848f Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FI [...]
new b783e47 Fix shared library build
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:
COFF/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 e38b67f [mips] Fix aui/daui/dahi/dati for MIPSR6
new 8ab74ba [LTO] Fix handling of mixed (regular and thin) mode LTO
new ffabbc5 Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
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/LTO/LTO.h | 2 +-
lib/LTO/LTO.cpp | 15 +++++----
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 10 ------
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 36 ++++++++++++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 12 +++-----
lib/Target/Mips/Mips32r6InstrInfo.td | 2 +-
lib/Target/Mips/Mips64r6InstrInfo.td | 10 +++---
lib/Target/Mips/MipsInstrInfo.td | 14 ---------
.../Resolution/X86/Inputs/mixed_lto.ll} | 0
test/LTO/Resolution/X86/mixed_lto.ll | 19 ++++++++++++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 +--
.../Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
.../Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
.../Mips/mips64r6/valid-mips64r6-el.txt | 3 +-
.../Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 +--
test/MC/Mips/micromips32r6/valid.s | 2 +-
test/MC/Mips/micromips64r6/invalid.s | 15 ++-------
test/MC/Mips/micromips64r6/valid.s | 5 ++-
test/MC/Mips/mips32r6/invalid.s | 2 --
test/MC/Mips/mips32r6/valid.s | 2 +-
test/MC/Mips/mips64r6/invalid.s | 13 --------
test/MC/Mips/mips64r6/valid.s | 14 ++++-----
.../{thinlto_internalize.ll => mixed_lto.ll} | 0
test/tools/gold/X86/mixed_lto.ll | 18 +++++++++++
26 files changed, 115 insertions(+), 95 deletions(-)
copy test/{tools/gold/X86/Inputs/thinlto_internalize.ll => LTO/Resolution/X86/Inpu [...]
create mode 100644 test/LTO/Resolution/X86/mixed_lto.ll
copy test/tools/gold/X86/Inputs/{thinlto_internalize.ll => mixed_lto.ll} (100%)
create mode 100644 test/tools/gold/X86/mixed_lto.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 llvm.
from ea7e0cd Reverting r281719, this is causing buildbot failures and time [...]
new e38b67f [mips] Fix aui/daui/dahi/dati for MIPSR6
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/Mips/AsmParser/MipsAsmParser.cpp | 10 ++++++
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 36 ++++++++++++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 12 +++++---
lib/Target/Mips/Mips32r6InstrInfo.td | 2 +-
lib/Target/Mips/Mips64r6InstrInfo.td | 10 +++---
lib/Target/Mips/MipsInstrInfo.td | 14 +++++++++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 +--
.../Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
.../Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
.../Mips/mips64r6/valid-mips64r6-el.txt | 3 +-
.../Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 +--
test/MC/Mips/micromips32r6/valid.s | 2 +-
test/MC/Mips/micromips64r6/invalid.s | 15 +++++++--
test/MC/Mips/micromips64r6/valid.s | 5 +--
test/MC/Mips/mips32r6/invalid.s | 2 ++
test/MC/Mips/mips32r6/valid.s | 2 +-
test/MC/Mips/mips64r6/invalid.s | 13 ++++++++
test/MC/Mips/mips64r6/valid.s | 14 ++++-----
20 files changed, 124 insertions(+), 32 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 lld.
from 07b756e [ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of [...]
new adc848f Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FI [...]
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 | 78 ++++++++----------------
ELF/LinkerScript.h | 4 +-
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, 26 insertions(+), 100 deletions(-)
delete mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple1.s
delete mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple2.s
delete 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.
unknown user pushed a change to branch master
in repository llvm.
from 89f7a48 [AArch64][GlobalISel] Use the generic DefaultMapping as the default.
new ea7e0cd Reverting r281719, this is causing buildbot failures and time [...]
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/ARM/ARMISelLowering.cpp | 19 +----------------
test/CodeGen/ARM/urem-opt-size.ll | 43 --------------------------------------
2 files changed, 1 insertion(+), 61 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 lld.
from 9e2a682 Use functions in DebugInfoPDB to create dummy PDB file.
new 07b756e [ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of [...]
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 | 78 ++++++++++++++++--------
ELF/LinkerScript.h | 4 +-
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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from 0a0df90 Automatic date update in version.in
new f807f43 [ARC] Disassemble correctly extension 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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/arc/textinsnxop.d | 12 ++++++++++++
gas/testsuite/gas/arc/textinsnxop.s | 10 ++++++++++
opcodes/ChangeLog | 4 ++++
opcodes/arc-dis.c | 6 +++---
5 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gas/testsuite/gas/arc/textinsnxop.d
create mode 100644 gas/testsuite/gas/arc/textinsnxop.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.
unknown user pushed a change to branch master
in repository llvm.
from f9c0a77 This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM [...]
new 89f7a48 [AArch64][GlobalISel] Use the generic DefaultMapping as the default.
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/AArch64/AArch64RegisterBankInfo.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 master
in repository llvm.
from 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile.
new f9c0a77 This is an attempt to reapply r280808: [ARM] Lower UDIV+UREM [...]
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/ARM/ARMISelLowering.cpp | 19 ++++++++++++++++-
test/CodeGen/ARM/urem-opt-size.ll | 43 ++++++++++++++++++++++++++++++++++++++
2 files changed, 61 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 gcc.
from 0665113 Fix testsuite failure for avr target
new 222ac27 Adjust arguments to aligned_alloc or posix_memalign
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:
libstdc++-v3/ChangeLog | 7 +++++++
libstdc++-v3/libsupc++/new_opa.cc | 13 +++++++++++--
2 files changed, 18 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 793f008 [LCG] Redesign the lazy post-order iteration mechanism for th [...]
new 6c1574b Trying to fix Mangler memory leak in TargetLoweringObjectFile.
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/Target/TargetLoweringObjectFile.h | 2 +-
lib/Target/TargetLoweringObjectFile.cpp | 2 ++
2 files changed, 3 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 gcc.
from d80c1c6 * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.
new 0665113 Fix testsuite failure for avr target
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/testsuite/ChangeLog | 4 ++++
gcc/testsuite/gcc.dg/torture/pr70421.c | 1 +
2 files changed, 5 insertions(+)
--
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 3a04daf add availability check to DarwinLog event tests
new 5794467 [RenderScript] Support tracking and dumping reduction kernels
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:
.../RenderScriptRuntime/RenderScriptRuntime.cpp | 266 ++++++++++++++++-----
.../RenderScriptRuntime/RenderScriptRuntime.h | 57 ++++-
2 files changed, 264 insertions(+), 59 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 f5c4b3b * config/ia64/ia64.h (ASM_OUTPUT_DWARF_OFFSET): Use paramete [...]
new d80c1c6 * c-typeck.c (lvalue_p): Use true and false instead of 1 and 0.
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/c/ChangeLog | 4 ++++
gcc/c/c-typeck.c | 4 ++--
2 files changed, 6 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 88a23b6 Move the Mangler from the AsmPrinter down to TLOF and clean u [...]
new d95bdda [ARM] Promote small global constants to constant pools
new 793f008 [LCG] Redesign the lazy post-order iteration mechanism for th [...]
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/Analysis/LazyCallGraph.h | 61 ++++-
lib/Analysis/LazyCallGraph.cpp | 230 +++++++++--------
lib/Target/ARM/ARMAsmPrinter.cpp | 13 +
lib/Target/ARM/ARMAsmPrinter.h | 9 +-
lib/Target/ARM/ARMISelLowering.cpp | 168 +++++++++++++
lib/Target/ARM/ARMMachineFunctionInfo.cpp | 2 +-
lib/Target/ARM/ARMMachineFunctionInfo.h | 25 +-
test/CodeGen/ARM/constantpool-promote.ll | 120 +++++++++
unittests/Analysis/LazyCallGraphTest.cpp | 396 +++++++++++++++++++++++++++++-
9 files changed, 894 insertions(+), 130 deletions(-)
create mode 100644 test/CodeGen/ARM/constantpool-promote.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 clang.
from fcb405e Touch up [[clang::require_constant_initialization]] docs
new c0e5675 Improve handling of floating point literals in OpenCL to only [...]
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/Sema/SemaExpr.cpp | 22 +++++++++++++++++++---
lib/Sema/SemaType.cpp | 3 ++-
test/CodeGenOpenCL/fpmath.cl | 13 +++++++++++++
test/SemaOpenCL/extensions.cl | 11 ++++++++++-
4 files changed, 44 insertions(+), 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 clang-tools-extra.
from e6522d8 [clang-rename] Merge rename-{at|all} & optimise.
new 97c9504 [clang-tidy] Bugfix for readability-redundant-control-flow check
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:
clang-tidy/readability/RedundantControlFlowCheck.cpp | 2 +-
test/clang-tidy/readability-redundant-control-flow.cpp | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.