This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 07bb068b4 Currently lld uses base names of files to match against file [...]
new 314c8bfac [MACH-O] Fix the ASM code generated for __stub_helpers section
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/ReaderWriter/MachO/ArchHandler.h | 4 ++
lib/ReaderWriter/MachO/ArchHandler_arm.cpp | 4 ++
lib/ReaderWriter/MachO/ArchHandler_arm64.cpp | 4 ++
lib/ReaderWriter/MachO/ArchHandler_x86.cpp | 4 ++
lib/ReaderWriter/MachO/ArchHandler_x86_64.cpp | 4 ++
.../MachO/MachONormalizedFileFromAtoms.cpp | 57 ++++++++++++++++++++++
test/mach-o/lazy-bind-x86_64.yaml | 4 +-
7 files changed, 79 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 compiler-rt.
from 950163879 Mark allocator_oom_test.cc unsupported on arm & aarch64 (PR33972)
new 0b17b7e25 Add Clang dependency to the check for Clang C++ headers.
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:
cmake/Modules/CompilerRTCompile.cmake | 10 ++++------
1 file changed, 4 insertions(+), 6 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 89c6743f223 [ADT] Enable reverse iteration for DenseMap
new c8f9cf9e266 [DAG] convert vector select-of-constants to logic/math
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/Target/TargetLowering.h | 2 +-
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 59 ++++++++++++++++++++++-
lib/Target/PowerPC/PPCISelLowering.h | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 9 ++++
lib/Target/X86/X86ISelLowering.h | 4 +-
test/CodeGen/PowerPC/vselect-constants.ll | 80 ++++++++-----------------------
test/CodeGen/X86/vselect-avx.ll | 11 +++--
test/CodeGen/X86/vselect-constants.ll | 65 ++++++++++---------------
test/CodeGen/X86/widen_compare-1.ll | 4 +-
9 files changed, 122 insertions(+), 114 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 38a2c588af [clang] Remove unit test which uses reverse-iterate flag
new e56545f4e1 Remove .gitattributes, add comment to lineendings.
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/Frontend/.gitattributes | 2 --
test/Frontend/system-header-line-directive-ms-lineendings.c | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
delete mode 100644 test/Frontend/.gitattributes
--
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 092c93330a7 [Profile] backward propagate profile info in JumpThreading
new 89c6743f223 [ADT] Enable reverse iteration for DenseMap
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/ADT/DenseMap.h | 107 +++--
include/llvm/ADT/SmallPtrSet.h | 23 +-
include/llvm/Support/PointerLikeTypeTraits.h | 21 +-
include/llvm/Support/ReverseIteration.h | 12 +-
lib/Support/CommandLine.cpp | 11 -
test/Transforms/Util/PredicateInfo/condprop2.ll | 474 -----------------------
test/Transforms/Util/PredicateInfo/testandor2.ll | 214 ----------
unittests/ADT/CMakeLists.txt | 1 -
unittests/ADT/ReverseIterationTest.cpp | 52 ---
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/ReverseIterationTest.cpp | 111 ++++++
11 files changed, 228 insertions(+), 799 deletions(-)
delete mode 100644 test/Transforms/Util/PredicateInfo/condprop2.ll
delete mode 100644 test/Transforms/Util/PredicateInfo/testandor2.ll
delete mode 100644 unittests/ADT/ReverseIterationTest.cpp
create mode 100644 unittests/Support/ReverseIterationTest.cpp
--
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 77da41a121d ReleaseNotes: remove boiler-plate, and minor fixes
new 260dd199be9 ReleaseNotes: remove one more in-progress warning
new 9f03145b315 ReleaseNotes: typo
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/ReleaseNotes.rst | 7 +------
1 file changed, 1 insertion(+), 6 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 def6ebbd31d Merging r311623: ------------------------------------------ [...]
new 2c70890d5a0 ReleaseNotes: remove in-progress warning
new 77da41a121d ReleaseNotes: remove boiler-plate, and minor fixes
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/ReleaseNotes.rst | 53 +++++++++++++--------------------------------------
1 file changed, 13 insertions(+), 40 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 d38687abb55 Move accurate-sample-profile into the function attribute.
new 3ff30737687 [InstCombine] fix and enhance udiv/urem narrowing
new 092c93330a7 [Profile] backward propagate profile info in JumpThreading
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:
.../InstCombine/InstCombineMulDivRem.cpp | 65 +++++++-----
lib/Transforms/Scalar/JumpThreading.cpp | 116 ++++++++++++++++++++-
.../Transforms/InstCombine/udivrem-change-width.ll | 51 +++++----
test/Transforms/JumpThreading/threading_prof1.ll | 99 ++++++++++++++++++
test/Transforms/JumpThreading/threading_prof2.ll | 42 ++++++++
5 files changed, 328 insertions(+), 45 deletions(-)
create mode 100644 test/Transforms/JumpThreading/threading_prof1.ll
create mode 100644 test/Transforms/JumpThreading/threading_prof2.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 release_50
in repository clang.
from 7926226534 Merging r311601: ------------------------------------------- [...]
new fbc4cf960d ReleaseNotes: drop in-progress warning
new 9fe12dfae3 ReleaseNotes: remove boiler-plate, and minor fixes
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/ReleaseNotes.rst | 66 ++++-----------------------------------------------
1 file changed, 4 insertions(+), 62 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 9619ec9a5e Expose -mllvm -accurate-sample-profile to clang.
new abcec55fd2 [sanitizer-coverage] document -fsanitize-coverage=pc-table a [...]
new 38a2c588af [clang] Remove unit test which uses reverse-iterate flag
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/SanitizerCoverage.rst | 46 ++++++++++++++++++++++-
test/Rewriter/objc-modern-metadata-visibility2.mm | 45 ----------------------
2 files changed, 45 insertions(+), 46 deletions(-)
delete mode 100644 test/Rewriter/objc-modern-metadata-visibility2.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.