This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b2500d2 [ARM] ADD with a negative offset can become SUB for free
new b68584d [Sparc][LEON] Removed the parts of the errata fixes implement [...]
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/Sparc/LeonPasses.cpp | 76 ---------------------------
test/CodeGen/SPARC/LeonFixFSMULDPassUT.ll | 31 -----------
test/CodeGen/SPARC/LeonInsertNOPLoadPassUT.ll | 22 --------
test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 24 ++++-----
4 files changed, 9 insertions(+), 144 deletions(-)
delete mode 100755 test/CodeGen/SPARC/LeonFixFSMULDPassUT.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 compiler-rt.
from 5dc69d4 [sanitizer] fix a potential buffer overflow due to __sanitize [...]
new 8dfde80 [asan] Since r280945 fixed the OS X abort() problem, merge sc [...]
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/Linux/scariness_score_test.cc | 14 --------------
test/asan/TestCases/scariness_score_test.cc | 3 +++
2 files changed, 3 insertions(+), 14 deletions(-)
delete mode 100644 test/asan/TestCases/Linux/scariness_score_test.cc
--
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 0ded8a5 Recommit [ELF] - Versionscript: do not treat non-wildcarded n [...]
new d4a96c3 Revert r281045, it broke BB.
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/Config.h | 1 -
ELF/LinkerScript.cpp | 23 ++++++++---------------
ELF/ScriptParser.cpp | 7 ++-----
ELF/SymbolTable.cpp | 5 +++--
test/ELF/dynamic-list.s | 2 --
test/ELF/version-script-extern-exact.s | 22 ----------------------
6 files changed, 13 insertions(+), 47 deletions(-)
delete mode 100644 test/ELF/version-script-extern-exact.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 lld.
from d3c4e44 [ELF] - Revert r281038 to see if that unbreaks build bot.
new 0ded8a5 Recommit [ELF] - Versionscript: do not treat non-wildcarded n [...]
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/Config.h | 1 +
ELF/LinkerScript.cpp | 23 +++++++++++++++--------
ELF/ScriptParser.cpp | 7 +++++--
ELF/SymbolTable.cpp | 5 ++---
test/ELF/version-script-extern-exact.s | 22 ++++++++++++++++++++++
5 files changed, 45 insertions(+), 13 deletions(-)
create mode 100644 test/ELF/version-script-extern-exact.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 gcc.
from 4d50464 runtime: align ucontext_t argument to 16 byte boundary
new 5addc9d runtime: remove remaining use of MAKECONTEXT_STACK_TOP macro
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/go/gofrontend/MERGE | 2 +-
libgo/runtime/proc.c | 3 ---
2 files 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 llvm.
from 5349caf [Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)
new 31bcc1e [SelectionDAG] Ensure DAG::getZeroExtendInReg is called with [...]
new f53c395 [ARM] icmp %x, -C can be lowered to a simple ADDS or CMN
new b2500d2 [ARM] ADD with a negative offset can become SUB for free
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/SelectionDAG/DAGCombiner.cpp | 2 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +-
lib/Target/ARM/ARMTargetTransformInfo.cpp | 15 ++++
test/CodeGen/ARM/immcost.ll | 51 +++++++++++++
test/CodeGen/X86/known-bits.ll | 107 ++++++++++++++++++++++++++++
5 files changed, 176 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/known-bits.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 d1c9b60 [Patch libgcc] Enable HCmode multiply and divide (mulhc3/divhc3)
new 4d50464 runtime: align ucontext_t argument to 16 byte boundary
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/go/gofrontend/MERGE | 2 +-
libgo/go/runtime/runtime2.go | 6 ++++-
libgo/runtime/proc.c | 58 +++++++++++++++++++++++++++++---------------
3 files changed, 44 insertions(+), 22 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 3c6f3f0 GlobalISel: remove G_TYPE and G_PHI
new 5349caf [Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 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:
lib/Target/ARM/ARMISelDAGToDAG.cpp | 42 +++++++++++++++++++++++++++++++++++
test/CodeGen/ARM/lsr-icmp-imm.ll | 7 +++---
test/CodeGen/ARM/select_xform.ll | 2 +-
test/CodeGen/Thumb/cmp-add-fold.ll | 32 ++++++++++++++++++++++++++
test/CodeGen/Thumb2/lsr-deficiency.ll | 2 +-
test/CodeGen/Thumb2/thumb2-cmn2.ll | 2 +-
6 files changed, 81 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/Thumb/cmp-add-fold.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 b11530a [ELF] - Versionscript: do not treat non-wildcarded names as w [...]
new d3c4e44 [ELF] - Revert r281038 to see if that unbreaks build bot.
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/Config.h | 1 -
ELF/LinkerScript.cpp | 19 ++++++-------------
ELF/ScriptParser.cpp | 7 ++-----
ELF/SymbolTable.cpp | 5 +++--
test/ELF/version-script-extern-exact.s | 22 ----------------------
5 files changed, 11 insertions(+), 43 deletions(-)
delete mode 100644 test/ELF/version-script-extern-exact.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 lld.
from 98c4527 Linker script: implement AT [ (address) ] for PHDR
new b11530a [ELF] - Versionscript: do not treat non-wildcarded names as w [...]
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/Config.h | 1 +
ELF/LinkerScript.cpp | 19 +++++++++++++------
ELF/ScriptParser.cpp | 7 +++++--
ELF/SymbolTable.cpp | 5 ++---
test/ELF/version-script-extern-exact.s | 22 ++++++++++++++++++++++
5 files changed, 43 insertions(+), 11 deletions(-)
create mode 100644 test/ELF/version-script-extern-exact.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.