This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 753bd2a Turn some C-style vararg into variadic templates
new e184e1f [SelectionDAG] [ARM CodeGen] Fix chain information of LowerMUL
new 8701bbc Revert "Turn some C-style vararg into variadic templates"
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/IR/Module.h | 13 +--
lib/CodeGen/CountingFunctionInserter.cpp | 3 +-
lib/CodeGen/IntrinsicLowering.cpp | 24 +++--
lib/CodeGen/MachineOutliner.cpp | 2 +-
lib/CodeGen/SafeStack.cpp | 4 +-
lib/CodeGen/SjLjEHPrepare.cpp | 8 +-
lib/CodeGen/StackProtector.cpp | 11 +-
lib/CodeGen/TargetLoweringBase.cpp | 2 +-
lib/IR/Instructions.cpp | 4 +-
lib/IR/Module.cpp | 41 ++++++++
lib/Target/ARM/ARMISelLowering.cpp | 15 ++-
lib/Target/X86/X86ISelLowering.cpp | 7 +-
lib/Transforms/IPO/CrossDSOCFI.cpp | 8 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 4 +-
.../Instrumentation/AddressSanitizer.cpp | 88 +++++++---------
.../Instrumentation/EfficiencySanitizer.cpp | 24 +++--
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 41 ++++----
.../Instrumentation/SanitizerCoverage.cpp | 55 +++++-----
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 46 ++++-----
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 52 +++++-----
lib/Transforms/Utils/SimplifyLibCalls.cpp | 11 +-
test/CodeGen/ARM/lowerMUL-newload.ll | 115 +++++++++++++++++++++
tools/lli/lli.cpp | 3 +-
24 files changed, 379 insertions(+), 207 deletions(-)
create mode 100644 test/CodeGen/ARM/lowerMUL-newload.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 clang-tools-extra.
from 6690e4d [clang-tidy] Temporarily disable a test-case that does not wo [...]
new 50ad9bb [clang-tidy] Reuse FileID in getLocation
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:
clang-tidy/ClangTidy.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 llvm.
from 7bfedca [asan] Fix dead stripping of globals on Linux.
new 753bd2a Turn some C-style vararg into variadic templates
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/Module.h | 13 +++-
lib/CodeGen/CountingFunctionInserter.cpp | 3 +-
lib/CodeGen/IntrinsicLowering.cpp | 24 +++---
lib/CodeGen/MachineOutliner.cpp | 2 +-
lib/CodeGen/SafeStack.cpp | 4 +-
lib/CodeGen/SjLjEHPrepare.cpp | 8 +-
lib/CodeGen/StackProtector.cpp | 11 ++-
lib/CodeGen/TargetLoweringBase.cpp | 2 +-
lib/IR/Instructions.cpp | 4 +-
lib/IR/Module.cpp | 41 ----------
lib/Target/X86/X86ISelLowering.cpp | 7 +-
lib/Transforms/IPO/CrossDSOCFI.cpp | 8 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 4 +-
.../Instrumentation/AddressSanitizer.cpp | 88 ++++++++++++----------
.../Instrumentation/EfficiencySanitizer.cpp | 24 +++---
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 41 +++++-----
.../Instrumentation/SanitizerCoverage.cpp | 55 ++++++--------
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 46 +++++------
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 52 ++++++-------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 11 ++-
tools/lli/lli.cpp | 3 +-
22 files changed, 205 insertions(+), 251 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 593fb7e Bitcode: Do not create FNENTRYs for aliases of functions.
new fcc3459 [asan] Delay creation of asan ctor.
new 9d13481 [asan] Put ctor/dtor in comdat.
new 7bfedca [asan] Fix dead stripping of globals on Linux.
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:
include/llvm/Transforms/Utils/ModuleUtils.h | 14 ++
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 35 +---
.../Instrumentation/AddressSanitizer.cpp | 184 +++++++++++++++++----
lib/Transforms/Utils/ModuleUtils.cpp | 50 +++++-
.../AddressSanitizer/global_metadata.ll | 14 +-
.../AddressSanitizer/global_metadata_darwin.ll | 6 +-
.../AddressSanitizer/instrument_global.ll | 6 +-
.../AddressSanitizer/instrument_load_then_store.ll | 4 +-
.../Instrumentation/AddressSanitizer/no-globals.ll | 12 ++
9 files changed, 246 insertions(+), 79 deletions(-)
create mode 100644 test/Instrumentation/AddressSanitizer/no-globals.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 compiler-rt.
from 6f78f5c Replace a few uses of basename.
new 58cce4a [asan] Fix dead stripping of globals on Linux (compiler-rt).
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_globals.cc | 20 ++++++++++++++++++++
lib/asan/asan_interface.inc | 2 ++
lib/asan/asan_interface_internal.h | 5 +++++
test/asan/CMakeLists.txt | 2 +-
test/asan/TestCases/Linux/global-overflow-bfd.cc | 18 ++++++++++++++++++
test/asan/TestCases/Linux/global-overflow-lld.cc | 19 +++++++++++++++++++
test/asan/TestCases/Linux/globals-gc-sections-lld.cc | 15 +++++++++++++++
test/asan/TestCases/Linux/globals-gc-sections.cc | 13 -------------
8 files changed, 80 insertions(+), 14 deletions(-)
create mode 100644 test/asan/TestCases/Linux/global-overflow-bfd.cc
create mode 100644 test/asan/TestCases/Linux/global-overflow-lld.cc
create mode 100644 test/asan/TestCases/Linux/globals-gc-sections-lld.cc
delete mode 100644 test/asan/TestCases/Linux/globals-gc-sections.cc
--
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 93e3e80 [StripDeadDebugInfo] Drop dead CUs entirely
new 593fb7e Bitcode: Do not create FNENTRYs for aliases of 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:
lib/Bitcode/Reader/BitcodeReader.cpp | 16 +++++-----------
lib/Bitcode/Writer/BitcodeWriter.cpp | 7 -------
test/Bitcode/thinlto-function-summary.ll | 2 +-
3 files changed, 6 insertions(+), 19 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 compiler-rt.
from ee06348 Revert r299672: Add a virtual destructor to a class with virt [...]
new 6f78f5c Replace a few uses of basename.
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/asan/TestCases/Linux/coverage-missing.cc | 5 ++---
test/asan/TestCases/Posix/coverage-sandboxing.cc | 6 +++---
2 files changed, 5 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 e4f931e [AMDGPU] Temporarily change constant address space from 4 to 2
new 93e3e80 [StripDeadDebugInfo] Drop dead CUs entirely
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/Transforms/IPO/StripSymbols.cpp | 25 ++++++++++++++++++++++
.../StripSymbols/strip-dead-debug-info.ll | 11 ++++++++--
2 files changed, 34 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 clang.
from a852e77 [Basic] getColumnNumber returns location of CR+LF on Windows
new e7bf9bd [AMDGPU] Temporarily change constant address space from 4 to [...]
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 | 8 ++++----
test/CodeGenOpenCL/address-space-constant-initializers.cl | 2 ++
test/CodeGenOpenCL/amdgpu-env-amdgiz.cl | 2 +-
3 files changed, 7 insertions(+), 5 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 d718cfc PR target/79733 * config/i386/i386.c (ix86_expand_builtin) [...]
new a0ee4eb PR target/80286 * config/i386/sse.md (*vec_extractv4si_0_ze [...]
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/ChangeLog | 7 +++++++
gcc/config/i386/i386.md | 25 +++++++++++++++++++------
gcc/config/i386/sse.md | 41 +++++++++++++++++++++++++++++------------
3 files changed, 55 insertions(+), 18 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.