This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d47151ab93c Invoke GetInlineCost for legality check before inline funct [...]
new 307e53ca673 [Bitcode] Add a compatibility test for 5.0.0 bitcode
new 57d83cbdcdd [RegAlloc] Keep a copy of live interval for the spilled vre [...]
new c49953f5fec [Transforms] Fix some Clang-tidy modernize-use-using and In [...]
new 8b3d72d7f77 Add a comment for the test. NFC.
new 95fa5a64462 [ARM] Add more CPUs to host detection
The 5 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/Transforms/Scalar/ConstantHoisting.h | 44 +-
include/llvm/Transforms/Scalar/GVN.h | 57 ++-
include/llvm/Transforms/Scalar/GVNExpression.h | 80 ++--
include/llvm/Transforms/Scalar/JumpThreading.h | 37 +-
lib/CodeGen/InlineSpiller.cpp | 53 ++-
lib/Support/Host.cpp | 3 +
lib/Transforms/Scalar/ConstantHoisting.cpp | 50 +-
lib/Transforms/Scalar/GVN.cpp | 73 ++-
lib/Transforms/Scalar/JumpThreading.cpp | 73 ++-
.../{compatibility.ll => compatibility-5.0.ll} | 11 +-
test/Bitcode/compatibility-5.0.ll.bc | Bin 0 -> 17744 bytes
test/CodeGen/X86/clear-liverange-spillreg.mir | 526 +++++++++++++++++++++
unittests/Support/Host.cpp | 6 +
13 files changed, 835 insertions(+), 178 deletions(-)
copy test/Bitcode/{compatibility.ll => compatibility-5.0.ll} (99%)
create mode 100644 test/Bitcode/compatibility-5.0.ll.bc
create mode 100644 test/CodeGen/X86/clear-liverange-spillreg.mir
--
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 9f96fdfe2a4 2017-09-13 Paul Thomas <pault(a)gcc.gnu.org>
new 62645df4468 * config/rs6000/sysv4.h (STARTFILE_LINUX_SPEC): Add -stati [...]
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/ChangeLog | 12 ++++++++++++
gcc/config/rs6000/linux.h | 8 +++++---
gcc/config/rs6000/linux64.h | 13 ++++++++-----
gcc/config/rs6000/sysv4.h | 8 ++++----
4 files changed, 29 insertions(+), 12 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 16ffaf8e761 [CodeGen] Fix some Clang-tidy modernize and Include What Yo [...]
new d47151ab93c Invoke GetInlineCost for legality check before inline funct [...]
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/IPO/SampleProfile.cpp | 43 +++++++++++++++++++----
test/Transforms/SampleProfile/Inputs/einline.prof | 1 +
test/Transforms/SampleProfile/early-inline.ll | 12 +++++++
3 files changed, 50 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 0833191bf83 Fix a crash in llvm-nm for a bad Mach-O file that has an N_ [...]
new 16ffaf8e761 [CodeGen] Fix some Clang-tidy modernize and Include What Yo [...]
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/MIRYamlMapping.h | 34 ++++++++----
include/llvm/CodeGen/PreISelIntrinsicLowering.h | 7 ++-
include/llvm/CodeGen/SelectionDAGAddressAnalysis.h | 22 ++++----
include/llvm/CodeGen/SelectionDAGTargetInfo.h | 16 +++---
include/llvm/CodeGen/VirtRegMap.h | 31 ++++++-----
lib/CodeGen/BranchRelaxation.cpp | 35 ++++++++-----
lib/CodeGen/PreISelIntrinsicLowering.cpp | 24 +++++----
lib/CodeGen/RegAllocBase.cpp | 11 ++--
lib/CodeGen/RegAllocBase.h | 32 ++++++------
lib/CodeGen/RegAllocFast.cpp | 60 ++++++++++++++--------
lib/CodeGen/RegisterScavenging.cpp | 15 ++++--
lib/CodeGen/SafeStack.cpp | 54 +++++++++++++------
.../SelectionDAG/SelectionDAGAddressAnalysis.cpp | 10 ++--
.../SelectionDAG/SelectionDAGTargetInfo.cpp | 5 +-
lib/CodeGen/ShadowStackGCLowering.cpp | 43 +++++++++++-----
lib/CodeGen/StackSlotColoring.cpp | 58 +++++++++++++--------
lib/CodeGen/VirtRegMap.cpp | 37 ++++++++-----
17 files changed, 317 insertions(+), 177 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 gcc.
from 3c0921e893e 2017-09-13 Paolo Carlini <paolo.carlini(a)oracle.com>
new 9f96fdfe2a4 2017-09-13 Paul Thomas <pault(a)gcc.gnu.org>
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/fortran/ChangeLog | 9 +++++++++
gcc/fortran/decl.c | 13 +++++++++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gfortran.dg/pdt_10.f03 | 30 ++++++++++++++++++++++++++++++
4 files changed, 55 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/pdt_10.f03
--
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 2029d1efeb0 Mark static member functions as static in CodeViewDebug
new 0833191bf83 Fix a crash in llvm-nm for a bad Mach-O file that has an 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:
.../X86/Inputs/macho-bad-zero-nsect-for-N_SECT} | Bin 8432 -> 8432 bytes
.../llvm-nm/X86/macho-bad-zero-nsect-for-N_SECT.test | 8 ++++++++
tools/llvm-nm/llvm-nm.cpp | 6 ++++++
3 files changed, 14 insertions(+)
copy test/tools/{llvm-objdump/Inputs/macho-rebase-set-type-imm => llvm-nm/X86/Inpu [...]
create mode 100644 test/tools/llvm-nm/X86/macho-bad-zero-nsect-for-N_SECT.test
--
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 7f44c36d072 [Inliner] Add another way to compute full inline cost.
new a768fcb2648 Revert "Determine up front which projects are enabled."
new 2029d1efeb0 Mark static member functions as static in CodeViewDebug
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 | 19 ------
cmake/modules/AddLLVM.cmake | 35 +----------
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 22 ++++---
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 3 +-
test/DebugInfo/COFF/static-methods.ll | 103 +++++++++++++++++++++++++++++++
5 files changed, 119 insertions(+), 63 deletions(-)
create mode 100644 test/DebugInfo/COFF/static-methods.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 065d2d58cc [OPENMP] Fix types for the target specific parameters in deb [...]
new 4470536d89 Mark static member functions as static in CodeViewDebug
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/CGDebugInfo.cpp | 2 ++
test/CodeGenCXX/debug-info-ms-abi.cpp | 9 ++++++++-
2 files changed, 10 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 compiler-rt.
from 9b8d2f223 [ubsan-minimal] Temporarily disable x86_64h testing on Darwin
new 90837bb59 Revert "Determine up front which projects are enabled."
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:
CMakeLists.txt | 30 +++++++++++++++++++++---------
1 file changed, 21 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 compiler-rt.
from 1fb9a540c [asan] Fix Windows build
new 9b8d2f223 [ubsan-minimal] Temporarily disable x86_64h testing on Darwin
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/ubsan_minimal/lit.common.cfg | 5 +++++
1 file changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.