This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1461e99 [llvm-cov] Add the project summary to each source file covera [...]
new 25d826e AMDGPU : Add V_SAD_U32 instruction pattern.
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/AMDGPUInstructions.td | 8 +
lib/Target/AMDGPU/SIInstructions.td | 19 +++
test/CodeGen/AMDGPU/sad.ll | 283 ++++++++++++++++++++++++++++++++
3 files changed, 310 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/sad.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 ab548d2 [ARC] C++ compatibility for arc-dis.h
new bdd7871 Fix for gdb.base/pc-fp.exp.
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:
gdb/ChangeLog | 6 ++++++
gdb/rs6000-tdep.c | 1 -
2 files changed, 6 insertions(+), 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 b403b76 [InstCombine] add assert and explanatory comment for fold rem [...]
new 1461e99 [llvm-cov] Add the project summary to each source file covera [...]
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-cov/Inputs/showProjectSummary.covmapping | Bin 0 -> 144 bytes
...e_dots.proftext => showProjectSummary.proftext} | 6 +-
test/tools/llvm-cov/showProjectSummary.cpp | 46 ++++++++++
test/tools/llvm-cov/showTemplateInstantiations.cpp | 8 +-
tools/llvm-cov/CodeCoverage.cpp | 36 ++++++--
tools/llvm-cov/CoverageViewOptions.h | 9 ++
tools/llvm-cov/SourceCoverageView.cpp | 19 ++--
tools/llvm-cov/SourceCoverageView.h | 20 ++++-
tools/llvm-cov/SourceCoverageViewHTML.cpp | 99 ++++++++++++++++++---
tools/llvm-cov/SourceCoverageViewHTML.h | 13 ++-
tools/llvm-cov/SourceCoverageViewText.cpp | 21 ++++-
tools/llvm-cov/SourceCoverageViewText.h | 13 ++-
12 files changed, 248 insertions(+), 42 deletions(-)
create mode 100644 test/tools/llvm-cov/Inputs/showProjectSummary.covmapping
copy test/tools/llvm-cov/Inputs/{double_dots.proftext => showProjectSummary.profte [...]
create mode 100644 test/tools/llvm-cov/showProjectSummary.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 lldb.
from f97c9c5 Add api logging for SBDebugger::SetCurrentPlatformSDKRoot. <r [...]
new 1292cd9 Fix mismatched new/free in Process:RunPrivateStateThread
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:
source/Target/Process.cpp | 5 ++---
1 file changed, 2 insertions(+), 3 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 31a5f88 Create subranges for new intervals resulting from live interv [...]
new b403b76 [InstCombine] add assert and explanatory comment for fold rem [...]
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/InstCombineCompares.cpp | 7 +++++++
1 file changed, 7 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 39b3d8a [mips] Preparatory work for a generic scheduler
new 31a5f88 Create subranges for new intervals resulting from live interv [...]
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/LiveInterval.h | 47 ++++-
include/llvm/CodeGen/LiveIntervalAnalysis.h | 11 +-
lib/CodeGen/LiveInterval.cpp | 94 ++++++++--
lib/CodeGen/LiveIntervalAnalysis.cpp | 26 ++-
lib/CodeGen/LiveRangeCalc.cpp | 191 ++++++++++++++-----
lib/CodeGen/LiveRangeCalc.h | 51 ++++-
lib/CodeGen/LiveRangeEdit.cpp | 10 +
lib/CodeGen/MachineVerifier.cpp | 15 +-
lib/CodeGen/RegAllocBase.cpp | 1 +
lib/CodeGen/RegisterCoalescer.cpp | 116 +++++++++++-
lib/CodeGen/RenameIndependentSubregs.cpp | 5 +
lib/CodeGen/SplitKit.cpp | 271 +++++++++++++++++++++------
lib/CodeGen/SplitKit.h | 27 ++-
lib/CodeGen/VirtRegMap.cpp | 1 +
lib/Target/Hexagon/HexagonExpandCondsets.cpp | 8 +-
test/CodeGen/AMDGPU/subreg-intervals.mir | 51 +++++
test/CodeGen/Hexagon/regalloc-bad-undef.mir | 205 ++++++++++++++++++++
17 files changed, 963 insertions(+), 167 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/subreg-intervals.mir
create mode 100644 test/CodeGen/Hexagon/regalloc-bad-undef.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 zorg.
from 579270a Revert "Try to disable clobbering of the build tree"
new 5601e41 Add builder for clang extra tools Sphinx docs
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:
buildbot/osuosl/master/config/builders.py | 7 +++++++
zorg/buildbot/builders/SphinxDocsBuilder.py | 27 ++++++++++++++++++++++-----
2 files changed, 29 insertions(+), 5 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 e01c44e [X86][AVX2] Ensure on 32-bit targets that we broadcast f64 ty [...]
new 39b3d8a [mips] Preparatory work for a generic scheduler
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/MicroMips32r6InstrInfo.td | 407 ++++++++++++++++++------------
lib/Target/Mips/MicroMips64r6InstrInfo.td | 63 +++--
lib/Target/Mips/MicroMipsInstrInfo.td | 215 ++++++++--------
lib/Target/Mips/Mips16ISelDAGToDAG.cpp | 7 +-
lib/Target/Mips/Mips32r6InstrInfo.td | 127 ++++++----
lib/Target/Mips/Mips64InstrInfo.td | 37 +--
lib/Target/Mips/Mips64r6InstrInfo.td | 5 +-
lib/Target/Mips/MipsSchedule.td | 65 ++++-
test/CodeGen/Mips/llvm-ir/add.ll | 12 +-
test/CodeGen/Mips/llvm-ir/and.ll | 12 +-
test/CodeGen/Mips/llvm-ir/ashr.ll | 12 +-
test/CodeGen/Mips/llvm-ir/lshr.ll | 12 +-
test/CodeGen/Mips/llvm-ir/mul.ll | 2 +-
test/CodeGen/Mips/llvm-ir/not.ll | 12 +-
test/CodeGen/Mips/llvm-ir/or.ll | 12 +-
test/CodeGen/Mips/llvm-ir/sdiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/select-int.ll | 10 +-
test/CodeGen/Mips/llvm-ir/shl.ll | 12 +-
test/CodeGen/Mips/llvm-ir/srem.ll | 2 +-
test/CodeGen/Mips/llvm-ir/sub.ll | 10 +-
test/CodeGen/Mips/llvm-ir/udiv.ll | 2 +-
test/CodeGen/Mips/llvm-ir/urem.ll | 2 +-
test/CodeGen/Mips/llvm-ir/xor.ll | 12 +-
23 files changed, 629 insertions(+), 423 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 dfa8eaa [X86][F16C] Regenerated f16c tests
new e01c44e [X86][AVX2] Ensure on 32-bit targets that we broadcast f64 ty [...]
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 | 7 +++++
test/CodeGen/X86/avx2-vbroadcast.ll | 55 +++++++++++++++++++++++++++++++------
2 files changed, 53 insertions(+), 9 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.
charles.baylis pushed a change to branch master
in repository toolchain/abe-tests.
from 5a8a836 Add wrapper for md5sum
new 8668047 Force LANG=C to suppress warnings in Jenkins.
new d6dc01b Don't require gdbserver for non-linux targets.
new f70fbb8 Support removal of *_branch lines from component info.
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:
test-manifest2.sh | 2 ++
validate-manifest.pl | 58 +++++++++++++++++++++++++++++++++++++++++++++-------
2 files changed, 53 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.