This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0897ebf6585 Implement various flavors of type merging.
new 49f70ccea4b Infer relocation model from module flags in relocatable LTO link.
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/LTO/Config.h | 2 +-
lib/LTO/LTO.cpp | 5 ++-
lib/LTO/LTOBackend.cpp | 21 ++++++----
test/tools/gold/X86/relocation-model-pic.ll | 63 +++++++++++++++++++++++++++++
tools/gold/gold-plugin.cpp | 6 ++-
5 files changed, 85 insertions(+), 12 deletions(-)
create mode 100644 test/tools/gold/X86/relocation-model-pic.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 c21fd8ac3 Implement various flavors of type merging.
new 2658112fc [lld] Infer relocation model from module flags in relocatable [...]
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/LTO.cpp | 7 ++++-
test/ELF/lto/Inputs/relocation-model-pic.ll | 11 +++++++
test/ELF/lto/relocation-model.ll | 46 +++++++++++++++++++++++++++++
3 files changed, 63 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/lto/Inputs/relocation-model-pic.ll
create mode 100644 test/ELF/lto/relocation-model.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 14a1dd11de0 Don't generate line&scope debug info for meta-instructions.
new 1f0271a22b7 Make TypeSerializer's StringMap use the same allocator.
new 0897ebf6585 Implement various flavors of type merging.
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/TypeSerializer.h | 15 +-
include/llvm/DebugInfo/CodeView/TypeStreamMerger.h | 71 +++++-
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 4 +-
.../llvm/DebugInfo/CodeView/TypeTableCollection.h | 4 +-
include/llvm/DebugInfo/PDB/Native/TpiStream.h | 7 +
lib/DebugInfo/CodeView/TypeSerializer.cpp | 43 +---
lib/DebugInfo/CodeView/TypeStreamMerger.cpp | 247 ++++++++++++++-------
lib/DebugInfo/CodeView/TypeTableCollection.cpp | 2 +-
lib/DebugInfo/PDB/Native/TpiStream.cpp | 4 +
test/DebugInfo/PDB/Inputs/merge-ids-1.yaml | 36 +++
test/DebugInfo/PDB/Inputs/merge-ids-2.yaml | 31 +++
.../PDB/Inputs/merge-ids-and-types-1.yaml | 113 ++++++++++
.../PDB/Inputs/merge-ids-and-types-2.yaml | 143 ++++++++++++
.../PDB/Inputs/{merge1.yaml => merge-types-1.yaml} | 0
.../PDB/Inputs/{merge2.yaml => merge-types-2.yaml} | 0
.../DebugInfo/PDB/pdbdump-merge-ids-and-types.test | 65 ++++++
test/DebugInfo/PDB/pdbdump-mergeids.test | 31 +++
test/DebugInfo/PDB/pdbdump-mergetypes.test | 4 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 22 +-
tools/llvm-readobj/COFFDumper.cpp | 5 +-
20 files changed, 708 insertions(+), 139 deletions(-)
create mode 100644 test/DebugInfo/PDB/Inputs/merge-ids-1.yaml
create mode 100644 test/DebugInfo/PDB/Inputs/merge-ids-2.yaml
create mode 100644 test/DebugInfo/PDB/Inputs/merge-ids-and-types-1.yaml
create mode 100644 test/DebugInfo/PDB/Inputs/merge-ids-and-types-2.yaml
rename test/DebugInfo/PDB/Inputs/{merge1.yaml => merge-types-1.yaml} (100%)
rename test/DebugInfo/PDB/Inputs/{merge2.yaml => merge-types-2.yaml} (100%)
create mode 100644 test/DebugInfo/PDB/pdbdump-merge-ids-and-types.test
create mode 100644 test/DebugInfo/PDB/pdbdump-mergeids.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 1e3ac7202 Revert r303304: Re-submit r303225: Garbage collect dllimporte [...]
new c21fd8ac3 Implement various flavors of type merging.
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 | 5 +++--
1 file changed, 3 insertions(+), 2 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 f850fed8c85 Fix update VP metadata after inlining for instrumentation PGO
new 14a1dd11de0 Don't generate line&scope debug info for meta-instructions.
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/MachineInstr.h | 35 +++++---
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 4 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 6 +-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 4 +-
lib/CodeGen/LexicalScopes.cpp | 5 +-
test/DebugInfo/MIR/X86/empty-inline.mir | 122 ++++++++++++++++++++++++++++
6 files changed, 154 insertions(+), 22 deletions(-)
create mode 100644 test/DebugInfo/MIR/X86/empty-inline.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 llvm.
from edce84feff3 [Hexagon] Fix definitions of vector predicate loads and stores
new f850fed8c85 Fix update VP metadata after inlining for instrumentation PGO
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/InlineFunction.cpp | 7 ++--
.../{prof-update.ll => prof-update-instr.ll} | 37 ++++++++++------------
.../{prof-update.ll => prof-update-sample.ll} | 0
3 files changed, 21 insertions(+), 23 deletions(-)
copy test/Transforms/Inline/{prof-update.ll => prof-update-instr.ll} (59%)
rename test/Transforms/Inline/{prof-update.ll => prof-update-sample.ll} (100%)
--
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 08d6b47db9 [index] Index the default template parameter values
new d13b68220b [coroutines] Build GRO declaration and return GRO statement
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/clang/AST/StmtCXX.h | 13 +++-
include/clang/Basic/DiagnosticSemaKinds.td | 2 +
lib/AST/StmtCXX.cpp | 4 +-
lib/CodeGen/CGCoroutine.cpp | 6 +-
lib/Sema/AnalysisBasedWarnings.cpp | 6 +-
lib/Sema/CoroutineStmtBuilder.h | 2 +-
lib/Sema/SemaCoroutine.cpp | 118 ++++++++++++++++++++++++-----
test/CodeGenCoroutines/coro-alloc.cpp | 14 +++-
test/SemaCXX/coroutines.cpp | 72 ++++++++++++++++++
9 files changed, 208 insertions(+), 29 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 326f38ff729 [DataLayout] Add llvm_unreachable to the default of a neste [...]
new edce84feff3 [Hexagon] Fix definitions of vector predicate loads and stores
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/Hexagon/HexagonPseudo.td | 39 ++++++++++++++++---------------------
1 file changed, 17 insertions(+), 22 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 0276f1787a3 Daily bump.
new 7720ad9c4ca 2017-05-22 Bill Schmidt <wschmidt(a)linux.vnet.ibm.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/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/p8-vec-xl-xst.c | 2 +-
2 files changed, 9 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 glibc.
from 2cdfa9e848 Add one more header to be installed, missed from previous patch.
new d26db8fbb4 Remove useless comment from sysdeps/sparc/sparc32/dl-machine.h
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:
ChangeLog | 5 +++++
sysdeps/sparc/sparc32/dl-machine.h | 2 --
2 files changed, 5 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.