This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 3604118 Simplify read-md.c and read-rtl.c using require_char_ws
new f915368 Simple bitop reassoc in match.pd
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/fold-const.c | 39 -------------------------------
gcc/match.pd | 39 +++++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gcc.dg/tree-ssa/bit-assoc.c | 29 +++++++++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr69270.c | 6 +++--
gcc/testsuite/gcc.dg/tree-ssa/vrp59.c | 2 +-
7 files changed, 82 insertions(+), 46 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/bit-assoc.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 b97f02b Debug Info: Prevent DW_AT_abstract_origin from being emitted [...]
new 9e1d577 [CMake] Add some extra variables to LLVMConfig.cmake.in
new 5f206cf [SCCP] Partially propagate informations when the input is not [...]
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:
cmake/modules/LLVMConfig.cmake.in | 2 ++
lib/Transforms/Scalar/SCCP.cpp | 3 +++
test/Transforms/ConstProp/shift.ll | 1 +
3 files changed, 6 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 llvm.
from 8189e3d ARM: stop emitting blx instructions for most calls on MachO.
new b97f02b Debug Info: Prevent DW_AT_abstract_origin from being emitted [...]
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/AsmPrinter/DwarfDebug.cpp | 7 -----
test/DebugInfo/X86/abstract_origin.ll | 57 +++++++++++++++++++++++++++++++++++
2 files changed, 57 insertions(+), 7 deletions(-)
create mode 100644 test/DebugInfo/X86/abstract_origin.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 9941eca Fix typo.
new 5f1a894 Add a link to the format description.
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/DriverUtils.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 llvm.
from 2147c01 [AMDGPU][NFC] Rename SIInsertNops -> SIDebuggerInsertNops
new 8189e3d ARM: stop emitting blx instructions for most calls on MachO.
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 | 3 +-
lib/Target/ARM/ARMISelLowering.h | 1 -
lib/Target/ARM/ARMInstrThumb.td | 15 +---
test/CodeGen/ARM/2010-11-29-PrologueBug.ll | 25 +++----
test/CodeGen/ARM/2011-04-15-AndVFlagPeepholeBug.ll | 2 +-
test/CodeGen/ARM/2011-04-15-RegisterCmpPeephole.ll | 4 +-
test/CodeGen/ARM/2011-04-26-SchedTweak.ll | 4 +-
test/CodeGen/ARM/2011-06-09-TailCallByVal.ll | 2 +-
test/CodeGen/ARM/atomic-op.ll | 85 ++++++++--------------
test/CodeGen/ARM/call-tc.ll | 8 +-
test/CodeGen/ARM/crash-greedy.ll | 2 +-
test/CodeGen/ARM/fast-isel-deadcode.ll | 2 +-
test/CodeGen/ARM/half.ll | 8 +-
test/CodeGen/ARM/ifcvt-iter-indbr.ll | 2 +-
test/CodeGen/ARM/local-call.ll | 20 +++++
test/CodeGen/ARM/returned-ext.ll | 28 +++----
test/CodeGen/ARM/sjlj-prepare-critical-edge.ll | 2 +-
test/CodeGen/ARM/struct_byval.ll | 31 +-------
test/CodeGen/ARM/tail-call-weak.ll | 7 +-
test/CodeGen/ARM/this-return.ll | 6 +-
test/CodeGen/ARM/thumb1-varalloc.ll | 12 +--
test/CodeGen/ARM/v7k-sincos.ll | 2 +-
test/CodeGen/ARM/vfp-libcalls.ll | 2 +-
test/CodeGen/Thumb/2010-07-15-debugOrdering.ll | 6 +-
test/CodeGen/Thumb/barrier.ll | 2 +-
test/CodeGen/Thumb2/2010-02-11-phi-cycle.ll | 4 +-
test/CodeGen/Thumb2/2010-03-15-AsmCCClobber.ll | 2 +-
test/CodeGen/Thumb2/thumb2-call.ll | 18 ++---
test/CodeGen/Thumb2/thumb2-ldm.ll | 4 +-
29 files changed, 129 insertions(+), 180 deletions(-)
create mode 100644 test/CodeGen/ARM/local-call.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 gcc.
from ffea1e2 * config/rs6000/sysv4.h (CRTOFFLOADBEGIN): Define. Add crtof [...]
new 3604118 Simplify read-md.c and read-rtl.c using require_char_ws
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 | 13 +++++++++++++
gcc/read-md.c | 33 ++++++++++++++++-----------------
gcc/read-md.h | 1 +
gcc/read-rtl.c | 33 ++++++++-------------------------
4 files changed, 38 insertions(+), 42 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 6d5ba22 Introduce CGCXXABI::canCallMismatchedFunctionType
new 06fd8636d [WebAssembly] Reduce strictness of static destructor test
new 329e886 [VFS] Reconstruct the VFS overlay tree for more accurate lookup
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/Basic/VirtualFileSystem.cpp | 81 ++++++++++++++++++++++++++++++-
test/CodeGenCXX/static-destructor.cpp | 9 ++--
unittests/Basic/VirtualFileSystemTest.cpp | 31 +++++++++++-
3 files changed, 113 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 llvm.
from 11ab0c3 Make "@name =" mandatory for globals in .ll files.
new c6c705c LPM: Drop require<loops> from these tests, it's redundant. NFC
new 2147c01 [AMDGPU][NFC] Rename SIInsertNops -> SIDebuggerInsertNops
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/Target/AMDGPU/AMDGPU.h | 6 ++---
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 4 ++--
lib/Target/AMDGPU/CMakeLists.txt | 2 +-
...InsertNopsPass.cpp => SIDebuggerInsertNops.cpp} | 28 ++++++++++++----------
test/Transforms/LoopRotate/basic.ll | 2 +-
test/Transforms/LoopSimplifyCFG/merge-header.ll | 2 +-
6 files changed, 23 insertions(+), 21 deletions(-)
rename lib/Target/AMDGPU/{SIInsertNopsPass.cpp => SIDebuggerInsertNops.cpp} (79%)
--
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 aa07a97 Re-apply r269081 and r269082 with a fix for MSVC.
new 11ab0c3 Make "@name =" mandatory for globals in .ll files.
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:
docs/LangRef.rst | 2 +-
lib/AsmParser/LLParser.cpp | 40 --------------
test/Assembler/2003-04-15-ConstantInitAssertion.ll | 2 +-
test/Assembler/2003-05-21-ConstantShiftExpr.ll | 2 +-
test/Assembler/2003-05-21-MalformedShiftCrash.ll | 2 +-
test/Assembler/2003-05-21-MalformedStructCrash.ll | 2 +-
test/Assembler/2003-08-21-ConstantExprCast-Fold.ll | 2 +-
test/Assembler/2004-01-20-MaxLongLong.ll | 2 +-
test/Assembler/2004-02-01-NegativeZero.ll | 4 +-
test/Assembler/2009-02-01-UnnamedForwardRef.ll | 2 +-
test/Assembler/ConstantExprFold.ll | 36 ++++++------
test/Assembler/getelementptr_vec_idx4.ll | 2 +-
test/Assembler/invalid-hexint.ll | 2 +-
test/Assembler/invalid_cast4.ll | 2 +-
test/Assembler/vector-cmp.ll | 4 +-
test/CodeGen/PowerPC/2008-03-24-CoalescerBug.ll | 2 +-
test/CodeGen/X86/2008-07-19-movups-spills.ll | 64 +++++++++++-----------
test/CodeGen/X86/2008-07-22-CombinerCrash.ll | 4 +-
test/CodeGen/X86/2008-09-29-ReMatBug.ll | 2 +-
test/CodeGen/X86/2009-03-05-burr-list-crash.ll | 2 +-
test/CodeGen/X86/extractps.ll | 2 +-
test/CodeGen/X86/pr2585.ll | 4 +-
test/Feature/constexpr.ll | 10 ++--
test/Feature/constpointer.ll | 8 +--
test/Feature/globalvars.ll | 6 +-
test/Feature/testconstants.ll | 2 +-
test/Integer/constexpr_bt.ll | 10 ++--
test/Integer/constpointer_bt.ll | 8 +--
test/Linker/2003-08-28-TypeResolvesGlobal3.ll | 2 +-
test/Transforms/GlobalOpt/2007-05-13-Crash.ll | 2 +-
test/Transforms/GlobalOpt/2009-03-06-Anonymous.ll | 4 +-
31 files changed, 99 insertions(+), 139 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 6c30fa8 Fix logging in Listener.cpp
new eea616f In some cases, type lookup has to deal with situations where [...]
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:
source/Commands/CommandObjectType.cpp | 24 +++++++++++++++++++++++-
1 file changed, 23 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.