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 57dbb3afed Small fix for "winheight" usage
new 896ee09882 Remove dead definition from valops.c
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 | 4 ++++
gdb/valops.c | 7 -------
2 files changed, 4 insertions(+), 7 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 88c138a88a9 [X86][SSE] Use ISD::MULHS for constant vXi16 ISD::SRA lower [...]
new afbc9614c01 [llvm-exegesis] Add support for measuring NumMicroOps.
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/MC/MCSchedule.h | 4 ++++
include/llvm/Target/TargetSchedule.td | 7 +++++++
lib/Target/X86/X86PfmCounters.td | 1 +
tools/llvm-exegesis/lib/BenchmarkResult.h | 5 +++++
tools/llvm-exegesis/lib/Latency.cpp | 3 +--
tools/llvm-exegesis/lib/Uops.cpp | 35 +++++++++++++++++++------------
utils/TableGen/CodeGenSchedule.cpp | 9 ++++++++
utils/TableGen/CodeGenSchedule.h | 4 +++-
utils/TableGen/SubtargetEmitter.cpp | 7 +++++++
9 files changed, 59 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 compiler-rt.
from fbd7e01f7 [CMake] [MinGW] Build address sanitizer for MinGW if building [...]
new 57be09573 Disable tests from r342917 on Windows; -lm won't work there
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/builtins/Unit/compiler_rt_logb_test.c | 2 ++
test/builtins/Unit/compiler_rt_logbf_test.c | 2 ++
test/builtins/Unit/compiler_rt_logbl_test.c | 2 ++
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 binutils-gdb.
from 7504c64dd9 Automatic date update in version.in
new 57dbb3afed Small fix for "winheight" usage
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 | 4 ++++
gdb/tui/tui-win.c | 2 +-
2 files changed, 5 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 ae073c99a46 [CodeGen] Enable tail calls for functions with NonNull attributes.
new 78e19a9d43e [ARM] Fix for PR39060
new 88c138a88a9 [X86][SSE] Use ISD::MULHS for constant vXi16 ISD::SRA lower [...]
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/ARM/ARMCodeGenPrepare.cpp | 131 ++++++++---
lib/Target/X86/X86ISelLowering.cpp | 24 ++
test/CodeGen/ARM/arm-cgp-overflow.ll | 133 ++++++++++-
test/CodeGen/ARM/arm-cgp-signed-icmps.ll | 25 +-
test/CodeGen/ARM/pr39060.ll | 33 +++
test/CodeGen/X86/combine-sdiv.ll | 371 +++++++++++-------------------
test/CodeGen/X86/vector-shift-ashr-128.ll | 37 +--
test/CodeGen/X86/vector-shift-ashr-256.ll | 74 ++----
8 files changed, 481 insertions(+), 347 deletions(-)
create mode 100644 test/CodeGen/ARM/pr39060.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 e99f0eb61e9 [AArch64] - Return address signing dwarf support
new 3502f75dcf1 Fixes removal of dead elements from PressureDiff (PR37252).
new ae073c99a46 [CodeGen] Enable tail calls for functions with NonNull attributes.
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/Analysis.cpp | 6 +-
lib/CodeGen/CodeGenPrepare.cpp | 9 ---
lib/CodeGen/RegisterPressure.cpp | 3 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 +-
test/CodeGen/ARM/tail-call.ll | 12 ++++
test/CodeGen/X86/divrem.ll | 24 +++----
test/CodeGen/X86/divrem8_ext.ll | 2 +-
test/CodeGen/X86/musttail-varargs.ll | 4 +-
test/CodeGen/X86/pr38539.ll | 30 ++++-----
test/Transforms/CodeGenPrepare/ARM/tailcall-dup.ll | 77 ++++++++++++++++++++++
10 files changed, 127 insertions(+), 44 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/ARM/tailcall-dup.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.