This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 6a9d3b5be [lld] Fix a bug where we continually re-follow type servers.
new 9a5c27cc7 Revert "Simplify a variable type by using StringRef instead o [...]
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/InputFiles.cpp | 21 ++++++++++++---------
ELF/InputFiles.h | 9 ++++++---
ELF/SymbolTable.cpp | 2 +-
ELF/SymbolTable.h | 2 +-
4 files changed, 20 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 325c68628ed Add constrained intrinsics for some libm-equivalent operations
new d1635911382 [GVN] Add phi-translate support in scalarpre.
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/Transforms/Scalar/GVN.h | 27 ++++-
lib/Transforms/Scalar/GVN.cpp | 157 +++++++++++++++++++++++++----
test/Transforms/GVN/PRE/phi-translate-2.ll | 105 +++++++++++++++++++
test/Transforms/GVN/PRE/pre-gep-load.ll | 2 +-
test/Transforms/GVN/PRE/pre-load.ll | 6 +-
5 files changed, 271 insertions(+), 26 deletions(-)
create mode 100644 test/Transforms/GVN/PRE/phi-translate-2.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 94c4904dc59 CodeGen: Rename DEBUG_TYPE to match passnames
new 325c68628ed Add constrained intrinsics for some libm-equivalent operations
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:
docs/LangRef.rst | 465 ++++++++++++++++++++++-
include/llvm/CodeGen/ISDOpcodes.h | 8 +
include/llvm/CodeGen/SelectionDAG.h | 5 +
include/llvm/CodeGen/SelectionDAGNodes.h | 26 ++
include/llvm/IR/IntrinsicInst.h | 13 +
include/llvm/IR/Intrinsics.td | 58 ++-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 67 ++++
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 57 +++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 71 +++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 55 +--
lib/IR/IntrinsicInst.cpp | 26 +-
lib/IR/Verifier.cpp | 19 +-
test/CodeGen/X86/fp-intrinsics.ll | 147 +++++++
test/Feature/fp-intrinsics.ll | 148 ++++++++
test/Verifier/fp-intrinsics.ll | 39 +-
16 files changed, 1134 insertions(+), 72 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 5637ac62797 Kill OVL_CURRENT, OVL_NEXT. * cp-tree.h (OVL_CURRENT, OVL [...]
new 618e587a4b7 PR c++/80605 - __is_standard_layout and zero-length array
new a5220451827 * g++.dg/cpp1z/nontype-auto11.C: Move from pr79583.C.
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/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 4 ++--
gcc/testsuite/g++.dg/{cpp0x/pr79583.C => cpp1z/nontype-auto11.C} | 3 ++-
gcc/testsuite/g++.dg/ext/is_std_layout2.C | 6 ++++++
4 files changed, 16 insertions(+), 3 deletions(-)
rename gcc/testsuite/g++.dg/{cpp0x/pr79583.C => cpp1z/nontype-auto11.C} (55%)
create mode 100644 gcc/testsuite/g++.dg/ext/is_std_layout2.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 d4b1dbe69de [WebAssembly] MC: Include unnamed data when writing wasm files
new 63d6d7548d9 Fix a bug in MappedBlockStream.
new ae12b7b3603 [pdb] pad source file name buffer at the end instead of the [...]
new 7814846d2db Make BinaryStreamReader::readCString a bit faster.
new 522178bccc1 [CodeView Type Merging] Don't keep re-allocating temp serializer.
new 064b7cce39d [lld] Fix a bug where we continually re-follow type servers.
The 5 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/TypeSerializer.h | 2 +
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 18 ++++----
include/llvm/DebugInfo/MSF/MappedBlockStream.h | 16 +++----
.../llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h | 1 +
.../DebugInfo/PDB/Native/PDBTypeServerHandler.h | 5 +--
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +-
lib/DebugInfo/CodeView/TypeSerializer.cpp | 13 ++++++
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 15 +++----
lib/DebugInfo/MSF/MappedBlockStream.cpp | 32 +++++++-------
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp | 25 +++++++----
lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 11 ++---
lib/Support/BinaryStreamReader.cpp | 27 ++++++------
test/DebugInfo/PDB/Inputs/source-names-1.yaml | 8 ++++
test/DebugInfo/PDB/Inputs/source-names-2.yaml | 8 ++++
test/DebugInfo/PDB/pdbdump-source-names.test | 20 +++++++++
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 51 +++++++++++-----------
16 files changed, 153 insertions(+), 103 deletions(-)
create mode 100644 test/DebugInfo/PDB/Inputs/source-names-1.yaml
create mode 100644 test/DebugInfo/PDB/Inputs/source-names-2.yaml
create mode 100644 test/DebugInfo/PDB/pdbdump-source-names.test
--
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 172fdffda Accept not only --reproduce <foo> but also --reproduce=<foo>.
new 6a9d3b5be [lld] Fix a bug where we continually re-follow type servers.
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 | 11 ++++++-----
1 file changed, 6 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 8f60438bd2f PPC: Correct Size for GETtlsADDR
new f906b5846eb Update the documentation and CMake file for Visual Studio g [...]
new 3f3a4fb6ff3 [CodeView Type Merging] Avoid record deserialization when p [...]
new d4b1dbe69de [WebAssembly] MC: Include unnamed data when writing wasm files
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:
CMakeLists.txt | 7 +
docs/GettingStartedVS.rst | 4 +
include/llvm/DebugInfo/CodeView/CVRecord.h | 8 +
include/llvm/DebugInfo/CodeView/CVTypeVisitor.h | 1 +
include/llvm/DebugInfo/CodeView/TypeDeserializer.h | 11 +
include/llvm/DebugInfo/CodeView/TypeRecord.h | 1 +
include/llvm/DebugInfo/CodeView/TypeSerializer.h | 14 +-
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 6 +-
lib/DebugInfo/CodeView/CVTypeVisitor.cpp | 20 +-
lib/DebugInfo/CodeView/TypeSerializer.cpp | 90 ++++---
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 277 +++++++++++++--------
lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp | 8 +-
lib/MC/WasmObjectWriter.cpp | 34 ++-
test/MC/WebAssembly/unnamed-data.ll | 53 ++++
14 files changed, 368 insertions(+), 166 deletions(-)
create mode 100644 test/MC/WebAssembly/unnamed-data.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 clang.
from 7225a9460e Make test/Driver/baremetal.cpp pass on Windows
new 0634a86918 Update the getting started documentation to match the corres [...]
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:
www/get_started.html | 4 ++++
1 file changed, 4 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 gcc.
from a92669f3427 * doc/md.texi (Machine Constraints): Update x86 family ma [...]
new 5637ac62797 Kill OVL_CURRENT, OVL_NEXT. * cp-tree.h (OVL_CURRENT, OVL [...]
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 | 7 +++++++
gcc/cp/cp-tree.h | 6 ------
gcc/cp/name-lookup.c | 33 +++++++++++++++++----------------
gcc/cp/pt.c | 4 ++--
4 files changed, 26 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.