This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from f8e8d07 [Orc] Don't create empty globals modules in the CompileOnDema [...]
new e0c3007 [Kaleidoscope][BuildingAJIT] Add code for Chapter 3.
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:
examples/Kaleidoscope/BuildingAJIT/CMakeLists.txt | 1 +
.../{Chapter2 => Chapter3}/CMakeLists.txt | 5 ++--
.../{Chapter2 => Chapter3}/KaleidoscopeJIT.h | 30 ++++++++++++++++------
.../BuildingAJIT/{Chapter2 => Chapter3}/toy.cpp | 0
4 files changed, 26 insertions(+), 10 deletions(-)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter2 => Chapter3}/CMakeLists.txt (61%)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter2 => Chapter3}/KaleidoscopeJIT.h (79%)
copy examples/Kaleidoscope/BuildingAJIT/{Chapter2 => Chapter3}/toy.cpp (100%)
--
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 6036403 Don't use recursion to print out the PrettyStackTrace after a [...]
new ddaf22d [libFuzzer] when there is a leak in the existing corpus repor [...]
new 746036c coff: fix weak alias to local.
new f8e8d07 [Orc] Don't create empty globals modules in the CompileOnDema [...]
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:
.../ExecutionEngine/Orc/CompileOnDemandLayer.h | 21 ++++---
lib/Fuzzer/FuzzerInternal.h | 4 +-
lib/Fuzzer/FuzzerLoop.cpp | 29 +++------
lib/Fuzzer/test/fuzzer-leak.test | 2 +-
lib/MC/WinCOFFObjectWriter.cpp | 72 ++++++++++++----------
test/MC/COFF/{weak-val.s => weak-alias-local.s} | 20 ++++--
test/MC/COFF/weak.s | 22 ++++++-
7 files changed, 102 insertions(+), 68 deletions(-)
copy test/MC/COFF/{weak-val.s => weak-alias-local.s} (63%)
--
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 3c2aa5d Removed redundant argument. NFC.
new 48d2b37 Update for llvm change.
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/SymbolTable.cpp | 10 +++++++---
1 file changed, 7 insertions(+), 3 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 baaf0f7 Add new .def file to module map.
new 6036403 Don't use recursion to print out the PrettyStackTrace after a [...]
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/Support/PrettyStackTrace.h | 10 ++++---
lib/Support/PrettyStackTrace.cpp | 46 +++++++++++++++++++++------------
2 files changed, 36 insertions(+), 20 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 0cbd9c0 Re-commit r270748 "clang-cl: Treat dllimport explicit templat [...]
new 95ae53b Produce better pretty stack traces from crashes in template i [...]
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/Sema/Sema.cpp | 8 ++++----
lib/Sema/SemaTemplateInstantiate.cpp | 7 +++++++
lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 ++++++--
3 files changed, 17 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 34fca4b [libFuzzer] reimplement the way we do -only_ascii to allow mo [...]
new 7ad3d3b [obj2yaml][yaml2obj] Support for MachO bind opcodes
new baaf0f7 Add new .def file to module map.
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/ObjectYAML/MachOYAML.h | 59 +++++++++++----
include/llvm/module.modulemap | 1 +
lib/ObjectYAML/MachOYAML.cpp | 18 ++++-
test/ObjectYAML/MachO/bind_opcode.yaml | 133 +++++++++++++++++++++++++++++++++
tools/obj2yaml/macho2yaml.cpp | 66 ++++++++++++++++
tools/yaml2obj/yaml2macho.cpp | 17 +++++
6 files changed, 277 insertions(+), 17 deletions(-)
create mode 100644 test/ObjectYAML/MachO/bind_opcode.yaml
--
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 67faeed [Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver [...]
new 34fca4b [libFuzzer] reimplement the way we do -only_ascii to allow mo [...]
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/FuzzerInternal.h | 7 ++++---
lib/Fuzzer/FuzzerLoop.cpp | 11 ++++++-----
lib/Fuzzer/FuzzerTraceState.cpp | 4 ++--
lib/Fuzzer/FuzzerUtil.cpp | 8 +++++---
lib/Fuzzer/test/fuzzer.test | 3 +++
5 files changed, 20 insertions(+), 13 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 6b9dd0c [AArch64] Generate rev16/rev32 from bswap + srl when upper bi [...]
new fd1e14e [Hexagon] Enable the post-RA scheduler
new 67faeed [Kaleidoscope][BuildingAJIT] Fix a bug in the symbol resolver [...]
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:
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 2 +-
lib/Target/Hexagon/HexagonFrameLowering.cpp | 95 ++++++++++++++++++++--
lib/Target/Hexagon/HexagonFrameLowering.h | 2 +
lib/Target/Hexagon/HexagonSubtarget.h | 1 +
test/CodeGen/Hexagon/adde.ll | 2 +-
test/CodeGen/Hexagon/newvaluestore.ll | 21 ++---
test/CodeGen/Hexagon/sube.ll | 2 +-
test/CodeGen/Hexagon/v60Intrins.ll | 2 +-
8 files changed, 101 insertions(+), 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 master
in repository llvm.
from b80d8da [BasicAA] Extend inbound GEP negative offset logic to GlobalV [...]
new faf7289 AMDGPU/SI: Enable load-store-opt by default.
new 6b9dd0c [AArch64] Generate rev16/rev32 from bswap + srl when upper bi [...]
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/AArch64/AArch64ISelLowering.cpp | 32 +++++++++++++++++++++-
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 2 +-
test/CodeGen/AArch64/arm64-rev.ll | 27 ++++++++++++++++++
test/CodeGen/AMDGPU/address-space.ll | 3 +-
test/CodeGen/AMDGPU/ctpop.ll | 6 ++--
test/CodeGen/AMDGPU/drop-mem-operand-move-smrd.ll | 3 +-
test/CodeGen/AMDGPU/fceil64.ll | 4 +--
test/CodeGen/AMDGPU/fmax3.ll | 12 ++++----
test/CodeGen/AMDGPU/fmin3.ll | 12 ++++----
test/CodeGen/AMDGPU/global-extload-i1.ll | 4 +--
test/CodeGen/AMDGPU/global-extload-i16.ll | 4 +--
test/CodeGen/AMDGPU/global-extload-i32.ll | 4 +--
test/CodeGen/AMDGPU/global-extload-i8.ll | 4 +--
test/CodeGen/AMDGPU/indirect-private-64.ll | 12 ++++++--
test/CodeGen/AMDGPU/llvm.AMDGPU.rsq.clamped.f64.ll | 9 +++---
test/CodeGen/AMDGPU/llvm.amdgcn.rsq.clamp.ll | 9 +++---
test/CodeGen/AMDGPU/llvm.memcpy.ll | 14 ++++------
test/CodeGen/AMDGPU/load-i1.ll | 4 +--
test/CodeGen/AMDGPU/local-64.ll | 18 ++++--------
test/CodeGen/AMDGPU/local-memory-two-objects.ll | 4 +--
test/CodeGen/AMDGPU/missing-store.ll | 4 +--
test/CodeGen/AMDGPU/reorder-stores.ll | 6 ++--
test/CodeGen/AMDGPU/sdiv.ll | 4 +--
test/CodeGen/AMDGPU/shift-i64-opts.ll | 8 +++---
test/CodeGen/AMDGPU/si-triv-disjoint-mem-access.ll | 10 +++----
test/CodeGen/AMDGPU/store.ll | 3 +-
test/CodeGen/AMDGPU/use-sgpr-multiple-times.ll | 6 ++--
test/CodeGen/AMDGPU/xor.ll | 4 +--
28 files changed, 138 insertions(+), 94 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 6d7e8b2 [OpenMP] Codegen for target update directive.
new 687d95f [AMDGPU] Remove individual debugger options + update features
new 0cbd9c0 Re-commit r270748 "clang-cl: Treat dllimport explicit templat [...]
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/Options.td | 4 ---
lib/Driver/Tools.cpp | 3 +-
lib/Sema/SemaTemplate.cpp | 33 ++++++++++++++++++--
lib/Sema/SemaTemplateInstantiate.cpp | 7 +++++
test/CodeGenCXX/dllexport.cpp | 13 +++-----
test/CodeGenCXX/dllimport.cpp | 49 +++++++++++++++++++++++++-----
test/CodeGenCXX/explicit-instantiation.cpp | 23 ++++++++++++++
test/Driver/amdgpu-features.c | 18 ++---------
test/SemaTemplate/extern-templates.cpp | 13 ++++++--
9 files changed, 123 insertions(+), 40 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.