This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ec124b3a6f9 Turn some C-style vararg into variadic templates
new 4714fdf5957 [SelectionDAG] Check CALLSEQ_BEGIN nodes in DelayForLiveRegs
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/SelectionDAG/ScheduleDAGRRList.cpp | 3 +-
test/CodeGen/ARM/unschedule-first-call.ll | 136 +++++++++++++++++++++++++
2 files changed, 138 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/ARM/unschedule-first-call.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 llvm.
from 262869e2bf8 Simplify the code and remove dead code
new ec124b3a6f9 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 | 18 +++++++--
lib/CodeGen/CountingFunctionInserter.cpp | 2 +-
lib/CodeGen/IntrinsicLowering.cpp | 6 +--
lib/CodeGen/MachineOutliner.cpp | 2 +-
lib/CodeGen/SafeStack.cpp | 2 +-
lib/CodeGen/SjLjEHPrepare.cpp | 4 +-
lib/CodeGen/StackProtector.cpp | 6 +--
lib/CodeGen/TargetLoweringBase.cpp | 2 +-
lib/IR/Instructions.cpp | 4 +-
lib/IR/Module.cpp | 41 -------------------
lib/Target/Hexagon/HexagonLoopIdiomRecognition.cpp | 3 +-
lib/Target/Mips/Mips16HardFloat.cpp | 2 +-
lib/Target/X86/X86ISelLowering.cpp | 2 +-
lib/Transforms/IPO/CrossDSOCFI.cpp | 4 +-
lib/Transforms/IPO/WholeProgramDevirt.cpp | 2 +-
.../Instrumentation/AddressSanitizer.cpp | 46 +++++++++++-----------
.../Instrumentation/EfficiencySanitizer.cpp | 20 +++++-----
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 18 ++++-----
.../Instrumentation/SanitizerCoverage.cpp | 32 +++++++--------
lib/Transforms/Instrumentation/ThreadSanitizer.cpp | 38 +++++++++---------
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 33 ++++++++--------
lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +--
tools/lli/lli.cpp | 3 +-
24 files changed, 132 insertions(+), 166 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 cd0241d19a9 [IR] Fix a typo in a comment. NFC
new 262869e2bf8 Simplify the code and remove dead 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:
lib/Transforms/Utils/PredicateInfo.cpp | 8 +++-----
1 file changed, 3 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 compiler-rt.
from 769089a0b [XRay][compiler-rt] Add support for TSC emulation for x86_64 [...]
new 77094f117 [lsan] Enable LSan for arm Linux
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:
cmake/config-ix.cmake | 7 ++-
lib/asan/tests/asan_test.cc | 8 +++
lib/lsan/lsan_allocator.cc | 2 +-
lib/lsan/lsan_allocator.h | 3 +-
lib/lsan/lsan_common.h | 34 +++++++++--
lib/sanitizer_common/sanitizer_linux.cc | 66 ++++++++++++++++++++++
lib/sanitizer_common/sanitizer_linux.h | 3 +-
lib/sanitizer_common/sanitizer_linux_libcdep.cc | 16 ++++--
lib/sanitizer_common/sanitizer_platform.h | 6 ++
.../sanitizer_stoptheworld_linux_libcdep.cc | 5 +-
test/asan/TestCases/Linux/clang_gcc_abi.cc | 2 +-
test/asan/lit.cfg | 5 ++
test/lsan/TestCases/large_allocation_leak.cc | 2 +-
test/lsan/TestCases/swapcontext.cc | 8 ++-
test/lsan/TestCases/use_registers.cc | 5 ++
test/lsan/TestCases/use_tls_dynamic.cc | 2 +-
test/lsan/lit.common.cfg | 7 ++-
test/sanitizer_common/print_address.h | 2 +-
18 files changed, 159 insertions(+), 24 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 gcc-5-branch
in repository gcc.
from 24da68dc7a5 Daily bump.
new 053f2b30e1f Backport from mainline 2016-02-10 Bin Cheng <bin.cheng@ [...]
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 | 11 ++++++++++-
gcc/testsuite/ChangeLog | 11 +++++++++++
gcc/testsuite/gcc.c-torture/compile/pr80345.c | 17 +++++++++++++++++
gcc/testsuite/gcc.dg/tree-ssa/pr68021.c | 17 +++++++++++++++++
gcc/tree-ssa-loop-ivopts.c | 13 ++++++++++++-
5 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr80345.c
create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr68021.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 compiler-rt.
from 2150691ee [XRay][compiler-rt] Remove the xray_fdr_log_printer_tool
new 769089a0b [XRay][compiler-rt] Add support for TSC emulation for x86_64 [...]
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/xray/xray_fdr_logging.cc | 16 +++++++++++++++-
1 file changed, 15 insertions(+), 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 clang.
from c85b133f43 Add more examples to clang-format configuration
new c0d6de8d7d [lsan] Enable LSan on arm Linux, clang part
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/Driver/ToolChains/Linux.cpp | 5 ++++-
test/Driver/fsanitize.c | 24 ++++++++++++++++++++++++
2 files changed, 28 insertions(+), 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 clang-tools-extra.
from aaba3da1 [clangd] Relax absolute path checking assertion
new 01056042 Add more examples to clang tidy checkers
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:
docs/clang-tidy/checks/llvm-namespace-comment.rst | 13 +++++++++++++
docs/clang-tidy/checks/llvm-twine-local.rst | 8 ++++++++
docs/clang-tidy/checks/misc-inefficient-algorithm.rst | 18 ++++++++++++++++++
docs/clang-tidy/checks/misc-unused-parameters.rst | 19 +++++++++++++++++++
.../checks/performance-type-promotion-in-math-fn.rst | 10 ++++++++++
.../checks/readability-redundant-string-init.rst | 5 +++++
.../checks/readability-uniqueptr-delete-release.rst | 8 ++++++++
7 files changed, 81 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 clang.
from f07ecb81a8 docs: Use the term "whole-program devirtualization" instead [...]
new c85b133f43 Add more examples to clang-format configuration
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:
docs/ClangFormatStyleOptions.rst | 69 ++++++++++++++++++++++++++++++++++++++--
include/clang/Format/Format.h | 68 +++++++++++++++++++++++++++++++++++----
2 files changed, 128 insertions(+), 9 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 c2741201b52 [InstCombine] Refinement of r299915. Only consider a Consta [...]
new cd0241d19a9 [IR] Fix a typo in a comment. 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:
lib/IR/Constants.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.