This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2468c7d [mips] Fix atomic compare and swap at O0.
new 3a8812c Revert "[mips] Fix atomic compare and swap at O0."
new f64a815 Recommit "[mips] Fix atomic compare and swap at O0."
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/Target/Mips/MipsExpandPseudo.cpp | 341 ++++++++++++++++++++++++++++
test/CodeGen/Mips/no-store-in-atomic-rmw.ll | 156 +++++++++++++
2 files changed, 497 insertions(+)
create mode 100644 lib/Target/Mips/MipsExpandPseudo.cpp
create mode 100644 test/CodeGen/Mips/no-store-in-atomic-rmw.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 libunwind.
from 50bddc1 Revert r295944.
new 29750f4 [libunwind] Disable calls to fprintf for baremetal targets.
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:
src/config.h | 11 +++++++++++
1 file changed, 11 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 bf21af7 [globalisel] Decouple src pattern operands from dst pattern o [...]
new 2468c7d [mips] Fix atomic compare and swap at O0.
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/CMakeLists.txt | 1 +
lib/Target/Mips/Mips.h | 1 +
lib/Target/Mips/Mips64InstrInfo.td | 3 +
lib/Target/Mips/MipsISelLowering.cpp | 180 ++++++----------------------------
lib/Target/Mips/MipsInstrInfo.td | 20 +++-
lib/Target/Mips/MipsTargetMachine.cpp | 5 +
test/CodeGen/Mips/atomicCmpSwapPW.ll | 14 ++-
7 files changed, 70 insertions(+), 154 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 binutils-gdb.
from 32ec889 Tidy up readelf's use of boolean values.
new 975c21a Use I386_MAX_REGISTER_SIZE and M68K_MAX_REGISTER_SIZE
new b0e4b36 Remove use of MAX_REGISTER_SIZE
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:
gdb/ChangeLog | 14 +++++++++
gdb/i386-tdep.c | 6 ++--
gdb/i387-tdep.c | 2 +-
gdb/m68k-linux-nat.c | 4 +--
gdb/stack.c | 83 ++++++++++++++++++++++++++--------------------------
5 files changed, 62 insertions(+), 47 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 d94a711 [X86][SSE] Target shuffle combine can try to combine up to 16 [...]
new bf21af7 [globalisel] Decouple src pattern operands from dst pattern o [...]
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 7 +
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 17 ++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 5 +-
.../GlobalISel/arm64-instructionselect-xor.mir | 166 ++++++++++
.../AArch64/GlobalISel/arm64-instructionselect.mir | 61 ----
test/TableGen/GlobalISelEmitter.td | 72 ++++-
utils/TableGen/GlobalISelEmitter.cpp | 335 +++++++++++++++++----
7 files changed, 538 insertions(+), 125 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/arm64-instructionselect-xor.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 llvm.
from f2553ab [InstCombine] don't try SimplifyDemandedInstructionBits from [...]
new d94a711 [X86][SSE] Target shuffle combine can try to combine up to 16 [...]
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/X86/X86ISelLowering.cpp | 12 ++++++------
1 file changed, 6 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 gcc.
from 46f66a8 2017-02-24 Richard Biener <rguenther(a)suse.de>
new 4927a47 PR rtl-optimizatoin/79286 * ira.c (update_equiv_regs): Drop [...]
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 | 6 ++++++
gcc/ira.c | 3 +--
2 files changed, 7 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 e1076e6 [x86] use DAG.getAllOnesConstant(); NFCI
new f2553ab [InstCombine] don't try SimplifyDemandedInstructionBits from [...]
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/InstCombine/InstCombineCasts.cpp | 10 ----------
1 file changed, 10 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 e3af299 Fix missing call to base class constructor in r296121.
new e1076e6 [x86] use DAG.getAllOnesConstant(); NFCI
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/X86/X86ISelLowering.cpp | 29 +++++++++++------------------
1 file changed, 11 insertions(+), 18 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 637aabd Delete trivial setter.
new ada556c Merge OutputSectionBase and OutputSection. 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:
ELF/InputSection.cpp | 10 +--
ELF/InputSection.h | 7 +-
ELF/LinkerScript.cpp | 54 +++++++-------
ELF/LinkerScript.h | 28 ++++----
ELF/MapFile.cpp | 21 +++---
ELF/MapFile.h | 2 +-
ELF/OutputSections.cpp | 99 +++++++++++++------------
ELF/OutputSections.h | 92 ++++++++----------------
ELF/Relocations.cpp | 29 ++++----
ELF/Relocations.h | 4 +-
ELF/SymbolTable.cpp | 2 +-
ELF/SymbolTable.h | 5 +-
ELF/Symbols.cpp | 4 +-
ELF/Symbols.h | 8 +--
ELF/SyntheticSections.cpp | 16 ++---
ELF/SyntheticSections.h | 10 +--
ELF/Target.cpp | 2 +-
ELF/Thunks.h | 1 -
ELF/Writer.cpp | 180 ++++++++++++++++++++++------------------------
ELF/Writer.h | 14 ++--
20 files changed, 271 insertions(+), 317 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.