This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 81e3914 Remove extra semicolon
new 6af7eec Add an llvm-opt-report tool to generate basic source-annotate [...]
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/CMakeLists.txt | 1 +
test/tools/llvm-opt-report/Inputs/or.c | 22 ++
test/tools/llvm-opt-report/Inputs/or.h | 17 ++
test/tools/llvm-opt-report/Inputs/or.yaml | 227 +++++++++++++++++
test/tools/llvm-opt-report/basic.test | 97 ++++++++
tools/llvm-opt-report/CMakeLists.txt | 6 +
tools/llvm-opt-report/OptReport.cpp | 401 ++++++++++++++++++++++++++++++
7 files changed, 771 insertions(+)
create mode 100644 test/tools/llvm-opt-report/Inputs/or.c
create mode 100644 test/tools/llvm-opt-report/Inputs/or.h
create mode 100644 test/tools/llvm-opt-report/Inputs/or.yaml
create mode 100644 test/tools/llvm-opt-report/basic.test
create mode 100644 tools/llvm-opt-report/CMakeLists.txt
create mode 100644 tools/llvm-opt-report/OptReport.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 d947d95 Convert some more aliasing and CI functions to StringRef.
new 406e5a8 Fixes for libc++ std::unordered_map data formatter against trunk
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:
.../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 34 +++++++++++++++++++---
1 file changed, 30 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 lld.
from 393640e Add an empty IPI stream.
new 214290c Add exact number of streams for reserved stream #s.
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/PDB.cpp | 9 ++++-----
test/COFF/pdb.test | 14 +++++++-------
2 files changed, 11 insertions(+), 12 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 5fb757d PR target/77874 * config/i386/sse.md (<mask_codefor><code>< [...]
new 847e66c * gcc.target/i386/pr77833.c: Require int128 effective target.
new 26d689f Delete x86 deprecated pcommit instruction support
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:
gcc/ChangeLog | 24 +++++++++++++++
gcc/common/config/i386/i386-common.c | 15 ----------
gcc/config.gcc | 8 ++---
gcc/config/i386/cpuid.h | 1 -
gcc/config/i386/driver-i386.c | 7 ++---
gcc/config/i386/i386-builtin.def | 3 --
gcc/config/i386/i386-c.c | 2 --
gcc/config/i386/i386.c | 14 +++------
gcc/config/i386/i386.h | 2 --
gcc/config/i386/i386.md | 10 -------
gcc/config/i386/i386.opt | 4 +--
gcc/config/i386/pcommitintrin.h | 49 -------------------------------
gcc/config/i386/x86intrin.h | 2 --
gcc/testsuite/ChangeLog | 14 +++++++++
gcc/testsuite/g++.dg/other/i386-2.C | 2 +-
gcc/testsuite/g++.dg/other/i386-3.C | 2 +-
gcc/testsuite/gcc.target/i386/pcommit-1.c | 11 -------
gcc/testsuite/gcc.target/i386/pr77833.c | 1 +
gcc/testsuite/gcc.target/i386/sse-12.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-13.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-14.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-22.c | 2 +-
gcc/testsuite/gcc.target/i386/sse-23.c | 2 +-
23 files changed, 58 insertions(+), 123 deletions(-)
delete mode 100644 gcc/config/i386/pcommitintrin.h
delete mode 100644 gcc/testsuite/gcc.target/i386/pcommit-1.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 gcc.
from 670ec52 2016-10-05 Steven G. Kargl <kargls(a)gcc.gnu.org>
new 5fb757d PR target/77874 * config/i386/sse.md (<mask_codefor><code>< [...]
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 | 8 ++++++++
gcc/config/i386/sse.md | 4 +---
2 files changed, 9 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 gcc-6-branch
in repository gcc.
from d19f839 PR 70101 fix allocator-extended ctors for std::priority_queue
new 6350aaa 2016-10-05 Steven G. Kargl <kargls(a)gcc.gnu.org>
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/fortran/ChangeLog | 8 +++++++
gcc/fortran/resolve.c | 14 ++++++++++-
gcc/testsuite/ChangeLog | 6 +++++
gcc/testsuite/gfortran.dg/associate_22.f90 | 37 ++++++++++++++++++++++++++++++
4 files changed, 64 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/associate_22.f90
--
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 8be61a8 Modify df_iterator to support post-order actions
new 2a4f206 [DAG] change test to use 'unsafe' function attribute instead [...]
new 87bf019 Fix the build with MSVC 2013, still cannot default move ctors yet
new 81e3914 Remove extra semicolon
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/CodeGen/X86/negative-sin.ll | 15 +++++++++++----
unittests/ADT/STLExtrasTest.cpp | 3 ++-
2 files changed, 13 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 6a6f29c [WebAssembly] Add binary-encoding opcode values to instructio [...]
new 5ea3570 Verifier: Reject any unknown named MD nodes in the llvm.dbg n [...]
new 8be61a8 Modify df_iterator to support post-order actions
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/DepthFirstIterator.h | 27 ++++++--
include/llvm/Analysis/LoopInfoImpl.h | 4 +-
include/llvm/Analysis/RegionInfo.h | 14 ++--
include/llvm/Analysis/RegionIterator.h | 6 +-
include/llvm/CodeGen/MachineRegionInfo.h | 4 +-
include/llvm/IR/Dominators.h | 2 +-
lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +-
lib/CodeGen/LiveVariables.cpp | 2 +-
lib/CodeGen/MachineVerifier.cpp | 4 +-
lib/CodeGen/PrologEpilogInserter.cpp | 2 +-
lib/CodeGen/UnreachableBlockElim.cpp | 4 +-
lib/IR/Verifier.cpp | 9 ++-
lib/Target/X86/X86FloatingPoint.cpp | 2 +-
lib/Transforms/IPO/ArgumentPromotion.cpp | 2 +-
test/CodeGen/X86/2010-06-01-DeadArg-DbgInfo.ll | 90 ++++++++++++--------------
test/DebugInfo/Generic/2010-07-19-Crash.ll | 28 --------
unittests/ADT/DepthFirstIteratorTest.cpp | 2 +
17 files changed, 96 insertions(+), 108 deletions(-)
delete mode 100644 test/DebugInfo/Generic/2010-07-19-Crash.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 a6b6af9 Early continue. NFC.
new 393640e Add an empty IPI stream.
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/PDB.cpp | 6 ++++++
test/COFF/pdb.test | 19 ++++++++++++-------
2 files changed, 18 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 llvm.
from 1911873 [Object] Fix a crash in Archive::child_iterator's default con [...]
new ba129eb [codeview] Translate bitpiece metadata to DEFRANGE_SUBFIELD* records
new 6a6f29c [WebAssembly] Add binary-encoding opcode values to instructio [...]
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/DebugInfo/CodeView/SymbolRecord.h | 26 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 101 +++--
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 16 +-
.../MCTargetDesc/WebAssemblyMCTargetDesc.h | 4 +
lib/Target/WebAssembly/WebAssemblyInstrControl.td | 13 +-
lib/Target/WebAssembly/WebAssemblyInstrConv.td | 50 +--
lib/Target/WebAssembly/WebAssemblyInstrFloat.td | 40 +-
lib/Target/WebAssembly/WebAssemblyInstrFormats.td | 53 +--
lib/Target/WebAssembly/WebAssemblyInstrInfo.td | 10 +-
lib/Target/WebAssembly/WebAssemblyInstrInteger.td | 60 +--
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 50 +--
test/DebugInfo/COFF/pieces.ll | 429 +++++++++++++++++++++
12 files changed, 667 insertions(+), 185 deletions(-)
create mode 100644 test/DebugInfo/COFF/pieces.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.