This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2ba149f9d Pass a InputFile reference to the Lazy constructor. NFC.
new 89f3b12b7 clang-format. 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:
ELF/InputFiles.cpp | 10 +++++-----
1 file changed, 5 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 86e7a0583d3 PR35705: Fix Chapter 9 example code for API changes to DIBuilder
new fe6f85f7dda bpf: add support for objdump -print-imm-hex
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/BPF/InstPrinter/BPFInstPrinter.cpp | 10 ++---
test/CodeGen/BPF/objdump_imm_hex.ll | 65 +++++++++++++++++++++++++++
2 files changed, 70 insertions(+), 5 deletions(-)
create mode 100644 test/CodeGen/BPF/objdump_imm_hex.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 gcc.
from 04cd502b930 2017-12-20 Paolo Carlini <paolo.carlini(a)oracle.com>
new 369c9a01509 PR ipa/83506 * ipa-fnsummary.c (pass_data_ipa_free_fn_sum [...]
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 | 20 +++++++++++++++++++-
gcc/ipa-fnsummary.c | 22 ++++++++++++++++------
gcc/ipa-pure-const.c | 4 ----
gcc/passes.def | 3 ++-
gcc/testsuite/ChangeLog | 10 +++++++++-
gcc/testsuite/gcc.dg/ipa/ctor-empty-1.c | 4 ++--
gcc/testsuite/gcc.dg/pr83506.c | 14 ++++++++++++++
7 files changed, 62 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83506.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 b198d4ebde5 [ICP] Expose unconditional call promotion interface
new 082879a7af3 TableGen: Allow setting SDNodeProperties on intrinsics
new d694a386908 [X86] Refactor DomainReassignment pass to make the Closure [...]
new 86e7a0583d3 PR35705: Fix Chapter 9 example code for API changes to DIBuilder
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:
docs/tutorial/LangImpl09.rst | 5 +-
examples/Kaleidoscope/CMakeLists.txt | 1 +
examples/Kaleidoscope/Chapter9/toy.cpp | 5 +-
include/llvm/CodeGen/SDNodeProperties.td | 34 ++++++
include/llvm/IR/Intrinsics.td | 10 +-
include/llvm/Target/TargetSelectionDAG.td | 26 -----
lib/Target/X86/X86DomainReassignment.cpp | 167 ++++++++++++++++--------------
test/TableGen/intrinsic-long-name.td | 2 +
test/TableGen/intrinsic-struct.td | 2 +
test/TableGen/intrinsic-varargs.td | 2 +
utils/TableGen/CMakeLists.txt | 1 +
utils/TableGen/CodeGenDAGPatterns.cpp | 45 +++-----
utils/TableGen/CodeGenDAGPatterns.h | 2 +
utils/TableGen/CodeGenIntrinsics.h | 8 ++
utils/TableGen/CodeGenTarget.cpp | 7 ++
utils/TableGen/CodeGenTarget.h | 20 +---
utils/TableGen/SDNodeProperties.cpp | 49 +++++++++
utils/TableGen/SDNodeProperties.h | 40 +++++++
18 files changed, 262 insertions(+), 164 deletions(-)
create mode 100644 include/llvm/CodeGen/SDNodeProperties.td
create mode 100644 utils/TableGen/SDNodeProperties.cpp
create mode 100644 utils/TableGen/SDNodeProperties.h
--
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 compiler-rt.
from f7d5f6544 [hwasan] Implement -fsanitize-recover=hwaddress.
new 1d14da803 [libfuzzer] Fix UB when calculating Log(0) in StackDepthStepF [...]
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/fuzzer/FuzzerTracePC.h | 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 37489f4c210 DAG: Tolerate non-MemSDNodes for OPC_RecordMemRef
new 9d97dd42c1d [X86] Remove zext from vXi32 to vXi64 on indices of gather/ [...]
new b198d4ebde5 [ICP] Expose unconditional call promotion interface
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/Transforms/Utils/CallPromotionUtils.h | 18 +-
lib/Target/X86/X86ISelLowering.cpp | 17 ++
lib/Transforms/Utils/CallPromotionUtils.cpp | 255 ++++++++++++++-------
test/CodeGen/X86/masked_gather_scatter.ll | 45 ++++
.../PGOProfile/icp_covariant_call_return.ll | 3 +-
.../PGOProfile/icp_covariant_invoke_return.ll | 9 +-
test/Transforms/PGOProfile/icp_invoke.ll | 17 +-
test/Transforms/PGOProfile/icp_invoke_nouse.ll | 3 +-
test/Transforms/PGOProfile/icp_vararg.ll | 3 +-
.../PGOProfile/indirect_call_promotion.ll | 3 +-
10 files changed, 272 insertions(+), 101 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 bd259eee894 [opt-viewer] Also demangle indirect-call promotion targets
new 178562e3b8c Improve the test for r320216. NFC.
new 37489f4c210 DAG: Tolerate non-MemSDNodes for OPC_RecordMemRef
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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 32 +++++++++----
test/CodeGen/X86/machinesink-merge-debuginfo.ll | 60 ++++++++++++++++++++++---
test/CodeGen/X86/machinesink-null-debuginfo.ll | 10 ++---
3 files changed, 83 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 llvm.
from 365773b3bfd [AMDGPU, AsmParser] Enable the mnemonic spell corrector.
new b8ecb799dba [hwasan] Implement -fsanitize-recover=hwaddress.
new 3c80c06a63e [DAG] Fix condition on overlapping store check.
new dbc9cebcd36 [PowerPC] Added an assert to make sure that the MBBI iterat [...]
new bd259eee894 [opt-viewer] Also demangle indirect-call promotion targets
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/Transforms/Instrumentation.h | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 +-
lib/Target/PowerPC/PPCFrameLowering.cpp | 6 +-
.../Instrumentation/HWAddressSanitizer.cpp | 25 +++++---
test/Instrumentation/HWAddressSanitizer/basic.ll | 72 ++++++++++++++--------
.../HWAddressSanitizer/with-calls.ll | 39 ++++++++----
tools/opt-viewer/optrecord.py | 2 +-
7 files changed, 99 insertions(+), 51 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 compiler-rt.
from 1d871d6cd [builtins] Implement __chkstk for arm64 windows
new f7d5f6544 [hwasan] Implement -fsanitize-recover=hwaddress.
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/hwasan/hwasan.cc | 118 ++++++++++++++++++++++++++-------
lib/hwasan/hwasan_interface_internal.h | 26 ++++++++
lib/hwasan/hwasan_linux.cc | 8 ++-
test/hwasan/TestCases/halt-on-error.cc | 38 ++++++++---
4 files changed, 154 insertions(+), 36 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 6bb630e324 Add support for ObjectFormat to TargetSpecificAttr
new 56aba8eab8 [hwasan] Implement -fsanitize-recover=hwaddress.
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/CodeGen/BackendUtil.cpp | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.