This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from abeb7adf629 Daily bump.
new 579f637cd77 [libbacktrace] Factor out backtrace_vector_free
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:
libbacktrace/ChangeLog | 6 ++++++
libbacktrace/dwarf.c | 4 +---
libbacktrace/internal.h | 12 ++++++++++++
3 files changed, 19 insertions(+), 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 b6be32f152c [ARM] Don't expand sdiv when optimising for minsize
new 93416f4b6e0 [X86] Change the pre-sse4.1 code in the v16i8 MULHU lowerin [...]
new d41fb27ca27 [X86] Emit PACKUS directly from the v16i8 LowerMULH code in [...]
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/X86ISelLowering.cpp | 38 +++++++++++++++++++-------------------
test/CodeGen/X86/combine-sdiv.ll | 3 +--
test/CodeGen/X86/combine-udiv.ll | 3 +--
3 files changed, 21 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 llvm.
from 3c67822cb8c [CodeGen] Fix bugs in BranchFolderPass when debug labels ar [...]
new b6be32f152c [ARM] Don't expand sdiv when optimising for minsize
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 | 44 +++++++++++++
lib/Target/ARM/ARMISelLowering.h | 3 +
test/CodeGen/ARM/sdiv-pow2-arm-size.ll | 79 +++++++++++++++++++++++
test/CodeGen/ARM/sdiv-pow2-thumb-size.ll | 105 +++++++++++++++++++++++++++++++
4 files changed, 231 insertions(+)
create mode 100644 test/CodeGen/ARM/sdiv-pow2-arm-size.ll
create mode 100644 test/CodeGen/ARM/sdiv-pow2-thumb-size.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 31393f1f983 [SystemZ::TTI] i8/i16 operands extension costs revisited
new 5f388804f3f [NFC] Refine doxygen format.
new 3c67822cb8c [CodeGen] Fix bugs in BranchFolderPass when debug labels ar [...]
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/CodeGen/BranchFolding.cpp | 10 +-
lib/CodeGen/LiveDebugVariables.cpp | 121 +++----
test/CodeGen/MIR/X86/branch-folder-with-label.mir | 397 ++++++++++++++++++++++
3 files changed, 466 insertions(+), 62 deletions(-)
create mode 100644 test/CodeGen/MIR/X86/branch-folder-with-label.mir
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.