This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from c0e5675 Improve handling of floating point literals in OpenCL to only [...]
new 0918387 CodeGen: use pointer rather than reference in range loop
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/CGObjCMac.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 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 7435b28 Place the lowered phi instruction(s) before the DEBUG_VALUE entry
new 0057769 [mips] Fix previous revert r281726.
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/Target/Mips/Disassembler/MipsDisassembler.cpp | 36 -----------------------
1 file changed, 36 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 ffabbc5 Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
new 7435b28 Place the lowered phi instruction(s) before the DEBUG_VALUE entry
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/MachineBasicBlock.h | 9 +++-
lib/CodeGen/InlineSpiller.cpp | 2 +-
lib/CodeGen/LiveDebugVariables.cpp | 2 +-
lib/CodeGen/MachineBasicBlock.cpp | 15 ++++++-
lib/CodeGen/PHIEliminationUtils.cpp | 3 +-
lib/CodeGen/SplitKit.cpp | 2 +-
lib/Target/PowerPC/PPCEarlyReturn.cpp | 2 +-
test/CodeGen/AArch64/phi-dbg.ll | 75 ++++++++++++++++++++++++++++++++
8 files changed, 102 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AArch64/phi-dbg.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 adc848f Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FI [...]
new b783e47 Fix shared library build
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 | 1 +
1 file changed, 1 insertion(+)
--
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 e38b67f [mips] Fix aui/daui/dahi/dati for MIPSR6
new 8ab74ba [LTO] Fix handling of mixed (regular and thin) mode LTO
new ffabbc5 Revert "[mips] Fix aui/daui/dahi/dati for MIPSR6"
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/LTO/LTO.h | 2 +-
lib/LTO/LTO.cpp | 15 +++++----
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 10 ------
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 36 ++++++++++++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 12 +++-----
lib/Target/Mips/Mips32r6InstrInfo.td | 2 +-
lib/Target/Mips/Mips64r6InstrInfo.td | 10 +++---
lib/Target/Mips/MipsInstrInfo.td | 14 ---------
.../Resolution/X86/Inputs/mixed_lto.ll} | 0
test/LTO/Resolution/X86/mixed_lto.ll | 19 ++++++++++++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 +--
.../Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
.../Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
.../Mips/mips64r6/valid-mips64r6-el.txt | 3 +-
.../Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 +--
test/MC/Mips/micromips32r6/valid.s | 2 +-
test/MC/Mips/micromips64r6/invalid.s | 15 ++-------
test/MC/Mips/micromips64r6/valid.s | 5 ++-
test/MC/Mips/mips32r6/invalid.s | 2 --
test/MC/Mips/mips32r6/valid.s | 2 +-
test/MC/Mips/mips64r6/invalid.s | 13 --------
test/MC/Mips/mips64r6/valid.s | 14 ++++-----
.../{thinlto_internalize.ll => mixed_lto.ll} | 0
test/tools/gold/X86/mixed_lto.ll | 18 +++++++++++
26 files changed, 115 insertions(+), 95 deletions(-)
copy test/{tools/gold/X86/Inputs/thinlto_internalize.ll => LTO/Resolution/X86/Inpu [...]
create mode 100644 test/LTO/Resolution/X86/mixed_lto.ll
copy test/tools/gold/X86/Inputs/{thinlto_internalize.ll => mixed_lto.ll} (100%)
create mode 100644 test/tools/gold/X86/mixed_lto.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 ea7e0cd Reverting r281719, this is causing buildbot failures and time [...]
new e38b67f [mips] Fix aui/daui/dahi/dati for MIPSR6
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 10 ++++++
lib/Target/Mips/Disassembler/MipsDisassembler.cpp | 36 ++++++++++++++++++++++
lib/Target/Mips/MicroMips32r6InstrInfo.td | 2 +-
lib/Target/Mips/MicroMips64r6InstrInfo.td | 12 +++++---
lib/Target/Mips/Mips32r6InstrInfo.td | 2 +-
lib/Target/Mips/Mips64r6InstrInfo.td | 10 +++---
lib/Target/Mips/MipsInstrInfo.td | 14 +++++++++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 2 +-
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 4 +--
.../Mips/mips32r6/valid-mips32r6-el.txt | 2 +-
.../Disassembler/Mips/mips32r6/valid-mips32r6.txt | 2 +-
.../Mips/mips64r6/valid-mips64r6-el.txt | 3 +-
.../Disassembler/Mips/mips64r6/valid-mips64r6.txt | 4 +--
test/MC/Mips/micromips32r6/valid.s | 2 +-
test/MC/Mips/micromips64r6/invalid.s | 15 +++++++--
test/MC/Mips/micromips64r6/valid.s | 5 +--
test/MC/Mips/mips32r6/invalid.s | 2 ++
test/MC/Mips/mips32r6/valid.s | 2 +-
test/MC/Mips/mips64r6/invalid.s | 13 ++++++++
test/MC/Mips/mips64r6/valid.s | 14 ++++-----
20 files changed, 124 insertions(+), 32 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 lld.
from 07b756e [ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of [...]
new adc848f Reverted r281721 ("[ELF] - Linkerscript: implement EXCLUDE_FI [...]
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/LinkerScript.cpp | 78 ++++++++----------------
ELF/LinkerScript.h | 4 +-
test/ELF/linkerscript/Inputs/exclude-multiple1.s | 8 ---
test/ELF/linkerscript/Inputs/exclude-multiple2.s | 8 ---
test/ELF/linkerscript/exclude-multiple.s | 28 ---------
5 files changed, 26 insertions(+), 100 deletions(-)
delete mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple1.s
delete mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple2.s
delete mode 100644 test/ELF/linkerscript/exclude-multiple.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 89f7a48 [AArch64][GlobalISel] Use the generic DefaultMapping as the default.
new ea7e0cd Reverting r281719, this is causing buildbot failures and time [...]
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/Target/ARM/ARMISelLowering.cpp | 19 +----------------
test/CodeGen/ARM/urem-opt-size.ll | 43 --------------------------------------
2 files changed, 1 insertion(+), 61 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 lld.
from 9e2a682 Use functions in DebugInfoPDB to create dummy PDB file.
new 07b756e [ELF] - Linkerscript: implement EXCLUDE_FILE in the middle of [...]
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/LinkerScript.cpp | 78 ++++++++++++++++--------
ELF/LinkerScript.h | 4 +-
test/ELF/linkerscript/Inputs/exclude-multiple1.s | 8 +++
test/ELF/linkerscript/Inputs/exclude-multiple2.s | 8 +++
test/ELF/linkerscript/exclude-multiple.s | 28 +++++++++
5 files changed, 100 insertions(+), 26 deletions(-)
create mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple1.s
create mode 100644 test/ELF/linkerscript/Inputs/exclude-multiple2.s
create mode 100644 test/ELF/linkerscript/exclude-multiple.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 binutils-gdb.
from 0a0df90 Automatic date update in version.in
new f807f43 [ARC] Disassemble correctly extension 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:
gas/ChangeLog | 5 +++++
gas/testsuite/gas/arc/textinsnxop.d | 12 ++++++++++++
gas/testsuite/gas/arc/textinsnxop.s | 10 ++++++++++
opcodes/ChangeLog | 4 ++++
opcodes/arc-dis.c | 6 +++---
5 files changed, 34 insertions(+), 3 deletions(-)
create mode 100644 gas/testsuite/gas/arc/textinsnxop.d
create mode 100644 gas/testsuite/gas/arc/textinsnxop.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.