This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6cf0df3 [x86] auto-generate checks for cmov tests
new 0b9fb1e [mips][microMIPS] Revert commit r266977 Commit r266977 was re [...]
new 0f2c518 [mips][microMIPS] Revert commit r267137
new e7311dc [PR27390] [CodeGen] Reject indexed loads in CombinerDAG.
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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 11 ++++++---
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 ++
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 10 +--------
lib/Target/Mips/MicroMips32r6InstrInfo.td | 4 +---
lib/Target/Mips/MicroMipsInstrFormats.td | 1 +
lib/Target/Mips/MicroMipsInstrInfo.td | 7 ------
lib/Target/Mips/Mips32r6InstrInfo.td | 6 ++---
lib/Target/Mips/MipsInstrInfo.td | 24 ++++++--------------
test/CodeGen/Mips/brconlt.ll | 2 --
test/CodeGen/Mips/seteq.ll | 2 --
test/CodeGen/Mips/setltk.ll | 6 ++---
test/CodeGen/Mips/setne.ll | 2 --
test/CodeGen/PowerPC/2016-04-17-combine.ll | 26 ++++++++++++++++++++++
.../Disassembler/Mips/micromips32r3/valid-el.txt | 2 --
test/MC/Disassembler/Mips/micromips32r3/valid.txt | 2 --
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 14 ------------
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 10 ---------
test/MC/Mips/micromips/invalid-wrong-error.s | 1 -
test/MC/Mips/micromips/invalid.s | 4 ----
test/MC/Mips/micromips32r6/invalid-wrong-error.s | 3 ---
test/MC/Mips/micromips32r6/invalid.s | 16 -------------
test/MC/Mips/micromips32r6/valid.s | 26 ----------------------
test/MC/Mips/micromips64r6/invalid-wrong-error.s | 3 ---
test/MC/Mips/micromips64r6/invalid.s | 16 -------------
test/MC/Mips/micromips64r6/valid.s | 22 ------------------
25 files changed, 50 insertions(+), 172 deletions(-)
create mode 100644 test/CodeGen/PowerPC/2016-04-17-combine.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 3f30242 Fix incorrect redundant expression in target AMDGPU.
new 6cf0df3 [x86] auto-generate checks for cmov tests
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/cmov-into-branch.ll | 46 +++++++++++++++++++++++++-----------
1 file changed, 32 insertions(+), 14 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 e7edf2d [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope w [...]
new 3f30242 Fix incorrect redundant expression in target AMDGPU.
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/AMDGPU/SIInstrInfo.cpp | 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 clang.
from 20ce81c [Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} [...]
new a433799 Added Fixer implementation and fix() interface in clang-forma [...]
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/clang/Format/Format.h | 22 ++
lib/Format/AffectedRangeManager.cpp | 150 ++++++++
lib/Format/AffectedRangeManager.h | 66 ++++
lib/Format/CMakeLists.txt | 1 +
lib/Format/Format.cpp | 681 ++++++++++++++++++++++--------------
lib/Format/TokenAnnotator.h | 25 ++
unittests/Format/CMakeLists.txt | 1 +
unittests/Format/CleanupTest.cpp | 118 +++++++
unittests/Format/FormatTest.cpp | 29 ++
9 files changed, 835 insertions(+), 258 deletions(-)
create mode 100644 lib/Format/AffectedRangeManager.cpp
create mode 100644 lib/Format/AffectedRangeManager.h
create mode 100644 unittests/Format/CleanupTest.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 clang.
from 12aa9d4 [Clang][AVX512][BUILTIN] Adding intrinsics for VSCATTERPF{1|0 [...]
new 6ca703b [analyzer] Let TK_PreserveContents span across the whole base [...]
new 20ce81c [Clang][Builtin][AVX512]Adding intrinsics for vfpclass{sd|ss} [...]
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/clang/Basic/BuiltinsX86.def | 8 +++++
lib/Headers/avx512dqintrin.h | 39 +++++++++++++++++++++
lib/Headers/avx512vldqintrin.h | 44 +++++++++++++++++++++++
lib/StaticAnalyzer/Checkers/CStringChecker.cpp | 2 +-
lib/StaticAnalyzer/Core/CallEvent.cpp | 2 +-
test/Analysis/call-invalidation.cpp | 47 +++++++++++++++++++++++++
test/Analysis/malloc.c | 19 ++++++++++
test/CodeGen/avx512dq-builtins.c | 48 ++++++++++++++++++++++++++
test/CodeGen/avx512vldq-builtins.c | 48 ++++++++++++++++++++++++++
9 files changed, 255 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 2bc6d42 [AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.
new a1ebe98 [ARM] Add support for the X asm constraint
new e7edf2d [WinEH] Update SplitAnalysis::computeLastSplitPoint to cope w [...]
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/ADT/STLExtras.h | 8 ++
include/llvm/CodeGen/MachineBasicBlock.h | 4 -
lib/CodeGen/MachineBasicBlock.cpp | 10 --
lib/CodeGen/SplitKit.cpp | 16 ++-
lib/Target/ARM/ARMISelLowering.cpp | 20 ++++
lib/Target/ARM/ARMISelLowering.h | 2 +
test/CodeGen/ARM/inlineasm-X-allocation.ll | 21 ++++
test/CodeGen/ARM/inlineasm-X-constraint.ll | 157 +++++++++++++++++++++++++++++
test/CodeGen/X86/pr27501.ll | 67 ++++++++++++
9 files changed, 287 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/ARM/inlineasm-X-allocation.ll
create mode 100644 test/CodeGen/ARM/inlineasm-X-constraint.ll
create mode 100644 test/CodeGen/X86/pr27501.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 2eaeff8 Test commit: modified comment. NFC
new 2bc6d42 [AMDGPU][llvm-mc] s_getreg/setreg* - Add hwreg(...) syntax.
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/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 94 ++++++++++++++++++++++
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 14 ++++
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 1 +
lib/Target/AMDGPU/SIInstrInfo.td | 12 +++
lib/Target/AMDGPU/SIInstructions.td | 9 ++-
test/CodeGen/AMDGPU/llvm.amdgcn.s.getreg.ll | 2 +-
test/MC/AMDGPU/sopk-err.s | 24 ++++++
test/MC/AMDGPU/sopk.s | 32 ++++++--
test/MC/Disassembler/AMDGPU/sopk_vi.txt | 10 +--
9 files changed, 183 insertions(+), 15 deletions(-)
create mode 100644 test/MC/AMDGPU/sopk-err.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 lld.
from 9a0c40b Simplify. NFC.
new 9bb5c74 Add support for R_X86_64_PC64.
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/Target.cpp | 2 ++
.../{weak-undef-hidden.s => relocation-shared.s} | 28 +++++++++++++---------
2 files changed, 19 insertions(+), 11 deletions(-)
copy test/ELF/{weak-undef-hidden.s => relocation-shared.s} (52%)
--
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 lldb.
from 47cc648 Handle invalid values of PLT entry size generated by linker
new d76f853 Skip TestBitfileds on linux
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:
packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 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 4d87cf6 Typo. NFC.
new 2eaeff8 Test commit: modified comment. 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:
lib/Transforms/InstCombine/InstructionCombining.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.