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 e2c1c2388 [sanitizer] Fix __sanitizer::Vector::Resize vector
new a53765b3c [sanitizer] Allow for the allocator "names" to be set by the tools
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/sanitizer_allocator.cc | 4 ++++
lib/sanitizer_common/sanitizer_allocator.h | 4 ++++
lib/sanitizer_common/sanitizer_allocator_primary32.h | 4 ++--
lib/sanitizer_common/sanitizer_allocator_primary64.h | 8 ++++----
lib/sanitizer_common/sanitizer_allocator_secondary.h | 4 ++--
lib/scudo/scudo_allocator.cpp | 3 +++
lib/scudo/scudo_allocator_secondary.h | 2 +-
7 files changed, 20 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 069de1ba377 [CostModel][X86] Regenerate latency/codesize cost tests
new bfe1c281d2c [LTO] Change std::sort to llvm::sort in response to r327219
new 4cba8e9e908 [CostModel][X86] Split fma arith costs tests from other fp tests
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/LTO/ThinLTOCodeGenerator.cpp | 12 +++---
test/Analysis/CostModel/X86/arith-fma.ll | 63 ++++++++++++++++++++++++++++++++
test/Analysis/CostModel/X86/arith-fp.ll | 20 +++++-----
3 files changed, 79 insertions(+), 16 deletions(-)
create mode 100644 test/Analysis/CostModel/X86/arith-fma.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 0b9d56a30ed Define InitLLVM to do common initialization all at once.
new 8a10d1ef106 [CostModel][X86] Regenerate masked intrinsic cost tests
new 7a7d602cc95 [CostModel][X86] Regenerate cast conversion cost tests
new 069de1ba377 [CostModel][X86] Regenerate latency/codesize cost tests
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:
test/Analysis/CostModel/X86/cast.ll | 524 +++++++++++++-----
test/Analysis/CostModel/X86/costmodel.ll | 60 +--
.../CostModel/X86/masked-intrinsic-cost.ll | 589 +++++++++++++++------
3 files changed, 834 insertions(+), 339 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 1887c1ee5 [XRay] [compiler-rt] reformat and clarify CMakeLists.txt [NFC]
new b23524db3 [sanitizer] Replace cast with unsigned literals in tests
new e2c1c2388 [sanitizer] Fix __sanitizer::Vector::Resize vector
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/sanitizer_common/sanitizer_vector.h | 4 ++++
lib/sanitizer_common/tests/sanitizer_vector_test.cc | 17 +++++++++++++----
2 files changed, 17 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 lldb.
from 0a38570e3 [Command] Implement `statistics` command.
new 29ad49285 [Command] Simplify the code and make it less error prone. NFCI.
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:
source/Commands/CommandObjectExpression.cpp | 5 +----
source/Commands/CommandObjectFrame.cpp | 4 +---
2 files changed, 2 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 lld.
from af83e78a6 Reduce code duplication.
new 32148093a Define InitLLVM to do common initialization all at once.
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/lld/lld.cpp | 9 ++-------
1 file changed, 2 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 libcxx.
from 5558aff7c [CMake] Set the default ABI version for Fuchsia in CMake as well
new 8dd2afa20 support: add missing locale stubs for android L, M
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/__locale | 6 +-----
include/support/android/locale_bionic.h | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 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 llvm.
from c83336053fb [InstCombine][NFC] masked-merge: commutativity tests: ensur [...]
new 275d90b83cc hwasan: add -fsanitize=kernel-hwaddress flag
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/Transforms/Instrumentation.h | 3 ++-
.../Instrumentation/AddressSanitizer.cpp | 17 +++++++++-----
.../Instrumentation/HWAddressSanitizer.cpp | 27 ++++++++++++++--------
.../HWAddressSanitizer/X86/kernel.ll | 2 +-
test/Instrumentation/HWAddressSanitizer/kernel.ll | 12 +++++-----
5 files changed, 38 insertions(+), 23 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 lldb.
from f03fecab1 Allow relative file paths when settings source breakpoints
new 0a38570e3 [Command] Implement `statistics` command.
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/lldb/Target/Target.h | 23 +++++
include/lldb/lldb-private-enumerations.h | 12 +++
.../{frame_var_scope => stats}/Makefile | 0
.../TestStats.py} | 0
.../lldbsuite/test/functionalities/stats/main.c | 18 ++++
source/Commands/CommandObjectExpression.cpp | 13 ++-
source/Commands/CommandObjectFrame.cpp | 11 +-
source/Commands/CommandObjectStats.cpp | 112 +++++++++++++++++++--
source/Commands/CommandObjectStats.h | 6 +-
source/Interpreter/CommandInterpreter.cpp | 2 +-
source/Target/Target.cpp | 15 +--
11 files changed, 188 insertions(+), 24 deletions(-)
copy packages/Python/lldbsuite/test/functionalities/{frame_var_scope => stats}/Mak [...]
copy packages/Python/lldbsuite/test/functionalities/{frame_var_scope/TestFrameVari [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/stats/main.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.