This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a4fb74a AMDGPU: Update for changed subtarget feature name
new 42be00e [APFloat] Switch from (PPCDoubleDoubleImpl, IEEEdouble) layou [...]
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/CodeGen/ppc64-complex-parms.c | 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 clang.
from 13f97ca Guard __gnuc_va_list typedef.
new a4fb74a AMDGPU: Update for changed subtarget feature name
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/Basic/Targets.cpp | 6 +++---
test/CodeGenOpenCL/denorms-are-zero.cl | 10 +++++-----
2 files changed, 8 insertions(+), 8 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 924f39d [Hexagon] Explicitly reserve aliases of reserved registers
new f3a691f AMDGPU: Combine fp16/fp64 subtarget features
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/AMDGPU.td | 29 +++++++++++++++-------
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 9 +++----
lib/Target/AMDGPU/AMDGPUSubtarget.h | 7 +++---
test/CodeGen/AMDGPU/default-fp-mode.ll | 33 ++++++++++++++++++++++++-
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 20 +++++++--------
test/CodeGen/AMDGPU/fcanonicalize.ll | 4 +--
test/CodeGen/AMDGPU/fmul-2-combine-multi-use.ll | 25 ++++++++++++++-----
test/CodeGen/AMDGPU/fmuladd.f16.ll | 18 +++++++-------
test/CodeGen/AMDGPU/hsa-fp-mode.ll | 8 +++---
test/CodeGen/AMDGPU/llvm.fmuladd.f16.ll | 8 +++---
test/CodeGen/AMDGPU/v_mac.ll | 7 +++---
test/CodeGen/AMDGPU/v_mac_f16.ll | 8 +++---
test/CodeGen/AMDGPU/v_madak_f16.ll | 4 +--
13 files changed, 117 insertions(+), 63 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 af0e1c5 Add support for the x86_thread_state32_t and in llvm-objdump [...]
new fc4ec25 [libFuzzer] make sure we use the feedback from std::string op [...]
new 924f39d [Hexagon] Explicitly reserve aliases of reserved registers
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/Fuzzer/FuzzerTracePC.cpp | 5 +++-
lib/Fuzzer/test/CMakeLists.txt | 1 +
.../{NthRunCrashTest.cpp => CxxStringEqTest.cpp} | 14 ++++++---
lib/Fuzzer/test/cxxstring.test | 2 ++
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 33 +++++++++++++---------
lib/Target/Hexagon/HexagonRegisterInfo.td | 2 ++
6 files changed, 39 insertions(+), 18 deletions(-)
copy lib/Fuzzer/test/{NthRunCrashTest.cpp => CxxStringEqTest.cpp} (50%)
create mode 100644 lib/Fuzzer/test/cxxstring.test
--
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_40
in repository llvm.
from b3eb8fe Cherry pick r292625
new f4c95ea Merging r292323: -------------------------------------------- [...]
new 3ff1f39 Merging r292758: -------------------------------------------- [...]
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/X86/X86ISelLowering.cpp | 40 +++++++----
test/CodeGen/X86/sse1.ll | 133 +++++++++++++++++++++++++++++++++++++
utils/release/test-release.sh | 14 +++-
3 files changed, 172 insertions(+), 15 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 libcxx.
from f472d6c Fix GCC C++03 build by hiding default template argument in C++03
new cdb5d25 Manually force the use of __decltype in C++03 with Clang 3.4.
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/__config | 9 ++++++++-
1 file changed, 8 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 libcxx.
from fbe68a6 Implement LWG#2778: basic_string_view is missing constexpr.
new f472d6c Fix GCC C++03 build by hiding default template argument in C++03
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/string | 3 +++
1 file changed, 3 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 5aa636d Attempt to fix the testcase in r292824
new 868b1fe [AArch64][GlobalISel] Legalize narrow scalar ops again.
new 11b1a4a [AArch64][GlobalISel] Legalize narrow scalar fp->int conversions.
new af0e1c5 Add support for the x86_thread_state32_t and in llvm-objdump [...]
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/GlobalISel.rst | 35 --
include/llvm/Support/MachO.h | 42 +++
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 14 +
lib/Object/MachOObjectFile.cpp | 21 +-
lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 +-
lib/Target/AArch64/AArch64LegalizerInfo.cpp | 9 +-
.../AArch64/GlobalISel/arm64-instructionselect.mir | 406 ---------------------
test/CodeGen/AArch64/GlobalISel/legalize-add.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-and.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-fptoi.mir | 18 +-
test/CodeGen/AArch64/GlobalISel/legalize-mul.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-or.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-rem.mir | 11 +-
test/CodeGen/AArch64/GlobalISel/legalize-shift.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-sub.mir | 5 +-
test/CodeGen/AArch64/GlobalISel/legalize-xor.mir | 5 +-
.../{hello.exe.macho-i386 => thread.macho-i386} | Bin 8476 -> 9204 bytes
.../tools/llvm-objdump/X86/macho-print-thread.test | 11 +
tools/llvm-objdump/MachODump.cpp | 99 ++++-
19 files changed, 241 insertions(+), 466 deletions(-)
copy test/tools/llvm-objdump/X86/Inputs/{hello.exe.macho-i386 => thread.macho-i386} (68%)
create mode 100644 test/tools/llvm-objdump/X86/macho-print-thread.test
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.