This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 2463a66 Revert "Revert "[Unroll] Implement a conservative and monoton [...]
new 68857a7 [Support][Unittests] Add unittest for recursive_directory_ite [...]
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:
unittests/Support/Path.cpp | 14 ++++++++++++++
1 file changed, 14 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 clang.
from a84dae7 Revert "[ProfileData] (clang) Use Error in InstrProf and Cove [...]
new 04d6a7d ARM-MachO: stop claiming to be EABI
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/Basic/Targets.cpp | 2 +-
test/Preprocessor/init.c | 14 +++++++-------
2 files changed, 8 insertions(+), 8 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 bc13a3d SDAG: Implement Select instead of SelectImpl in NVPTXDAGToDAGISel
new 2acb5f6 pdbdump: Print "Publics" stream.
new a7c234a fix documentation comments; NFC
new 2463a66 Revert "Revert "[Unroll] Implement a conservative and monoton [...]
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:
include/llvm/Analysis/LoopUnrollAnalyzer.h | 1 +
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/PDBFile.h | 3 +
.../PDB/Raw/{TpiStream.h => PublicsStream.h} | 37 ++--
include/llvm/IR/Instructions.h | 62 +++----
lib/Analysis/LoopUnrollAnalyzer.cpp | 10 ++
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 26 +--
lib/DebugInfo/PDB/Raw/PDBFile.cpp | 15 ++
lib/DebugInfo/PDB/Raw/PublicsStream.cpp | 132 ++++++++++++++
lib/Transforms/Scalar/LoopUnrollPass.cpp | 191 +++++++++++++++++++--
test/DebugInfo/PDB/pdbdump-headers.test | 9 +-
.../LoopUnroll/full-unroll-heuristics-2.ll | 2 +-
.../LoopUnroll/full-unroll-heuristics-dce.ll | 38 ++++
.../LoopUnroll/full-unroll-heuristics-geps.ll | 2 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 25 ++-
tools/llvm-pdbdump/llvm-pdbdump.h | 2 +-
unittests/Analysis/UnrollAnalyzer.cpp | 10 +-
18 files changed, 482 insertions(+), 85 deletions(-)
copy include/llvm/DebugInfo/PDB/Raw/{TpiStream.h => PublicsStream.h} (52%)
create mode 100644 lib/DebugInfo/PDB/Raw/PublicsStream.cpp
create mode 100644 test/Transforms/LoopUnroll/full-unroll-heuristics-dce.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 d273c95 Correct spelling in comment (NFC)
new bc13a3d SDAG: Implement Select instead of SelectImpl in NVPTXDAGToDAGISel
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/NVPTX/NVPTXISelDAGToDAG.cpp | 417 +++++++++++++++++----------------
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 32 +--
2 files changed, 236 insertions(+), 213 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 2e80e56 AMDGPU: Unify LowerGlobalAddress
new d273c95 Correct spelling in 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/Vectorize/LoopVectorize.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 gcc.
from d0b507d escape: Implement the discovery phase.
new 00a690c c++/60049 - Right and left shift undefined behavior not an er [...]
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/cpp0x/constexpr-60049.C | 24 ++++++++++++++++++++++++
2 files changed, 29 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-60049.C
--
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 f8ff580 use range-loops; NFCI
new a8d19bb AMDGPU/EG,CM: Add instruction to read from constant AS (VTX2)
new 03bb0f5 AMDGPU: Make CONST_DATA_PTR available to R600
new 06fcf34 AMDGPU/R600: There are other uses for ALU_LITERAL besides Imm
new d32e2de AMDGPU/R600: Use machine operands instead of ints to track literals
new 7417b1b AMDGPU: Add support for MCExpr to instruction printer
new 4245f51 AMDGPU/R600: Add support for emitting MCExpr
new fbff874 AMDGPU/R600: Implement memory loads from constant AS
new d75c9ce AMDGPU/R600: Fold global address operand
new 2e80e56 AMDGPU: Unify LowerGlobalAddress
The 9 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/AMDGPU.h | 2 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 13 +++-
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 5 ++
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 ++
lib/Target/AMDGPU/CaymanInstructions.td | 26 ++++++++
lib/Target/AMDGPU/EvergreenInstructions.td | 26 ++++++++
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 11 +++-
lib/Target/AMDGPU/InstPrinter/AMDGPUInstPrinter.h | 2 +-
.../AMDGPU/MCTargetDesc/AMDGPUAsmBackend.cpp | 4 ++
.../AMDGPU/MCTargetDesc/R600MCCodeEmitter.cpp | 16 ++++-
lib/Target/AMDGPU/R600ControlFlowFinalizer.cpp | 57 ++++++++++++------
lib/Target/AMDGPU/R600ISelLowering.cpp | 70 ++++++----------------
lib/Target/AMDGPU/R600InstrInfo.cpp | 9 ++-
lib/Target/AMDGPU/R600Instructions.td | 7 +++
lib/Target/AMDGPU/SIISelLowering.cpp | 16 -----
lib/Target/AMDGPU/SIISelLowering.h | 2 -
lib/Target/AMDGPU/SIInstrInfo.td | 5 --
lib/Target/AMDGPU/SIInstructions.td | 2 +-
test/CodeGen/AMDGPU/gv-const-addrspace-fail.ll | 57 ------------------
test/CodeGen/AMDGPU/gv-const-addrspace.ll | 37 +++++++-----
20 files changed, 196 insertions(+), 176 deletions(-)
delete mode 100644 test/CodeGen/AMDGPU/gv-const-addrspace-fail.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 gcc.
from ab7a23f jit: use FINAL and OVERRIDE throughout
new d0b507d escape: Implement the discovery phase.
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/go/gofrontend/MERGE | 2 +-
gcc/go/gofrontend/escape.cc | 185 +++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 183 insertions(+), 4 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 1c60c02 Disable test from r269436 on unsupported platforms
new f8ff580 use range-loops; 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/Transforms/Utils/SimplifyCFG.cpp | 14 +++++++-------
1 file changed, 7 insertions(+), 7 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 zorg.
from 0783286 Disable check-lldb on Windows, but build LLD.
new 054f860 Switched to LLVMBuildFactory for svn steps in getLLDBuildFactory.
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:
zorg/buildbot/builders/LLDBuilder.py | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.