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 16ed729 [scudo] Add test exercising pthreads
new 8db84b5 [asan] Add an interceptor for strtok
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:
.../sanitizer_common_interceptors.inc | 47 +++++++++
lib/sanitizer_common/sanitizer_flags.inc | 3 +
.../sanitizer_platform_interceptors.h | 1 +
test/asan/TestCases/strtok.c | 108 +++++++++++++++++++++
4 files changed, 159 insertions(+)
create mode 100644 test/asan/TestCases/strtok.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 20547ed [Outliner] Fix compile-time overhead for candidate choice
new 8e0e073 [PDB] Use two DBs when dumping the IPI stream
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/CodeView/TypeDumpVisitor.h | 14 ++
lib/DebugInfo/CodeView/TypeDumpVisitor.cpp | 17 +-
test/DebugInfo/PDB/pdbdump-headers.test | 190 ++++++++++++++++++----
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 8 +-
tools/llvm-pdbdump/LLVMOutputStyle.h | 1 +
5 files changed, 193 insertions(+), 37 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 496710d Remove unnecessary use of std::result_of, which is deprecated [...]
new 42740ce Disable loop unrolling and icp in SamplePGO ThinLTO compile phase
new 20547ed [Outliner] Fix compile-time overhead for candidate choice
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/CodeGen/MachineOutliner.cpp | 640 +++++++++++-------------------
lib/Transforms/IPO/PassManagerBuilder.cpp | 13 +-
2 files changed, 243 insertions(+), 410 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 ae3ac33 [ThinLTO] Clang support for emitting minimized bitcode for thin link
new 9afdc95 Update the SamplePGO test to verify that unroll/icp is not in [...]
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:
.../CodeGen/Inputs/pgo-sample-thinlto-summary.prof | 2 ++
test/CodeGen/pgo-sample-thinlto-summary.c | 31 +++++++++++++++++++---
2 files changed, 29 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 36bb50f LLVM Changes for alloc_align
new 24cd06b [InstCombine] Remove some code from visitAnd that dealt with [...]
new 496710d Remove unnecessary use of std::result_of, which is deprecated [...]
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/ADT/STLExtras.h | 5 ++---
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 12 ------------
2 files changed, 2 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 llvm.
from 5787d18 Zero-Initialize PrevInstBB when entering a new MachineFunction.
new 36bb50f LLVM Changes for alloc_align
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/IRBuilder.h | 77 +++++++++++++++++++++++++++++++++++----------
1 file changed, 60 insertions(+), 17 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 a1c1557 [LV] Add regression test for r297610
new 5787d18 Zero-Initialize PrevInstBB when entering a new MachineFunction.
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/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 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 llvm.
from 08d0e94 [ThinLTO] Add support for emitting minimized bitcode for thin link
new 3ae0a79 [LVIPrinterPass] Print LVI info for function arguments
new a1c1557 [LV] Add regression test for r297610
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/Analysis/LazyValueInfo.cpp | 12 ++++++++
.../unroll-novec-memcheck-metadata.ll | 36 ++++++++++++++++++++++
2 files changed, 48 insertions(+)
create mode 100644 test/Transforms/LoopVectorize/unroll-novec-memcheck-metadata.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 release_40
in repository llvm.
from 4423e35 ReleaseNotes: fix indent
new 08142cb Bump version to 4.0.1
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, 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 5d2b264 [X86] Fix Stale SDNode use in X86ISelDAGtoDAG
new 193628a Kill some trailing whitespace to make some new changes a bit easier.
new 08d0e94 [ThinLTO] Add support for emitting minimized bitcode for thin link
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/Bitcode/BitcodeWriter.h | 19 +++++-
include/llvm/Object/ModuleSummaryIndexObjectFile.h | 7 +-
include/llvm/Transforms/IPO.h | 3 +-
lib/Bitcode/Writer/BitcodeWriter.cpp | 57 +++++++++++------
lib/Object/ModuleSummaryIndexObjectFile.cpp | 9 ++-
lib/Target/PowerPC/PPCISelLowering.cpp | 24 +++----
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 74 +++++++++++++++++-----
test/ThinLTO/X86/distributed_import.ll | 48 ++++++++++++--
test/Transforms/ThinLTOBitcodeWriter/no-type-md.ll | 37 ++++++++++-
test/Transforms/ThinLTOBitcodeWriter/split.ll | 30 +++++++--
.../ThinLTOBitcodeWriter/unsplittable.ll | 5 +-
.../gold/X86/thinlto_object_suffix_replace.ll | 41 ++++++++++++
tools/gold/gold-plugin.cpp | 59 +++++++++++++++--
tools/opt/opt.cpp | 21 +++++-
14 files changed, 358 insertions(+), 76 deletions(-)
create mode 100644 test/tools/gold/X86/thinlto_object_suffix_replace.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.