This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 76900dd ExecutionDepsFix: Normalize names; NFC
new 8ff4fe4 ExecutionDepsFix: Let targets specialize the pass; NFC
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/ExecutionDepsFix.h | 221 ++++++++++++++++++++++++++++++++
include/llvm/CodeGen/Passes.h | 6 -
lib/CodeGen/ExecutionDepsFix.cpp | 214 +------------------------------
lib/Target/ARM/ARMTargetMachine.cpp | 21 ++-
lib/Target/X86/X86TargetMachine.cpp | 20 ++-
5 files changed, 261 insertions(+), 221 deletions(-)
create mode 100644 include/llvm/CodeGen/ExecutionDepsFix.h
--
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 a48f3f3 [ValueTracking] Add APInt::setSignBit and use it to replace O [...]
new 6012ab1 InitializePasses.h: Cleanup; NFC
new 6d61e5c CodeGen.cpp: Sort alphabetically; NFC
new 76900dd ExecutionDepsFix: Normalize names; NFC
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:
include/llvm/CodeGen/Passes.h | 8 +--
include/llvm/InitializePasses.h | 116 ++++++++++++++++++------------------
lib/CodeGen/CodeGen.cpp | 12 ++--
lib/CodeGen/ExecutionDepsFix.cpp | 64 ++++++++++----------
lib/Target/ARM/ARMTargetMachine.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Target/X86/X86InstrInfo.cpp | 6 +-
lib/Target/X86/X86InstrSSE.td | 2 +-
lib/Target/X86/X86RegisterInfo.cpp | 2 +-
lib/Target/X86/X86TargetMachine.cpp | 2 +-
10 files changed, 108 insertions(+), 110 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 11fdc78 Make library calls sensitive to regparm module flag (Fixes PR3997).
new a48f3f3 [ValueTracking] Add APInt::setSignBit and use it to replace O [...]
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/APInt.h | 5 +++++
lib/Analysis/ValueTracking.cpp | 12 ++++++------
2 files changed, 11 insertions(+), 6 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 ac657a1 [LockFileManager] Reduce lock timeout
new c78bc91 Capitalize ArgListEntry fields. NFC.
new 11fdc78 Make library calls sensitive to regparm module flag (Fixes PR3997).
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:
include/llvm/CodeGen/FastISel.h | 28 +------
include/llvm/IR/Module.h | 4 +
include/llvm/Target/TargetLowering.h | 70 +++++++++++------
lib/CodeGen/SelectionDAG/FastISel.cpp | 16 +---
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 92 +++++++++++++----------
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 15 ++--
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 13 ++--
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 30 ++++----
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 78 ++++++++++---------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 41 +++++-----
lib/IR/Module.cpp | 8 ++
lib/Target/AArch64/AArch64ISelLowering.cpp | 9 ++-
lib/Target/AArch64/AArch64SelectionDAGInfo.cpp | 10 ++-
lib/Target/ARM/ARMISelLowering.cpp | 24 +++---
lib/Target/ARM/ARMSelectionDAGInfo.cpp | 12 +--
lib/Target/AVR/AVRISelLowering.cpp | 3 +-
lib/Target/Hexagon/HexagonSelectionDAGInfo.cpp | 11 +--
lib/Target/Mips/MipsISelLowering.cpp | 5 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 7 +-
lib/Target/Sparc/SparcISelLowering.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 56 +++++++++++---
lib/Target/X86/X86ISelLowering.h | 3 +
lib/Target/X86/X86SelectionDAGInfo.cpp | 10 ++-
lib/Target/XCore/XCoreISelLowering.cpp | 2 +-
lib/Target/XCore/XCoreSelectionDAGInfo.cpp | 10 +--
test/CodeGen/X86/regparm.ll | 48 ++++++++++++
26 files changed, 356 insertions(+), 253 deletions(-)
create mode 100644 test/CodeGen/X86/regparm.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 clang.
from a034154 [Modules] In case of lock timeout, fallback and build module
new 8a5c233 [X86] Add NumRegisterParameters Module Flag.
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/CodeGenModule.cpp | 7 +++++++
test/CodeGen/pr3997.c | 13 +++++++++++++
test/Headers/altivec-header.c | 2 +-
3 files changed, 21 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/pr3997.c
--
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 ee8b410 [AMDGPU] Add address space based alias analysis pass
new ac657a1 [LockFileManager] Reduce lock timeout
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/Support/LockFileManager.cpp | 6 +++---
1 file changed, 3 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 compiler-rt.
from 209c570 [asan] Disable globals-gc test with ld.bfd.
new a938e22 [asan] Remove gc-sections test with bfd.
new 3cdb20b Fix sanitizer tests with LLVM_TOOL_LLD_BUILD=OFF.
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:
CMakeLists.txt | 8 ++++----
test/asan/CMakeLists.txt | 2 +-
test/asan/TestCases/Linux/globals-gc-sections.cc | 20 --------------------
test/cfi/CMakeLists.txt | 2 +-
test/lit.common.configured.in | 2 +-
5 files changed, 7 insertions(+), 27 deletions(-)
delete mode 100644 test/asan/TestCases/Linux/globals-gc-sections.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 clang.
from 2040f8c [index] For C++ constructors/destructors, add references to t [...]
new a034154 [Modules] In case of lock timeout, fallback and build module
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/clang/Basic/DiagnosticCommonKinds.td | 8 ++++----
lib/Frontend/CompilerInstance.cpp | 17 ++++++++++++-----
2 files changed, 16 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 glibc.
from 19641db Fix sparc64 bits/setjmp.h namespace (bug 21261).
new 345118d conformtest: XFAIL tv_nsec tests for x32 (bug 16437).
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:
ChangeLog | 9 +++++++++
conform/data/signal.h-data | 3 ++-
conform/data/sys/select.h-data | 3 ++-
conform/data/sys/stat.h-data | 3 ++-
conform/data/time.h-data | 3 ++-
sysdeps/unix/sysv/linux/x86_64/x32/Makefile | 5 +++++
6 files changed, 22 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 glibc.
from 17f487b Further harden glibc malloc metadata against 1-byte overflows.
new 22b72f3 conformtest: Handle conditional XFAILs with allow-header.
new 19641db Fix sparc64 bits/setjmp.h namespace (bug 21261).
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:
ChangeLog | 13 +++++++++++
conform/conformtest.pl | 2 +-
sysdeps/sparc/sparc64/jmpbuf-unwind.h | 7 +++---
sysdeps/unix/sysv/linux/sparc/bits/setjmp.h | 36 ++++++++++++++---------------
4 files changed, 36 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.