This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from c59a211 Remove some annotations from TestMultipleTargets
new 5dc0935 Removing myself from code ownership file
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:
CODE_OWNERS.txt | 5 -----
1 file changed, 5 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 clang.
from 22d59b9 [CrashReproducer] Collect PCH included via -include-pch
new b142ff5 [Modules] Make header inclusion order from umbrella dirs dete [...]
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/Frontend/FrontendActions.cpp | 14 +++++++++++---
1 file changed, 11 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 359c877 [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and [...]
new e4cd1d0 [x86] fix formatting; NFC
new 3e014d0 [libFuzzer] make SimpleCmpTest a bit simpler to crack and mo [...]
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/Fuzzer/test/SimpleCmpTest.cpp | 41 ++++++++++++++++++++++++--------------
lib/Target/X86/X86ISelLowering.cpp | 2 +-
2 files changed, 27 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 2229ea1 [APFloatTest] Use std::make_tuple to make GCC 4.8 happy
new 359c877 [AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and [...]
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/AMDGPU/AMDGPUSubtarget.cpp | 18 ++----
lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 43 ++++++++------
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 9 ++-
.../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 13 ++--
lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 27 +++++----
lib/Target/AMDGPU/R600FrameLowering.cpp | 3 +-
lib/Target/AMDGPU/R600OptimizeVectorRegisters.cpp | 69 +++++++++++++---------
lib/Target/AMDGPU/SIMachineScheduler.cpp | 40 ++++++++-----
lib/Target/PowerPC/PPCAsmPrinter.cpp | 45 ++++++++------
lib/Target/PowerPC/PPCBoolRetToInt.cpp | 60 +++++++++++--------
utils/TableGen/InstrInfoEmitter.cpp | 24 ++++----
11 files changed, 206 insertions(+), 145 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 9def2dd [PPC] Prefer direct move on power8 if load 1 or 2 bytes to VSR
new 2229ea1 [APFloatTest] Use std::make_tuple to make GCC 4.8 happy
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:
unittests/ADT/APFloatTest.cpp | 73 ++++++++++++++++++++++---------------------
1 file changed, 38 insertions(+), 35 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 611d8de [APFloat] Implement PPCDoubleDouble add and subtract.
new 9def2dd [PPC] Prefer direct move on power8 if load 1 or 2 bytes to VSR
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/PowerPC/PPCISelLowering.cpp | 8 +++++++-
lib/Target/PowerPC/PPCISelLowering.h | 2 ++
test/CodeGen/PowerPC/pr31144.ll | 26 ++++++++++++++++++++++++++
3 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/PowerPC/pr31144.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 953d731 [SLP] Fix sign-extends for type-shrinking
new 611d8de [APFloat] Implement PPCDoubleDouble add and subtract.
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/ADT/APFloat.h | 71 +++++++++++++-
lib/Support/APFloat.cpp | 210 +++++++++++++++++++++++++++++++++++++++++-
unittests/ADT/APFloatTest.cpp | 135 +++++++++++++++++++++++----
3 files changed, 393 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 lld.
from f1e62bd COFF: Fix memory leaks reported by lsan.
new 8431699 [ELF][MIPS] Calculate default _gp value relative to the GPREL [...]
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/Writer.cpp | 12 ++++++++++--
test/ELF/mips-gp-lowest.s | 44 ++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+), 2 deletions(-)
create mode 100644 test/ELF/mips-gp-lowest.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 llvm.
from 851cd4f [libFuzzer] build libFuzzer itself with asan
new 953d731 [SLP] Fix sign-extends for type-shrinking
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/Vectorize/SLPVectorizer.cpp | 77 +++++++++++++++++-----
test/Transforms/SLPVectorizer/X86/minimum-sizes.ll | 72 ++++++++++++++++++++
2 files changed, 134 insertions(+), 15 deletions(-)
create mode 100644 test/Transforms/SLPVectorizer/X86/minimum-sizes.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 9799671 Recommit r288212: Emit 'no line' information for interesting [...]
new 851cd4f [libFuzzer] build libFuzzer itself with asan
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/Fuzzer/CMakeLists.txt | 2 +-
lib/Fuzzer/test/CMakeLists.txt | 2 +-
lib/Fuzzer/test/fuzzer.test | 3 ++-
3 files changed, 4 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.