This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e019ebf3614 Use delete[] instead of free
new f71997e9112 [SelectionDAG] Remove duplicate code from TargetLowering::S [...]
new 8e229ec0e5f Adding a width of the GEP index to the Data Layout.
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:
docs/LangRef.rst | 47 +-
include/llvm/CodeGen/BasicTTIImpl.h | 4 +-
include/llvm/CodeGen/TargetLowering.h | 2 +-
include/llvm/IR/DataLayout.h | 24 +-
lib/Analysis/ConstantFolding.cpp | 40 +-
lib/Analysis/InlineCost.cpp | 4 +-
lib/Analysis/InstructionSimplify.cpp | 10 +-
lib/Analysis/Loads.cpp | 4 +-
lib/Analysis/LoopAccessAnalysis.cpp | 6 +-
lib/Analysis/ScalarEvolution.cpp | 2 +
lib/Analysis/ValueTracking.cpp | 25 +-
lib/CodeGen/CodeGenPrepare.cpp | 2 +-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 4 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 13 +-
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 4 -
lib/IR/DataLayout.cpp | 61 +-
lib/IR/Operator.cpp | 4 +-
lib/IR/Value.cpp | 4 +-
lib/Transforms/InstCombine/InstCombineCasts.cpp | 6 +-
lib/Transforms/InstCombine/InstCombineCompares.cpp | 6 +-
.../InstCombine/InstructionCombining.cpp | 57 +-
lib/Transforms/Scalar/SROA.cpp | 8 +-
.../Scalar/SeparateConstOffsetFromGEP.cpp | 2 +-
lib/Transforms/Utils/Local.cpp | 4 +-
lib/Transforms/Vectorize/LoadStoreVectorizer.cpp | 3 +-
test/Transforms/InstCombine/gep-custom-dl.ll | 155 +++++
test/Transforms/InstCombine/icmp-custom-dl.ll | 247 ++++++++
test/Transforms/LoopIdiom/struct-custom-dl.ll | 212 +++++++
test/Transforms/LoopIdiom/unroll-custom-dl.ll | 78 +++
test/Transforms/PhaseOrdering/scev-custom-dl.ll | 67 +++
.../SimplifyCFG/switch_create-custom-dl.ll | 660 +++++++++++++++++++++
31 files changed, 1630 insertions(+), 135 deletions(-)
create mode 100644 test/Transforms/InstCombine/gep-custom-dl.ll
create mode 100644 test/Transforms/InstCombine/icmp-custom-dl.ll
create mode 100644 test/Transforms/LoopIdiom/struct-custom-dl.ll
create mode 100644 test/Transforms/LoopIdiom/unroll-custom-dl.ll
create mode 100644 test/Transforms/PhaseOrdering/scev-custom-dl.ll
create mode 100644 test/Transforms/SimplifyCFG/switch_create-custom-dl.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 fef5198e5ce Use delete[] to deallocate array of chars
new e019ebf3614 Use delete[] instead of free
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:
tools/llvm-objdump/MachODump.cpp | 4 ++--
1 file 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 35abcb5e69a Refactor DisassembleInfo in MachODump.cpp
new fef5198e5ce Use delete[] to deallocate array of chars
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:
tools/llvm-objdump/MachODump.cpp | 4 ++--
1 file 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 binutils-gdb.
from 60f763ee16 PR22836 testcases
new 85f2093ddc x86-64: Use pr22393-3a.so and pr22393-3a-now.so
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:
ld/ChangeLog | 5 +++++
ld/testsuite/ld-x86-64/x86-64.exp | 4 ++--
2 files changed, 7 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 release_60
in repository llvm.
from 1d4c94e1d4e Merging r325049: ------------------------------------------ [...]
new b02bf020f6f Merging r325085: ------------------------------------------ [...]
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/X86/X86RetpolineThunks.cpp | 26 --------------------------
1 file changed, 26 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 release_50
in repository llvm.
from b4b2cc0cca3 Merging r323915: ------------------------------------------ [...]
new 4e5fddc22a2 Merging r324449: ------------------------------------------ [...]
new 8f5f7f9cb15 Merging r324645: ------------------------------------------ [...]
new 4594a6164d5 Merging r325049: ------------------------------------------ [...]
new de9a0f9c449 Merging r325085: ------------------------------------------ [...]
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:
lib/Target/X86/X86AsmPrinter.cpp | 11 +++-
lib/Target/X86/X86ISelLowering.cpp | 101 +++++++++++++++++-------------
lib/Target/X86/X86RetpolineThunks.cpp | 68 ++++----------------
test/CodeGen/X86/inline-asm-modifier-V.ll | 14 +++++
test/CodeGen/X86/retpoline-external.ll | 48 +++++++-------
test/CodeGen/X86/retpoline-regparm.ll | 42 +++++++++++++
test/CodeGen/X86/retpoline.ll | 14 ++---
7 files changed, 164 insertions(+), 134 deletions(-)
create mode 100644 test/CodeGen/X86/inline-asm-modifier-V.ll
create mode 100644 test/CodeGen/X86/retpoline-regparm.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 d09d7393dda [X86] Remove dead code from retpoline thunk generation
new 35abcb5e69a Refactor DisassembleInfo in MachODump.cpp
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:
tools/llvm-objdump/MachODump.cpp | 106 +++++++++------------------------------
1 file changed, 23 insertions(+), 83 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-tools-extra.
from 782d254c [clangd] Fixed findDefinitions to always return absolute paths.
new 8e7103e4 [clangd] Configure clangd tracing with CLANGD_TRACE env inste [...]
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:
clangd/tool/ClangdMain.cpp | 18 ++++++++----------
test/clangd/trace.test | 2 +-
2 files changed, 9 insertions(+), 11 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 zorg.
from 4d79bac Change jobs number for slave ps4-buildslave2.
new 2bf0b13 Added workaround for the gcc bug 80916.
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:
buildbot/osuosl/master/config/builders.py | 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 clang.
from 789b385fd1 Implement function attribute artificial
new d0f176e8eb Fix a couple of places where we assumed that non-type templa [...]
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/ExprCXX.h | 1 +
lib/AST/ExprCXX.cpp | 3 ++-
lib/Sema/SemaTemplateInstantiate.cpp | 10 +++++-----
lib/Sema/TreeTransform.h | 6 ++++--
test/SemaTemplate/nested-template.cpp | 7 +++++++
test/SemaTemplate/sizeof-pack.cpp | 7 +++++++
6 files changed, 26 insertions(+), 8 deletions(-)
create mode 100644 test/SemaTemplate/sizeof-pack.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.