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 27fb9d81a [CMake] Support libc++ as Clang default stdlib in compiler-rt
new fb98f1095 [asan] Use dynamic allocator space address on Android/AArch64.
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/asan/asan_allocator.h | 3 ++-
1 file changed, 2 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 llvm.
from 509312630dd AMDGPU: Fix v2f16 fneg/fabs pattern
new 15b63213e06 [InstCombine] Remove calloc transformations
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/Analysis/ValueTracking.h | 2 +-
lib/Analysis/MemoryBuiltins.cpp | 2 +-
lib/Analysis/ValueTracking.cpp | 30 +-------------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 28 ++++++-------
test/Transforms/InstCombine/zero-string.ll | 63 ------------------------------
5 files changed, 17 insertions(+), 108 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 a4773503bb [X86] Add __emmintrin_f16c.h to module map and CMakeLists.
new 7dbbc58aa3 [X86] Add two missing #endif directives to immintrin.h that [...]
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/Headers/immintrin.h | 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 clang.
from 56cc670bbb [X86] Move 128-bit f16c intrinsics to __emmintrin_f16c.h inc [...]
new a4773503bb [X86] Add __emmintrin_f16c.h to module map and CMakeLists.
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/Headers/CMakeLists.txt | 1 +
lib/Headers/module.modulemap | 5 +++++
2 files changed, 6 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 lld.
from 380dd273e [WebAssembly] Fix two bugs in LEB compression: properly calcu [...]
new 22381b4b8 Code cleanup in preparation for adding LTO for wasm. 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:
COFF/Config.h | 4 +--
COFF/Driver.cpp | 6 ++--
COFF/LTO.cpp | 62 +++++++++++++--------------------------
COFF/LTO.h | 2 +-
COFF/SymbolTable.cpp | 3 +-
Common/ErrorHandler.cpp | 16 +++++++++-
Common/Strings.cpp | 9 ++++++
ELF/InputFiles.cpp | 15 +++++-----
ELF/LTO.cpp | 22 --------------
include/lld/Common/ErrorHandler.h | 7 +++++
include/lld/Common/Strings.h | 5 +++-
11 files changed, 72 insertions(+), 79 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 6853db12178 Delete unused variable from r333015.
new 509312630dd AMDGPU: Fix v2f16 fneg/fabs pattern
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/AMDGPU/SIInstructions.td | 5 +++++
test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 22 ++++++++++++++++++++--
2 files changed, 25 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 73026bde126 [MachineOutliner] Add "thunk" outlining for AArch64.
new ccf5904d1cf AMDGPU: Move AMDGPUTargetLowering::isFPExtFoldable() into S [...]
new 792c45b7cd6 [GlobalISel][InstructionSelect] Switching MatchTable over o [...]
new 6853db12178 Delete unused variable from r333015.
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 8 +
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 27 ++++
lib/Target/AArch64/AArch64InstrInfo.cpp | 3 -
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 12 --
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 -
lib/Target/AMDGPU/SIISelLowering.cpp | 12 ++
lib/Target/AMDGPU/SIISelLowering.h | 2 +
test/TableGen/GlobalISelEmitter.td | 25 ++-
utils/TableGen/GlobalISelEmitter.cpp | 178 +++++++++++++++++++++
9 files changed, 244 insertions(+), 24 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 d88e86ef628 [InstCombine] move/add tests for sub with bool op; NFC
new 73026bde126 [MachineOutliner] Add "thunk" outlining for AArch64.
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/TargetInstrInfo.h | 4 +-
lib/CodeGen/MachineOutliner.cpp | 7 ++
lib/Target/AArch64/AArch64InstrInfo.cpp | 101 ++++++++++++++++++++-----
test/CodeGen/AArch64/machine-outliner-thunk.ll | 47 ++++++++++++
test/CodeGen/AArch64/machine-outliner.mir | 4 +
5 files changed, 144 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AArch64/machine-outliner-thunk.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 831a9e91854 [Hexagon] Add patterns for accumulating HVX compares
new d88e86ef628 [InstCombine] move/add tests for sub with bool op; 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:
test/Transforms/InstCombine/sub.ll | 72 ------
test/Transforms/InstCombine/zext-bool-add-sub.ll | 284 +++++++++++++++++++----
2 files changed, 240 insertions(+), 116 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 09a2821bae Revert "[clang-format] Fix putting ObjC message arguments in [...]
new 7d900be492 Reland r332885, "CodeGen, Driver: Start using direct split d [...]
new 56cc670bbb [X86] Move 128-bit f16c intrinsics to __emmintrin_f16c.h inc [...]
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/clang/Driver/CC1Options.td | 4 +-
lib/CodeGen/BackendUtil.cpp | 75 +++++++++++++--------
lib/Driver/ToolChains/Clang.cpp | 20 ++----
lib/Headers/{f16cintrin.h => __emmintrin_f16c.h} | 12 ++--
lib/Headers/emmintrin.h | 2 +-
lib/Headers/f16cintrin.h | 83 +++++++-----------------
lib/Headers/immintrin.h | 50 +-------------
test/CodeGen/split-debug-filename.c | 7 ++
test/Driver/split-debug.c | 3 +-
test/Driver/split-debug.s | 3 +-
test/Misc/cc1as-split-dwarf.s | 26 ++++++++
tools/driver/cc1as_main.cpp | 37 +++++++----
12 files changed, 146 insertions(+), 176 deletions(-)
copy lib/Headers/{f16cintrin.h => __emmintrin_f16c.h} (93%)
create mode 100644 test/Misc/cc1as-split-dwarf.s
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.