This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 775400f [Timer] Expose an API to check if the timer is running.
new 6cc1a14 Revert "[MC] Support symbolic expressions in assembly directives"
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/MC/MCObjectStreamer.h | 5 ----
include/llvm/MC/MCStreamer.h | 22 --------------
lib/MC/MCAsmStreamer.cpp | 40 ++-----------------------
lib/MC/MCObjectStreamer.cpp | 38 -----------------------
lib/MC/MCParser/AsmParser.cpp | 42 ++++++++++++++++++--------
lib/MC/MCStreamer.cpp | 16 ++--------
test/MC/AsmParser/directive_fill.s | 53 +++++++++++++++++----------------
test/MC/AsmParser/directive_space.s | 5 ----
test/MC/AsmParser/symbolic-expression.s | 17 -----------
9 files changed, 62 insertions(+), 176 deletions(-)
delete mode 100644 test/MC/AsmParser/symbolic-expression.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 gcc.
from e57686b 2016-05-27 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new fce78c5 /cp 2016-05-27 Paolo Carlini <paolo.carlini(a)oracle.com>
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/cp/ChangeLog | 9 +++++++++
gcc/cp/name-lookup.c | 12 +++++++++---
gcc/cp/name-lookup.h | 2 +-
gcc/cp/parser.c | 7 ++++---
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/parse/namespace13.C | 11 +++++++++++
6 files changed, 39 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/parse/namespace13.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 52443d6 [GVN] Preserve !range metadata when PRE'ing loads
new 91b286f SmallVector: Replace some pre-C++11 move helpers with standar [...]
new 775400f [Timer] Expose an API to check if the timer is running.
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/SmallVector.h | 55 ++++++++----------------------------------
include/llvm/Support/Timer.h | 3 +++
2 files changed, 13 insertions(+), 45 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 openmp.
from 541b718 Add missing OpenMP 4.5 device entries to stubs library.
new cbb2a49 Fix storing the frame pointer for OMP-T during ppc64 microtas [...]
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:
runtime/src/z_Linux_asm.s | 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 780aab5 [X86] Detect SAD patterns and emit psadbw instructions.
new 52443d6 [GVN] Preserve !range metadata when PRE'ing loads
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/Scalar/GVN.cpp | 2 ++
test/Transforms/GVN/load-metadata.ll | 24 ++++++++++++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 test/Transforms/GVN/load-metadata.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 1f37794 Revert "[pdb] Allow zero-copy read support for symbol streams."
new e8799b6 Resubmit "[pdb] Allow zero-copy read support for symbol streams.""
new 1ae94e2 [MC] Support symbolic expressions in assembly directives
new cb3c571 Don't assume that there will be another null byte
new ff1f039 Don't assume that there will be enough padding bytes
new 6dc6bd9 Avoid overflow when computing the size of an array
new c21577e Make sure data is available before dereferencing it
new 780aab5 [X86] Detect SAD patterns and emit psadbw instructions.
The 7 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/CVSymbolVisitor.h | 2 +-
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 13 +-
include/llvm/DebugInfo/CodeView/RecordIterator.h | 38 +-
.../llvm/DebugInfo/CodeView/RecordSerialization.h | 6 +
include/llvm/DebugInfo/CodeView/StreamArray.h | 71 +-
include/llvm/DebugInfo/CodeView/StreamReader.h | 9 +
include/llvm/DebugInfo/CodeView/SymbolDumper.h | 2 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 4 +
include/llvm/DebugInfo/CodeView/TypeDumper.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 -
include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 15 +-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 6 +-
include/llvm/MC/MCObjectStreamer.h | 5 +
include/llvm/MC/MCStreamer.h | 22 +
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 +-
lib/DebugInfo/CodeView/RecordSerialization.cpp | 14 +
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +-
lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +-
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 10 +-
lib/DebugInfo/PDB/Raw/ModInfo.cpp | 2 +
lib/DebugInfo/PDB/Raw/ModStream.cpp | 13 +-
lib/MC/MCAsmStreamer.cpp | 40 +-
lib/MC/MCObjectStreamer.cpp | 38 +
lib/MC/MCParser/AsmParser.cpp | 42 +-
lib/MC/MCStreamer.cpp | 16 +-
lib/Target/X86/X86ISelLowering.cpp | 140 +++
test/CodeGen/X86/sad.ll | 1094 ++++++++++++++++++++
test/MC/AsmParser/directive_fill.s | 53 +-
test/MC/AsmParser/directive_space.s | 5 +
test/MC/AsmParser/symbolic-expression.s | 17 +
30 files changed, 1570 insertions(+), 132 deletions(-)
create mode 100644 test/CodeGen/X86/sad.ll
create mode 100644 test/MC/AsmParser/symbolic-expression.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 llvm.
from 6e1b1bf [pdb] Allow zero-copy read support for symbol streams.
new 1f37794 Revert "[pdb] Allow zero-copy read support for symbol streams."
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/DebugInfo/CodeView/CVSymbolVisitor.h | 2 +-
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +-
include/llvm/DebugInfo/CodeView/RecordIterator.h | 38 +++---------
include/llvm/DebugInfo/CodeView/StreamArray.h | 73 ++++++++++-------------
include/llvm/DebugInfo/CodeView/StreamReader.h | 9 ---
include/llvm/DebugInfo/CodeView/SymbolDumper.h | 2 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 4 --
include/llvm/DebugInfo/CodeView/TypeDumper.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 +
include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 15 +----
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 6 +-
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +-
lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +-
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 10 ++--
lib/DebugInfo/PDB/Raw/ModInfo.cpp | 2 -
lib/DebugInfo/PDB/Raw/ModStream.cpp | 13 +---
16 files changed, 61 insertions(+), 122 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 8360163 [X86] Clarify PSHUFB+blend lowering function name. NFC.
new 6e1b1bf [pdb] Allow zero-copy read support for symbol streams.
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/DebugInfo/CodeView/CVSymbolVisitor.h | 2 +-
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 2 +-
include/llvm/DebugInfo/CodeView/RecordIterator.h | 38 +++++++++---
include/llvm/DebugInfo/CodeView/StreamArray.h | 73 +++++++++++++----------
include/llvm/DebugInfo/CodeView/StreamReader.h | 9 +++
include/llvm/DebugInfo/CodeView/SymbolDumper.h | 2 +-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 4 ++
include/llvm/DebugInfo/CodeView/TypeDumper.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/DbiStream.h | 1 -
include/llvm/DebugInfo/PDB/Raw/ModInfo.h | 15 ++++-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 6 +-
lib/DebugInfo/CodeView/SymbolDumper.cpp | 2 +-
lib/DebugInfo/CodeView/TypeDumper.cpp | 2 +-
lib/DebugInfo/PDB/Raw/DbiStream.cpp | 10 ++--
lib/DebugInfo/PDB/Raw/ModInfo.cpp | 2 +
lib/DebugInfo/PDB/Raw/ModStream.cpp | 13 +++-
16 files changed, 122 insertions(+), 61 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 c4a6700 [ProfData] Remove global constructor from ProfileSummaryBuilder.
new 9629952 [ARM] Remove tBLXr Pat made redundant by r269101. NFCI.
new 8360163 [X86] Clarify PSHUFB+blend lowering function name. NFC.
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/ARM/ARMInstrFormats.td | 5 -----
lib/Target/ARM/ARMInstrThumb.td | 5 -----
lib/Target/X86/X86ISelLowering.cpp | 20 +++++++++++---------
3 files changed, 11 insertions(+), 19 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 clang.
from 35537a7 Add instcombine pass if sampleprofile pass is enabled.
new 7ce8920 [Headers] Remove redundant typedef. 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/Headers/smmintrin.h | 1 -
1 file changed, 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.