This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from b9f31323a69 Revert "[Analysis] Support aligned new/delete functions."
new 75627b1a254 [Analysis] Support aligned new/delete functions.
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/TargetLibraryInfo.def | 36 ++++++++++++++++++++
lib/Analysis/MemoryBuiltins.cpp | 17 ++++++++++
lib/Analysis/TargetLibraryInfo.cpp | 28 ++++++++++++++++
test/Transforms/InstCombine/malloc-free-delete.ll | 40 +++++++++++++++++++++++
unittests/Analysis/TargetLibraryInfoTest.cpp | 12 +++++++
5 files changed, 133 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 bee3bbd9bdd [Analysis] Support aligned new/delete functions.
new 7a9e40f0e9d [AArch64] Change std::sort to llvm::sort in response to r327219
new b9f31323a69 Revert "[Analysis] Support aligned new/delete functions."
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/Analysis/TargetLibraryInfo.def | 36 --------------------
lib/Analysis/MemoryBuiltins.cpp | 17 ----------
lib/Analysis/TargetLibraryInfo.cpp | 28 ----------------
lib/Target/AArch64/AArch64A57FPLoadBalancing.cpp | 8 ++---
test/Transforms/InstCombine/malloc-free-delete.ll | 40 -----------------------
5 files changed, 4 insertions(+), 125 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 5c458ee2a90 [MachineOutliner] Fix typo; NFC
new bee3bbd9bdd [Analysis] Support aligned new/delete functions.
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/TargetLibraryInfo.def | 36 ++++++++++++++++++++
lib/Analysis/MemoryBuiltins.cpp | 17 ++++++++++
lib/Analysis/TargetLibraryInfo.cpp | 28 ++++++++++++++++
test/Transforms/InstCombine/malloc-free-delete.ll | 40 +++++++++++++++++++++++
4 files changed, 121 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 84038c4e882 [X86] Separate BSWAP32r and BSWAP64r scheduling data in San [...]
new 5c458ee2a90 [MachineOutliner] Fix typo; 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:
include/llvm/CodeGen/TargetInstrInfo.h | 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 llvm.
from a2c231364c6 Fix a compilation failure with non MSVC compilers.
new 84038c4e882 [X86] Separate BSWAP32r and BSWAP64r scheduling data in San [...]
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/X86/X86SchedBroadwell.td | 9 ++++++++-
lib/Target/X86/X86SchedHaswell.td | 9 ++++++++-
lib/Target/X86/X86SchedSandyBridge.td | 9 ++++++++-
lib/Target/X86/X86SchedSkylakeClient.td | 9 ++++++++-
lib/Target/X86/X86SchedSkylakeServer.td | 9 ++++++++-
test/CodeGen/X86/schedule-x86_64.ll | 12 ++++++------
6 files changed, 46 insertions(+), 11 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 libunwind.
from d550d63 [libunwind][MIPS]: Add support for unwinding in N32 processes.
new 163a209 [CMake] Support for monorepo layout
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:
CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 97c4d2222 [CMake] Support statically linked libc++abi and libunwind
new f60f85afd Add simple runtime tests for shadowcallstack
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/CMakeLists.txt | 3 ++
test/shadowcallstack/CMakeLists.txt | 13 ++++++++
test/shadowcallstack/init.c | 16 ++++++++++
test/shadowcallstack/lit.cfg | 19 ++++++++++++
.../{safestack => shadowcallstack}/lit.site.cfg.in | 2 +-
test/shadowcallstack/minimal_runtime.h | 26 ++++++++++++++++
test/shadowcallstack/overflow.c | 36 ++++++++++++++++++++++
7 files changed, 114 insertions(+), 1 deletion(-)
create mode 100644 test/shadowcallstack/CMakeLists.txt
create mode 100644 test/shadowcallstack/init.c
create mode 100644 test/shadowcallstack/lit.cfg
copy test/{safestack => shadowcallstack}/lit.site.cfg.in (74%)
create mode 100644 test/shadowcallstack/minimal_runtime.h
create mode 100644 test/shadowcallstack/overflow.c
--
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 06e4df3aff4 [llvm-pdbutil] Add the ability to explain binary files.
new a2c231364c6 Fix a compilation failure with non MSVC compilers.
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:
tools/llvm-pdbutil/InputFile.cpp | 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 libcxxabi.
from 565ba04 [demangler] Fix a bug in r328464 found by oss-fuzz.
new d4dc2dd [CMake] Support for monorepo layout
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:
CMakeLists.txt | 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 llvm.
from 200eeca319d [Power9]Legalize and emit code for quad-precision fma instructions
new 06e4df3aff4 [llvm-pdbutil] Add the ability to explain binary files.
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/DebugInfo/PDB/Native/DbiStream.h | 11 +-
include/llvm/DebugInfo/PDB/Native/InfoStream.h | 4 +-
include/llvm/DebugInfo/PDB/Native/RawTypes.h | 2 +
lib/DebugInfo/PDB/Native/DbiStream.cpp | 28 ++--
lib/DebugInfo/PDB/Native/InfoStream.cpp | 2 +-
lib/DebugInfo/PDB/Native/PDBFile.cpp | 4 +-
tools/llvm-pdbutil/ExplainOutputStyle.cpp | 213 +++++++++++++++----------
tools/llvm-pdbutil/ExplainOutputStyle.h | 47 +++---
tools/llvm-pdbutil/InputFile.cpp | 39 ++++-
tools/llvm-pdbutil/InputFile.h | 11 +-
tools/llvm-pdbutil/llvm-pdbutil.cpp | 20 ++-
tools/llvm-pdbutil/llvm-pdbutil.h | 3 +
12 files changed, 249 insertions(+), 135 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.