This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2ff220b [PDB] Make streams carry their own endianness.
new 535fe66 Improve SymbolTableSection synthetic section.
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/SyntheticSections.cpp | 114 +++++++++++++++++++---------------------------
ELF/SyntheticSections.h | 5 --
2 files changed, 46 insertions(+), 73 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 26e0beb Add test case for usubo combine. NFC.
new 97a1c1b [docs] Fix a think-o in the Programmer's Manual.
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/ProgrammersManual.rst | 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 c043a88 Add MIR-level outlining pass
new 26e0beb Add test case for usubo combine. 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/xaluo.ll | 57 +++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 57 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 compiler-rt.
from d595db5 [msan] Test for alloca handling.
new 8cabe1b [asan] Print a "PC is at a non-executable memory region" mess [...]
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/asan/asan_errors.cc | 11 +++++++++++
test/asan/TestCases/non-executable-pc.cpp | 30 ++++++++++++++++++++++++++++++
2 files changed, 41 insertions(+)
create mode 100644 test/asan/TestCases/non-executable-pc.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 294da8f Add test case for computing known bits of substraction operat [...]
new c043a88 Add MIR-level outlining pass
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/Passes.h | 4 +
include/llvm/InitializePasses.h | 1 +
include/llvm/Target/TargetInstrInfo.h | 57 +
lib/CodeGen/CMakeLists.txt | 1 +
lib/CodeGen/CodeGen.cpp | 1 +
lib/CodeGen/MachineOutliner.cpp | 1399 ++++++++++++++++++++++++
lib/CodeGen/TargetPassConfig.cpp | 6 +
lib/Target/X86/X86InstrInfo.cpp | 80 ++
lib/Target/X86/X86InstrInfo.h | 21 +
test/CodeGen/X86/machine-outliner-debuginfo.ll | 75 ++
test/CodeGen/X86/machine-outliner.ll | 110 ++
11 files changed, 1755 insertions(+)
create mode 100644 lib/CodeGen/MachineOutliner.cpp
create mode 100644 test/CodeGen/X86/machine-outliner-debuginfo.ll
create mode 100644 test/CodeGen/X86/machine-outliner.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 d9b4aa7 [PDB] Make streams carry their own endianness.
new 1872f69 [CGP] Split some critical edges coming out of indirect branches
new 294da8f Add test case for computing known bits of substraction operat [...]
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/CodeGen/CodeGenPrepare.cpp | 157 +++++++++++
test/CodeGen/ARM/indirectbr.ll | 1 +
test/CodeGen/MSP430/indirectbr2.ll | 2 +-
test/CodeGen/PowerPC/indirectbr.ll | 36 ++-
test/CodeGen/X86/known-bits.ll | 53 ++++
test/Transforms/CodeGenPrepare/X86/computedgoto.ll | 294 +++++++++++++++++++++
6 files changed, 530 insertions(+), 13 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/X86/computedgoto.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 binutils-gdb.
from 279a558 Automatic date update in version.in
new 0e39210 MIPS/BFD: Also handle `jalr $0, $25' with R_MIPS_JALR
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:
bfd/ChangeLog | 5 +++++
bfd/elfxx-mips.c | 8 +++----
gas/ChangeLog | 10 +++++++++
gas/testsuite/gas/mips/jalr4-n64.d | 21 +++++++++++++++---
gas/testsuite/gas/mips/jalr4.d | 15 ++++++++++---
gas/testsuite/gas/mips/jalr4.s | 6 ++++++
.../gas/mips/{jalr4-n32.d => mipsr6(a)jalr4-n32.d} | 2 +-
.../gas/mips/{jalr4-n64.d => mipsr6(a)jalr4-n64.d} | 21 +++++++++++++++---
gas/testsuite/gas/mips/{jalr4.d => mipsr6(a)jalr4.d} | 15 ++++++++++---
ld/ChangeLog | 7 ++++++
ld/testsuite/ld-mips-elf/jalr4-r6.dd | 25 ++++++++++++++++++++++
ld/testsuite/ld-mips-elf/jalr4.dd | 10 +++++++--
ld/testsuite/ld-mips-elf/mips-elf.exp | 11 ++++++++++
13 files changed, 137 insertions(+), 19 deletions(-)
copy gas/testsuite/gas/mips/{jalr4-n32.d => mipsr6(a)jalr4-n32.d} (85%)
copy gas/testsuite/gas/mips/{jalr4-n64.d => mipsr6(a)jalr4-n64.d} (65%)
copy gas/testsuite/gas/mips/{jalr4.d => mipsr6(a)jalr4.d} (64%)
create mode 100644 ld/testsuite/ld-mips-elf/jalr4-r6.dd
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.