This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from ca13f2d Fix a couple assertions that can never fire because the condi [...]
new 102c3e1 Make thinlto clang test more robust against LLVM changes.
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/Misc/thinlto.c | 9 ++-------
1 file changed, 2 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 2ea0a37 Fix a couple assertions that can never fire because they just [...]
new bbf2e44 Add an internalization step to the ThinLTOCodeGenerator
new 3f53abc Add a version field in the bitcode for the summary
new 65562d6 Reorganize GlobalValueSummary with a "Flags" bitfield.
new 522b700 Verifier: Verify that each inlinable callsite of a debug-info [...]
The 4 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/Bitcode/LLVMBitCodes.h | 18 ++-
include/llvm/IR/ModuleSummaryIndex.h | 43 +++---
include/llvm/LTO/ThinLTOCodeGenerator.h | 5 +
lib/Analysis/ModuleSummaryAnalysis.cpp | 6 +-
lib/Bitcode/Reader/BitcodeReader.cpp | 77 +++++++---
lib/Bitcode/Writer/BitcodeWriter.cpp | 46 ++++--
lib/IR/Verifier.cpp | 9 ++
lib/LTO/ThinLTOCodeGenerator.cpp | 169 ++++++++++++++++++---
test/Bitcode/summary_version.ll | 12 ++
test/Bitcode/thinlto-alias.ll | 2 +
.../thinlto-function-summary-callgraph-pgo.ll | 2 +
test/Bitcode/thinlto-function-summary-callgraph.ll | 2 +
.../thinlto-function-summary-originalnames.ll | 1 +
test/Bitcode/thinlto-function-summary-refgraph.ll | 8 +-
test/Bitcode/thinlto-function-summary.ll | 3 +-
test/Bitcode/thinlto-summary-linkage-types.ll | 28 ++--
test/DebugInfo/X86/arange-and-stub.ll | 3 +-
test/DebugInfo/X86/dbg-declare-arg.ll | 3 +-
test/ThinLTO/X86/internalize.ll | 19 +++
test/Verifier/callsite-dbgloc.ll | 62 ++++++++
test/tools/llvm-lto/thinlto.ll | 1 +
tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 1 +
tools/llvm-lto/llvm-lto.cpp | 49 +++++-
23 files changed, 459 insertions(+), 110 deletions(-)
create mode 100644 test/Bitcode/summary_version.ll
create mode 100644 test/ThinLTO/X86/internalize.ll
create mode 100644 test/Verifier/callsite-dbgloc.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 ad3fb59 ELF: Forbid undefined symbols with non-default visibility in DSOs.
new e0bd675 Test what I intended to test.
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/ELF/undef-shared.s | 2 +-
1 file changed, 1 insertion(+), 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 lld.
from d90ff27 [ELF] Use llvm-mc rather than checking in a file.
new 0e145f3 ELF: Always include undefined DSO symbols in the symbol table.
new ad3fb59 ELF: Forbid undefined symbols with non-default visibility in DSOs.
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:
ELF/Symbols.cpp | 11 ++++-------
ELF/Writer.cpp | 9 +++++++--
test/ELF/undef-shared.s | 14 ++++++++++++++
test/ELF/undef-version-script.s | 37 +++++++++++++++++++++++++++++++++++++
4 files changed, 62 insertions(+), 9 deletions(-)
create mode 100644 test/ELF/undef-shared.s
create mode 100644 test/ELF/undef-version-script.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 clang.
from 2af14cc DebugInfo: DIGlobalVariables became 'distinct' in LLVM r267301
new ca13f2d Fix a couple assertions that can never fire because the condi [...]
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/Frontend/Rewrite/RewriteModernObjC.cpp | 2 +-
lib/Frontend/Rewrite/RewriteObjC.cpp | 2 +-
2 files changed, 2 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 b50e1f0 [RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.
new 51bf4a5 [X86] Fix patterns that turn cmove/cmovne+ctlz/cttz into lzcn [...]
new 2ea0a37 Fix a couple assertions that can never fire because they just [...]
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/AMDGPU/SIMachineScheduler.cpp | 2 +-
.../Hexagon/MCTargetDesc/HexagonInstPrinter.cpp | 2 +-
lib/Target/X86/X86InstrInfo.td | 54 +++---
test/CodeGen/X86/lzcnt-tzcnt.ll | 209 ---------------------
4 files changed, 26 insertions(+), 241 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 d0f57ce Add a file comment about the Ulrich's document and don't repe [...]
new d90ff27 [ELF] Use llvm-mc rather than checking in a file.
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/ELF/Inputs/gotpcrelx.o | Bin 896 -> 0 bytes
test/ELF/gotpcrelx.s | 15 +++++++++++----
2 files changed, 11 insertions(+), 4 deletions(-)
delete mode 100644 test/ELF/Inputs/gotpcrelx.o
--
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 e37fa30 [MC/ELF] Make the relaxation test more interesting.
new b50e1f0 [RuntimeDyldELF] Handle GOTPCRELX/REX_GOTPCRELX.
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/ExecutionEngine/RuntimeDyld/RuntimeDyldELF.cpp | 6 +++++-
test/ExecutionEngine/RuntimeDyld/X86/ELF-relaxed.s | 8 ++++++++
2 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/ExecutionEngine/RuntimeDyld/X86/ELF-relaxed.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 3cabbfe [MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.
new e37fa30 [MC/ELF] Make the relaxation test more interesting.
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/MC/ELF/got-relaxed.s | 2 ++
1 file changed, 2 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 678f885 Relax test using CHECK-DAG instead of CHECK-NEXT
new 3cabbfe [MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.
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/MCAsmInfo.h | 6 ++++++
lib/Target/X86/MCTargetDesc/X86ELFObjectWriter.cpp | 24 +++++++++++++++++-----
lib/Target/X86/MCTargetDesc/X86MCAsmInfo.cpp | 6 ++++++
test/MC/ELF/got-relaxed.s | 18 ++++++++++++++++
4 files changed, 49 insertions(+), 5 deletions(-)
create mode 100644 test/MC/ELF/got-relaxed.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.