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 60a3529 revert rL276179: [compiler-rt] Fix broken unittest related to [...]
new c700ae8 [sanitizers] split sanitizer_allocator.h into a number of sma [...]
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/sanitizer_common/CMakeLists.txt | 8 +
lib/sanitizer_common/sanitizer_allocator.h | 1446 +-------------------
lib/sanitizer_common/sanitizer_allocator_bytemap.h | 103 ++
.../sanitizer_allocator_combined.h | 207 +++
.../sanitizer_allocator_local_cache.h | 123 ++
.../sanitizer_allocator_primary32.h | 257 ++++
.../sanitizer_allocator_primary64.h | 318 +++++
.../sanitizer_allocator_secondary.h | 268 ++++
.../sanitizer_allocator_size_class_map.h | 186 +++
lib/sanitizer_common/sanitizer_allocator_stats.h | 107 ++
.../tests/sanitizer_allocator_testlib.cc | 1 +
11 files changed, 1587 insertions(+), 1437 deletions(-)
create mode 100644 lib/sanitizer_common/sanitizer_allocator_bytemap.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_combined.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_local_cache.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_primary32.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_primary64.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_secondary.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_size_class_map.h
create mode 100644 lib/sanitizer_common/sanitizer_allocator_stats.h
--
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 24acd4a C++ FE: handle misspelled identifiers and typenames
new 457daa4 * hwint.h (HOST_WIDE_INT_0): New define. (HOST_WIDE_INT_0U) [...]
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 | 9 +++++++++
gcc/double-int.c | 4 ++--
gcc/dse.c | 5 ++---
gcc/hwint.h | 2 ++
gcc/simplify-rtx.c | 2 +-
gcc/tree-object-size.c | 2 +-
6 files changed, 17 insertions(+), 7 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 d05d253 [Profile] support directory reading in profile merging
new 5001c92 [NVPTX] Renamed NVPTXLowerKernelArgs -> NVPTXLowerArgs. NFC.
new 9ce2fff [OptDiag] Wrap a long line
new ef4767c [OptDiag] Take the IR Value as a const pointer
new 957976e [OptDiag,LV] Add hotness attribute to analysis remarks
new 265e149 [AArch64] Register AArch64LoadStoreOptimizer so it can be run [...]
new 64865df Revert r276185 -- build bot failure
The 6 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/LoopAccessAnalysis.h | 8 +-
include/llvm/Analysis/OptimizationDiagnosticInfo.h | 20 ++++-
include/llvm/IR/DiagnosticInfo.h | 5 +-
lib/Analysis/LoopAccessAnalysis.cpp | 15 ++--
lib/Analysis/OptimizationDiagnosticInfo.cpp | 22 ++++-
lib/Target/AArch64/AArch64.h | 1 +
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp | 4 -
lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp | 4 -
lib/Target/AArch64/AArch64TargetMachine.cpp | 1 +
lib/Target/NVPTX/CMakeLists.txt | 2 +-
lib/Target/NVPTX/NVPTX.h | 2 +-
...NVPTXLowerKernelArgs.cpp => NVPTXLowerArgs.cpp} | 28 +++---
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 10 +--
lib/Transforms/Vectorize/LoopVectorize.cpp | 100 +++++++++++----------
test/CodeGen/NVPTX/bug21465.ll | 2 +-
...hotness-info.ll => diag-with-hotness-info-2.ll} | 38 +++-----
test/tools/llvm-profdata/input-dir.test | 22 -----
test/tools/llvm-profdata/input-filenames.test | 18 ++--
tools/llvm-profdata/llvm-profdata.cpp | 43 +++------
19 files changed, 160 insertions(+), 185 deletions(-)
rename lib/Target/NVPTX/{NVPTXLowerKernelArgs.cpp => NVPTXLowerArgs.cpp} (91%)
copy test/Transforms/LoopVectorize/{diag-with-hotness-info.ll => diag-with-hotness [...]
delete mode 100644 test/tools/llvm-profdata/input-dir.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 clang.
from dbfd55f When copying an array into a lambda, destroy temporaries from [...]
new 701c919 Fix memory leak introduced in r276159.
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/AST/ASTContext.cpp | 3 +++
1 file changed, 3 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 compiler-rt.
from 3aa2882 [compiler-rt] Fix broken unittest related to 64-bit print format
new 3261cf3 Revert r276117 "[XRay] Basic initialization and flag definiti [...]
new 60a3529 revert rL276179: [compiler-rt] Fix broken unittest related to [...]
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:
cmake/config-ix.cmake | 12 ---
include/CMakeLists.txt | 13 +--
include/xray/xray_interface.h | 66 -------------
lib/CMakeLists.txt | 4 -
lib/xray/CMakeLists.txt | 47 ---------
lib/xray/xray_flags.cc | 61 ------------
lib/xray/xray_flags.h | 37 --------
lib/xray/xray_flags.inc | 18 ----
lib/xray/xray_init.cc | 68 -------------
lib/xray/xray_interface.cc | 179 -----------------------------------
lib/xray/xray_interface_internal.h | 40 --------
lib/xray/xray_trampoline_x86.S | 93 ------------------
test/asan/TestCases/debug_mapping.cc | 2 +-
test/asan/TestCases/debug_stacks.cc | 9 +-
14 files changed, 6 insertions(+), 643 deletions(-)
delete mode 100644 include/xray/xray_interface.h
delete mode 100644 lib/xray/CMakeLists.txt
delete mode 100644 lib/xray/xray_flags.cc
delete mode 100644 lib/xray/xray_flags.h
delete mode 100644 lib/xray/xray_flags.inc
delete mode 100644 lib/xray/xray_init.cc
delete mode 100644 lib/xray/xray_interface.cc
delete mode 100644 lib/xray/xray_interface_internal.h
delete mode 100644 lib/xray/xray_trampoline_x86.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 6f08925 GlobalISel: implement Legalization querying framework.
new d05d253 [Profile] support directory reading in profile merging
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/tools/llvm-profdata/input-dir.test | 22 ++++++++++++++
test/tools/llvm-profdata/input-filenames.test | 18 ++++++-----
tools/llvm-profdata/llvm-profdata.cpp | 43 ++++++++++++++++++++-------
3 files changed, 65 insertions(+), 18 deletions(-)
create mode 100644 test/tools/llvm-profdata/input-dir.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 llvm.
from 5181825 [AArch64][FastISel] Select -O0 legal cmpxchg.
new 6f08925 GlobalISel: implement Legalization querying framework.
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/GlobalISel/MachineLegalizer.h | 157 +++++++++++++++++++++
include/llvm/CodeGen/LowLevelType.h | 1 +
lib/CodeGen/GlobalISel/CMakeLists.txt | 1 +
lib/CodeGen/GlobalISel/MachineLegalizer.cpp | 128 +++++++++++++++++
unittests/CodeGen/CMakeLists.txt | 2 +
unittests/CodeGen/GlobalISel/CMakeLists.txt | 9 ++
.../CodeGen/GlobalISel/MachineLegalizerTest.cpp | 102 +++++++++++++
7 files changed, 400 insertions(+)
create mode 100644 include/llvm/CodeGen/GlobalISel/MachineLegalizer.h
create mode 100644 lib/CodeGen/GlobalISel/MachineLegalizer.cpp
create mode 100644 unittests/CodeGen/GlobalISel/CMakeLists.txt
create mode 100644 unittests/CodeGen/GlobalISel/MachineLegalizerTest.cpp
--
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 dj/malloc
in repository glibc.
from f57aaed Minor tweaks to trace_run and trace2wl
new f214e72 Reschedule trace record commits to avoid inversion.
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:
malloc/malloc.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++---------
1 file changed, 87 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 c2a8447 [SCCP] Zap multiple return values.
new 991d814 [GVNHoist] Don't hoist PHI nodes
new e212aa9 [AArch64][FastISel] Select atomic stores into STLR.
new 5181825 [AArch64][FastISel] Select -O0 legal cmpxchg.
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:
lib/Target/AArch64/AArch64FastISel.cpp | 98 +++++++++++-
lib/Transforms/Scalar/GVNHoist.cpp | 12 +-
test/CodeGen/AArch64/cmpxchg-O0.ll | 2 +-
test/CodeGen/AArch64/fast-isel-atomic.ll | 244 ++++++++++++++++++++++++++++++
test/CodeGen/AArch64/fast-isel-cmpxchg.ll | 72 +++++++++
test/Transforms/GVN/pr28626.ll | 42 +++++
6 files changed, 462 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AArch64/fast-isel-atomic.ll
create mode 100644 test/CodeGen/AArch64/fast-isel-cmpxchg.ll
create mode 100644 test/Transforms/GVN/pr28626.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.
from 7a77c15 [OpenMP] Allow negative lower bound in array sections based o [...]
new dbfd55f When copying an array into a lambda, destroy temporaries from [...]
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/CGClass.cpp | 35 ++++++++++++++++++++++
test/CodeGenCXX/lambda-expressions.cpp | 54 ++++++++++++++++++++++++++++++++--
2 files changed, 87 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.