This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from da6cf19 * Makefile.in (OBJS): Add gimple-ssa-warn-alloca.o. * passe [...]
new 5b107e4 Fix formatting.
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/config/rs6000/xcoff.h | 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 master
in repository llvm.
from 0084250 revert r284541.
new f2a459b Using branch probability to guide critical edge splitting.
new 298a3d2 [asan] Append line number to variable name if line is availab [...]
new 6b9bef9 [asan] Simplify calculation of stack frame layout extraction [...]
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:
.../llvm/Transforms/Utils/ASanStackFrameLayout.h | 9 +-
lib/CodeGen/MachineSink.cpp | 18 ++
.../Instrumentation/AddressSanitizer.cpp | 60 +++----
lib/Transforms/Utils/ASanStackFrameLayout.cpp | 31 ++--
test/CodeGen/ARM/atomic-cmpxchg.ll | 30 ++--
test/CodeGen/ARM/code-placement.ll | 21 +--
test/CodeGen/X86/block-placement.ll | 8 +-
test/CodeGen/X86/clz.ll | 196 ++++++++++++---------
test/CodeGen/X86/loop-search.ll | 15 +-
test/CodeGen/X86/machine-sink.ll | 21 +++
test/CodeGen/X86/phys_subreg_coalesce-2.ll | 2 +
test/CodeGen/X86/pr2659.ll | 3 +-
test/DebugInfo/COFF/pieces.ll | 6 +-
.../AddressSanitizer/stack_layout.ll | 50 +++++-
.../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 44 ++---
15 files changed, 312 insertions(+), 202 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 db2e46d [tsan] Always use -std=c++11 in TSan tests
new d4f13ca [asan] Update test for D25715
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/asan/TestCases/use-after-scope-inlined.cc | 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 master
in repository llvm.
from fe89a6b Conditionally eliminate library calls where the result value [...]
new 0084250 revert r284541.
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/MachineSink.cpp | 17 ---
test/CodeGen/ARM/atomic-cmpxchg.ll | 30 +++--
test/CodeGen/ARM/code-placement.ll | 21 ++--
test/CodeGen/X86/block-placement.ll | 8 +-
test/CodeGen/X86/clz.ll | 196 +++++++++++++----------------
test/CodeGen/X86/loop-search.ll | 15 +--
test/CodeGen/X86/machine-sink.ll | 21 ----
test/CodeGen/X86/phys_subreg_coalesce-2.ll | 2 -
test/CodeGen/X86/pr2659.ll | 3 +-
test/DebugInfo/COFF/pieces.ll | 6 +-
10 files changed, 131 insertions(+), 188 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 49e4877 Update gnulib to current upstream master
new f6abaf7 gdb: no longer define __STDC_CONSTANT_MACROS/__STDC_LIMIT_MACROS
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:
gdb/ChangeLog | 5 +++++
gdb/common/common-defs.h | 16 ----------------
2 files changed, 5 insertions(+), 16 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 9f38b99 dwarfdump: add space missing from the type unit header description
new 6e98f1c Using branch probability to guide critical edge splitting.
new fe89a6b Conditionally eliminate library calls where the result value [...]
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 | 1 +
include/llvm/LinkAllPasses.h | 1 +
include/llvm/Transforms/Scalar.h | 6 +
include/llvm/Transforms/Utils/LibCallsShrinkWrap.h | 27 +
lib/CodeGen/MachineSink.cpp | 17 +
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/IPO/PassManagerBuilder.cpp | 7 +
lib/Transforms/Utils/CMakeLists.txt | 1 +
lib/Transforms/Utils/LibCallsShrinkWrap.cpp | 564 +++++++++++++++++++++
lib/Transforms/Utils/Utils.cpp | 1 +
test/CodeGen/ARM/atomic-cmpxchg.ll | 30 +-
test/CodeGen/ARM/code-placement.ll | 21 +-
test/CodeGen/X86/block-placement.ll | 8 +-
test/CodeGen/X86/clz.ll | 196 +++----
test/CodeGen/X86/loop-search.ll | 15 +-
test/CodeGen/X86/machine-sink.ll | 21 +
test/CodeGen/X86/phys_subreg_coalesce-2.ll | 2 +
test/CodeGen/X86/pr2659.ll | 3 +-
test/DebugInfo/COFF/pieces.ll | 6 +-
test/Transforms/Util/libcalls-shrinkwrap-double.ll | 241 +++++++++
test/Transforms/Util/libcalls-shrinkwrap-float.ll | 191 +++++++
.../Util/libcalls-shrinkwrap-long-double.ll | 192 +++++++
23 files changed, 1422 insertions(+), 131 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/LibCallsShrinkWrap.h
create mode 100644 lib/Transforms/Utils/LibCallsShrinkWrap.cpp
create mode 100644 test/CodeGen/X86/machine-sink.ll
create mode 100644 test/Transforms/Util/libcalls-shrinkwrap-double.ll
create mode 100644 test/Transforms/Util/libcalls-shrinkwrap-float.ll
create mode 100644 test/Transforms/Util/libcalls-shrinkwrap-long-double.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 69a9e66 dwarfdump: -summarize-types: print a short summary (unqualifi [...]
new 8c8a976 Add target for test to fix regression introduced by r284533.
new d327a37 dwarfdump: Include the name in the unit description, even in [...]
new 9f38b99 dwarfdump: add space missing from the type unit header description
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/DebugInfo/DWARF/DWARFTypeUnit.cpp | 1 +
test/Transforms/CodeGenPrepare/section.ll | 2 ++
2 files changed, 3 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 ada39e9 [GVN] Remove dead code. NFC.
new a31af6a [GVN] Consistently use division instead of shift. NFCI.
new ed57153 Improve ARM lowering for "icmp <2 x i64> eq".
new 69a9e66 dwarfdump: -summarize-types: print a short summary (unqualifi [...]
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:
include/llvm/DebugInfo/DIContext.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 3 +-
include/llvm/DebugInfo/PDB/PDBContext.h | 2 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 7 ++--
lib/DebugInfo/DWARF/DWARFTypeUnit.cpp | 22 ++++++++--
lib/DebugInfo/PDB/PDBContext.cpp | 4 +-
lib/Target/ARM/ARMISelLowering.cpp | 27 +++++++++---
lib/Transforms/Scalar/GVN.cpp | 4 +-
test/CodeGen/ARM/vicmp-64.ll | 52 ++++++++++++++++++++++++
test/DebugInfo/dwarfdump-type-units.test | 61 ++++++++++++++++------------
test/tools/llvm-dwp/X86/type_dedup.test | 6 +--
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 6 ++-
14 files changed, 148 insertions(+), 52 deletions(-)
create mode 100644 test/CodeGen/ARM/vicmp-64.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 977fc82 Use profile info to set function section prefix to group hot/ [...]
new ada39e9 [GVN] Remove dead code. 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/Transforms/Scalar/GVN.cpp | 21 +--------------------
1 file changed, 1 insertion(+), 20 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.