This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch binutils-2_31-branch
in repository binutils-gdb.
from 1ddf09c06c Automatic date update in version.in
new 4f166da589 Automatic date update in version.in
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:
bfd/version.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 compiler-rt.
from 710b27eea [test] Use printf instead of C++ iostream, NFC.
new 567789c1c Fix Asan-i386-calls-Test AddressSanitizer.ShadowGapTest on FreeBSD
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/tests/asan_test.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 789dd7b8055 Fix crash on inline asm with 64bit matching input in 32bit GPR
new 71650da2ad2 [MS Demangler] Refactor some of the name parsing code.
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/Demangle/MicrosoftDemangle.cpp | 427 +++++++++++++++++++++----------------
1 file changed, 246 insertions(+), 181 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 acb4985d700 [SelectionDAG] Pass std::vector by reference instead of by [...]
new 789dd7b8055 Fix crash on inline asm with 64bit matching input in 32bit GPR
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/SelectionDAG/SelectionDAGBuilder.cpp | 32 ++++++---
.../ARM/inline-asm-operand-implicit-cast.ll | 80 ++++++++++++++++++++++
2 files changed, 103 insertions(+), 9 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 e192af49a17 [X86] Correct the immediate cost for 'add/sub i64 %x, 0x80000000'.
new acb4985d700 [SelectionDAG] Pass std::vector by reference instead of by [...]
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/TargetLowering.h | 4 ++--
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 ++--
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 28 ++++++++++++----------------
3 files changed, 16 insertions(+), 20 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 37cc0caeca [gdb/exp] Interpret size of vla with unknown size as <optimi [...]
new c708f4d256 gdb: Don't call gdb_load_shlib unless GDB is running
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/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.trace/tspeed.exp | 4 +++-
gdb/testsuite/lib/gdb.exp | 6 ++++++
3 files changed, 15 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 52b10b8b07e Add VS natvis support for LLVMDemangle's StringView.
new b03e51dff43 [X86] Use alignTo and divideCeil to make some code more rea [...]
new e192af49a17 [X86] Correct the immediate cost for 'add/sub i64 %x, 0x80000000'.
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/X86/X86TargetTransformInfo.cpp | 14 ++++++++++----
1 file changed, 10 insertions(+), 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 llvm.
from 8a20db36739 [InstCombine] Tests for fold Select with binary op
new 52b10b8b07e Add VS natvis support for LLVMDemangle's StringView.
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:
utils/LLVMVisualizers/llvm.natvis | 4 ++++
1 file changed, 4 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 bd68890e8f0 [InstCombine] try to fold 'sub' to 'not'
new 8a20db36739 [InstCombine] Tests for fold Select with binary op
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/select-binop-icmp.ll | 330 +++++++++++++++++++++++
1 file changed, 330 insertions(+)
create mode 100644 test/Transforms/InstCombine/select-binop-icmp.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 5ba044fc3a4 Daily bump.
new d4d3e0854bc C++: clean up cp_printer
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/cp/ChangeLog | 7 +++++++
gcc/cp/error.c | 46 ++++++++++++++++++++--------------------------
2 files changed, 27 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.