This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 7b3797e [SimplifyCFG] Don't lower complex ConstantExprs to lookup tables
new e4c66df [docs] Reduce the number of places 'minimum requirements' is [...]
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:
docs/CodingStandards.rst | 3 ++-
1 file changed, 2 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.
Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/abe.
from 8aa8e79 Report 'network error' as an error, rather than a warning. Bu [...]
new 3acc4c4 Fix configure for RHEL and clean up for Arch.
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:
configure | 21 +++++++++++++++------
configure.ac | 7 ++-----
2 files changed, 17 insertions(+), 11 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 fe42b01 [CodeGenPrepare] When moving a zext near to its associated lo [...]
new a00e39f [SCEV] Consider delinearization pattern with extension with i [...]
new 7b3797e [SimplifyCFG] Don't lower complex ConstantExprs to lookup tables
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/ScalarEvolution.cpp | 3 +-
lib/Transforms/Utils/SimplifyCFG.cpp | 5 +-
.../Delinearization/terms_with_identity_factor.ll | 64 ++++++++++++++++++++++
.../ARM/switch-to-lookup-table-constant-expr.ll | 40 ++++++++++++++
4 files changed, 110 insertions(+), 2 deletions(-)
create mode 100644 test/Analysis/Delinearization/terms_with_identity_factor.ll
create mode 100644 test/Transforms/SimplifyCFG/ARM/switch-to-lookup-table-constant [...]
--
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 2c7c85d Recommit r284371 "[Object/ELF] - Check that e_shnum is null w [...]
new fe42b01 [CodeGenPrepare] When moving a zext near to its associated lo [...]
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/CodeGenPrepare.cpp | 8 +++++
test/DebugInfo/X86/zextload.ll | 71 ++++++++++++++++++++++++++++++++++++++++++
2 files changed, 79 insertions(+)
create mode 100644 test/DebugInfo/X86/zextload.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 lld.
from f8ab97c [ELF] - Added testcase relative to D25090.
new 65a1010 [ELF] - Don't crash on multiple SHT_MIPS_REGINFO/SHT_MIPS_ABI [...]
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/InputFiles.cpp | 6 ++++++
test/ELF/invalid/mips-multiple-abiflags.test | 21 +++++++++++++++++++++
...iple-options.test => mips-multiple-reginfo.test} | 14 +++++++-------
3 files changed, 34 insertions(+), 7 deletions(-)
create mode 100644 test/ELF/invalid/mips-multiple-abiflags.test
copy test/ELF/invalid/{mips-multiple-options.test => mips-multiple-reginfo.test} (56%)
--
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 a2529b6 ELF: Add a skip() overload to ignore any token
new f8ab97c [ELF] - Added testcase relative to D25090.
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/ELF/invalid/Inputs/invalid-e_shnum.elf | Bin 0 -> 64 bytes
test/ELF/invalid/invalid-e_shnum.s | 4 ++++
2 files changed, 4 insertions(+)
create mode 100644 test/ELF/invalid/Inputs/invalid-e_shnum.elf
create mode 100644 test/ELF/invalid/invalid-e_shnum.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 50d445a Revert r284371 "[Object/ELF] - Check that e_shnum is null whe [...]
new 2c7c85d Recommit r284371 "[Object/ELF] - Check that e_shnum is null w [...]
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/Object/ELF.h | 6 +++++-
test/Object/Inputs/corrupt-invalid-strtab.elf.x86-64 | Bin 1712 -> 1712 bytes
test/Object/Inputs/invalid-e_shnum.elf | Bin 0 -> 64 bytes
test/Object/Inputs/rel-no-sec-table.elf-x86-64 | Bin 2152 -> 2152 bytes
test/Object/invalid.test | 3 +++
5 files changed, 8 insertions(+), 1 deletion(-)
create mode 100644 test/Object/Inputs/invalid-e_shnum.elf
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.