This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bfffaf778f8 Add placeholder for more extensive verification of psuedo ops
new 4b07d035e26 Verify a couple more fields in STATEPOINT instructions
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/StackMaps.h | 15 +++++++++++----
lib/CodeGen/MachineVerifier.cpp | 14 ++++++++++++++
2 files changed, 25 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 gcc.
from 8c2cd639212 2017-06-02 Olivier Hainque <hainque(a)adacore.com>
new b0e6722b371 Add ChangeLog entry for revision 248838
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:
libgcc/ChangeLog | 5 +++++
1 file changed, 5 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 llvm.
from 448aa4eba4c [InstCombine] fix icmp with not op and constant to work wit [...]
new fd6a4a56bbb [LazyValueInfo] Make solveBlockValueBinaryOp take a BinaryO [...]
new bfffaf778f8 Add placeholder for more extensive verification of psuedo ops
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/StackMaps.h | 3 +--
lib/Analysis/LazyValueInfo.cpp | 28 ++++++++++-----------
lib/CodeGen/MachineVerifier.cpp | 29 ++++++++++++++++------
test/CodeGen/X86/statepoint-allocas.ll | 2 +-
test/CodeGen/X86/statepoint-call-lowering.ll | 2 +-
test/CodeGen/X86/statepoint-far-call.ll | 2 +-
test/CodeGen/X86/statepoint-forward.ll | 2 +-
.../X86/statepoint-gctransition-call-lowering.ll | 2 +-
test/CodeGen/X86/statepoint-invoke.ll | 2 +-
test/CodeGen/X86/statepoint-live-in.ll | 2 +-
test/CodeGen/X86/statepoint-stack-usage.ll | 2 +-
test/CodeGen/X86/statepoint-stackmap-format.ll | 4 +--
test/CodeGen/X86/statepoint-uniqueing.ll | 2 +-
test/CodeGen/X86/statepoint-vector-bad-spill.ll | 2 +-
test/CodeGen/X86/statepoint-vector.ll | 2 +-
15 files changed, 49 insertions(+), 37 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 466c0860a67 2017-06-02 Olivier Hainque <hainque(a)adacore.com>
new 8c2cd639212 2017-06-02 Olivier Hainque <hainque(a)adacore.com>
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:
libgcc/config/vxlib.c | 2 +-
1 file changed, 1 insertion(+), 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 cbb8bc969e8 [InstSimplify][ConstantFolding] Teach constant folding how [...]
new 1c790aea336 [LazyValueInfo] Fix typo in comment. NFC
new afe7c5a7a64 Revert "COFF: migrate def parser from LLD to LLVM"
new 448aa4eba4c [InstCombine] fix icmp with not op and constant to work wit [...]
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/Object/COFFImportFile.h | 34 +-
include/llvm/Object/COFFModuleDefinition.h | 49 --
lib/Analysis/LazyValueInfo.cpp | 2 +-
lib/Object/CMakeLists.txt | 2 -
lib/Object/COFFImportFile.cpp | 527 ---------------------
lib/Object/COFFModuleDefinition.cpp | 319 -------------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 +-
test/Transforms/InstCombine/not.ll | 3 +-
8 files changed, 6 insertions(+), 936 deletions(-)
delete mode 100644 include/llvm/Object/COFFModuleDefinition.h
delete mode 100644 lib/Object/COFFImportFile.cpp
delete mode 100644 lib/Object/COFFModuleDefinition.cpp
--
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 318a0fd27 [ELF] - Following commit for r304531 to fix BB.
new 949d61c15 Revert "COFF: migrate def parser from LLD to LLVM"
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:
COFF/CMakeLists.txt | 2 +
COFF/Driver.cpp | 87 +--------
COFF/Driver.h | 3 +
COFF/Librarian.cpp | 511 ++++++++++++++++++++++++++++++++++++++++++++++++++++
COFF/ModuleDef.cpp | 304 +++++++++++++++++++++++++++++++
5 files changed, 824 insertions(+), 83 deletions(-)
create mode 100644 COFF/Librarian.cpp
create mode 100644 COFF/ModuleDef.cpp
--
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 ec35ada3f40 Update select.ll expected results. NFC
new 17c16d5b424 [InstCombine] improve perf by not creating a known non-cano [...]
new cbb8bc969e8 [InstSimplify][ConstantFolding] Teach constant folding how [...]
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/Analysis/ConstantFolding.cpp | 7 +++++++
lib/Transforms/InstCombine/InstCombineCompares.cpp | 9 ++++++---
test/Transforms/InstSimplify/compare.ll | 2 +-
3 files changed, 14 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 llvm.
from eece7bcb178 [InstCombine] fix/add tests for icmp with not ops; NFC
new ec35ada3f40 Update select.ll expected results. 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:
test/CodeGen/X86/select.ll | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 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 gcc.
from 1c697db0dc5 [PATCH][AArch64] Allow CMP+SHIFT when comparing with zero
new 466c0860a67 2017-06-02 Olivier Hainque <hainque(a)adacore.com>
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/ada/ChangeLog | 7 ++++
gcc/ada/{env.h => vx_crtbegin.c} | 18 +++++-----
gcc/ada/{targext.c => vx_crtbegin.inc} | 60 +++++++++++++++++++--------------
gcc/ada/{final.c => vx_crtbegin_auto.c} | 32 +++++++-----------
gcc/ada/{exit.c => vx_crtend.c} | 52 ++++++++++++----------------
5 files changed, 86 insertions(+), 83 deletions(-)
copy gcc/ada/{env.h => vx_crtbegin.c} (82%)
copy gcc/ada/{targext.c => vx_crtbegin.inc} (61%)
copy gcc/ada/{final.c => vx_crtbegin_auto.c} (77%)
copy gcc/ada/{exit.c => vx_crtend.c} (78%)
--
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 dfdb788875e AMDGPUAnnotateUniformValue should always treat volatile loa [...]
new eece7bcb178 [InstCombine] fix/add tests for icmp with not ops; 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:
test/Transforms/InstCombine/not.ll | 50 ++++++++++++++++++++++++++++++--------
1 file changed, 40 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.