This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 08bb54f87ba [llvm-pdbutil] Create a "bytes" subcommand.
new 130b76bf336 [MC] Allow assembling .secidx and .secrel32 for undefined symbols
new 08ef6db9916 [ORC] Switch the object layer API from addObjectSet to addO [...]
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/Chapter1/KaleidoscopeJIT.h | 4 +-
.../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 4 +-
.../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 4 +-
.../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 4 +-
.../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 4 +-
examples/Kaleidoscope/include/KaleidoscopeJIT.h | 4 +-
include/llvm/ExecutionEngine/Orc/CompileUtils.h | 51 +++++-
include/llvm/ExecutionEngine/Orc/IRCompileLayer.h | 74 ++------
.../ExecutionEngine/Orc/ObjectTransformLayer.h | 25 ++-
.../ExecutionEngine/Orc/OrcRemoteTargetServer.h | 6 +
.../ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h | 195 ++++++++++-----------
lib/ExecutionEngine/Orc/OrcCBindingsStack.h | 7 +-
lib/ExecutionEngine/Orc/OrcMCJITReplacement.h | 64 +++----
lib/MC/MCWinCOFFStreamer.cpp | 6 +-
test/MC/COFF/secidx-diagnostic.s | 10 --
test/MC/COFF/secrel32-undef.s | 30 ++++
tools/lli/OrcLazyJIT.h | 7 +-
.../Orc/ObjectTransformLayerTest.cpp | 175 +++++++++---------
.../Orc/RTDyldObjectLinkingLayerTest.cpp | 56 +++---
19 files changed, 353 insertions(+), 377 deletions(-)
delete mode 100644 test/MC/COFF/secidx-diagnostic.s
create mode 100644 test/MC/COFF/secrel32-undef.s
--
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 cc350332fc3 [Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMux
new 0895032e6e1 [llvm-pdbutil] Rename "raw" to "dump".
new 08bb54f87ba [llvm-pdbutil] Create a "bytes" subcommand.
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:
test/DebugInfo/PDB/pdbdump-headers.test | 6 +-
.../DebugInfo/PDB/pdbdump-merge-ids-and-types.test | 4 +-
test/DebugInfo/PDB/pdbdump-mergeids.test | 4 +-
test/DebugInfo/PDB/pdbdump-mergetypes.test | 2 +-
test/DebugInfo/PDB/pdbdump-raw-blocks.test | 17 +-
test/DebugInfo/PDB/pdbdump-raw-stream.test | 6 +-
test/DebugInfo/PDB/pdbdump-readwrite.test | 4 +-
tools/llvm-pdbutil/BytesOutputStyle.cpp | 167 +++++++++++++++++
tools/llvm-pdbutil/BytesOutputStyle.h | 41 +++++
tools/llvm-pdbutil/CMakeLists.txt | 3 +-
.../{RawOutputStyle.cpp => DumpOutputStyle.cpp} | 201 +++++----------------
.../{RawOutputStyle.h => DumpOutputStyle.h} | 10 +-
tools/llvm-pdbutil/LinePrinter.cpp | 14 ++
tools/llvm-pdbutil/LinePrinter.h | 2 +
tools/llvm-pdbutil/llvm-pdbutil.cpp | 190 +++++++++++--------
tools/llvm-pdbutil/llvm-pdbutil.h | 9 +-
16 files changed, 418 insertions(+), 262 deletions(-)
create mode 100644 tools/llvm-pdbutil/BytesOutputStyle.cpp
create mode 100644 tools/llvm-pdbutil/BytesOutputStyle.h
rename tools/llvm-pdbutil/{RawOutputStyle.cpp => DumpOutputStyle.cpp} (85%)
rename tools/llvm-pdbutil/{RawOutputStyle.h => DumpOutputStyle.h} (83%)
--
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 8fbdd7a97 Keep the original symbol name when renamed.
new 56cd0435f [llvm-pdbutil] Rename "raw" to "dump".
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/COFF/pdb-comdat.test | 4 ++--
test/COFF/pdb-lib.s | 2 +-
test/COFF/pdb.test | 2 +-
3 files changed, 4 insertions(+), 4 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 7eb15c6d33b Simplify WinCOFFObjectWriter::recordRelocation.
new cc350332fc3 [Hexagon] Use LivePhysRegs to fix up kills in HexagonGenMux
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/Hexagon/HexagonGenMux.cpp | 86 +++++++++-------------
.../Hexagon/{mux-kill.mir => mux-kill1.mir} | 2 +-
test/CodeGen/Hexagon/mux-kill2.mir | 2 +-
test/CodeGen/Hexagon/mux-kill3.mir | 31 ++++++++
4 files changed, 69 insertions(+), 52 deletions(-)
rename test/CodeGen/Hexagon/{mux-kill.mir => mux-kill1.mir} (84%)
create mode 100644 test/CodeGen/Hexagon/mux-kill3.mir
--
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 d40aee4db00 [AVX-512] Remove and autoupgrade the masked integer compare [...]
new 980c01094a3 [LoopDeletion] Update exits correctly when multiple duplica [...]
new 7eb15c6d33b Simplify WinCOFFObjectWriter::recordRelocation.
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/MC/WinCOFFObjectWriter.cpp | 19 ++----
lib/Transforms/Scalar/LoopDeletion.cpp | 30 ++++++---
test/Transforms/LoopDeletion/unreachable-loops.ll | 76 +++++++++++++++++++++++
3 files changed, 102 insertions(+), 23 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 642ee6a [sanitizers] Remove _CHECKOUT prefix from some variables for [...]
new d59802b [sanitizers] Add dedicated script for Android tests
new e09d702 [sanitizers] Fix script formating
new dfb7c90 [sanitizers] Add Android builder and slave
new 3d79230 [sanitizers] Don't enable asserts on stage1 clang
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:
buildbot/osuosl/master/config/builders.py | 5 +
buildbot/osuosl/master/config/slaves.py | 2 +
.../builders/sanitizers/buildbot_android.sh | 71 +++++
.../sanitizers/buildbot_android_functions.sh | 327 ++++++++++++---------
.../buildbot/builders/sanitizers/buildbot_cmake.sh | 29 --
zorg/buildbot/builders/sanitizers/buildbot_fast.sh | 4 +-
.../builders/sanitizers/buildbot_selector.py | 4 +-
7 files changed, 267 insertions(+), 175 deletions(-)
create mode 100755 zorg/buildbot/builders/sanitizers/buildbot_android.sh
--
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 bf84e2cbee8 Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file t [...]
new d40aee4db00 [AVX-512] Remove and autoupgrade the masked integer compare [...]
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/IR/IntrinsicsX86.td | 80 -
lib/IR/AutoUpgrade.cpp | 39 +-
lib/Target/X86/X86IntrinsicsInfo.h | 24 -
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 372 ++++
test/CodeGen/X86/avx512-intrinsics.ll | 388 ----
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 2050 +++++++++++++++++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 656 +------
test/CodeGen/X86/avx512bwvl-intrinsics-upgrade.ll | 853 +++++++++
test/CodeGen/X86/avx512bwvl-intrinsics.ll | 884 ---------
test/CodeGen/X86/avx512vl-intrinsics-upgrade.ll | 951 ++++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 780 --------
11 files changed, 4263 insertions(+), 2814 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 gcc.
from a4721bd0e37 gcc/
new db5f8d15666 runtime: fix type cast in assignment to gcnextsp in C code
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:
gcc/go/gofrontend/MERGE | 2 +-
libgo/runtime/proc.c | 2 +-
2 files 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 e6b75a9bee0 [MC] Fix const qualifier warning
new bf84e2cbee8 Updated llvm-objdump for arm64 Mach-O MH_KEXT_BUNDLE file t [...]
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:
.../Inputs/kextbundle.macho-aarch64} | Bin 49408 -> 49260 bytes
.../llvm-objdump/AArch64/macho-kextbundle.test | 9 +++++++++
tools/llvm-objdump/MachODump.cpp | 9 +++++++--
3 files changed, 16 insertions(+), 2 deletions(-)
copy test/tools/llvm-objdump/{ARM/Inputs/hello.exe.macho-arm => AArch64/Inputs/kex [...]
create mode 100644 test/tools/llvm-objdump/AArch64/macho-kextbundle.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 master
in repository binutils-gdb.
from d4c6ce5b01 Update comment on gdb_environ::unset
new 84da4cf89e x86: Resolve local undefined weak symbol to 0
new 922109c718 Pass $NOPIE_CFLAGS to ELF visibility tests
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:
bfd/ChangeLog | 6 ++++++
bfd/elf32-i386.c | 12 +++++++-----
bfd/elf64-x86-64.c | 12 +++++++-----
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elfvsb/elfvsb.exp | 5 +++--
5 files changed, 29 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.