This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 689ebb724 [lldb] Set component when invoking add_llvm_install_targets
new 92dda0385 [DataEncoder] Replace buggy versions of write functions.
new 4f8c44f80 [IRExecutionUnit] Initialize uninititialized member variable.
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/lldb/Expression/IRExecutionUnit.h | 4 +--
source/Utility/DataEncoder.cpp | 44 ++++++-------------------------
2 files changed, 10 insertions(+), 38 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 09dbc871c Use the standard error handling mechanism in MinGW driver.
new 9ef0026a9 Fix the type of the Discared section.
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:
ELF/InputSection.cpp | 2 +-
ELF/InputSection.h | 10 ++--------
2 files changed, 3 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 87e8c32e0f0 reverting out -r320532 because a warning is breaking the lld build
new 3220c51b4c3 [hwasan] Inline instrumentation & fixed shadow.
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:
.../Instrumentation/HWAddressSanitizer.cpp | 51 +++++-
test/Instrumentation/HWAddressSanitizer/atomic.ll | 12 +-
test/Instrumentation/HWAddressSanitizer/basic.ll | 176 +++++++++++++++++----
.../HWAddressSanitizer/{basic.ll => with-calls.ll} | 6 +-
4 files changed, 208 insertions(+), 37 deletions(-)
copy test/Instrumentation/HWAddressSanitizer/{basic.ll => with-calls.ll} (97%)
--
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 85364f8e4 Add an #include to appease an older clang, NFC
new 689ebb724 [lldb] Set component when invoking add_llvm_install_targets
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/modules/AddLLDB.cmake | 6 ++++--
1 file changed, 4 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 compiler-rt.
from e4c546028 [libFuzzer] change the strategy for -experimental_len_control [...]
new 4f20a94a1 [hwasan] Inline instrumentation & fixed shadow.
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/hwasan/hwasan.cc | 36 ++++----
lib/hwasan/hwasan.h | 8 +-
lib/hwasan/hwasan_interface_internal.h | 8 --
lib/hwasan/hwasan_linux.cc | 157 ++++++++++++++++++++++----------
test/hwasan/TestCases/halt-on-error.cc | 15 ++-
test/hwasan/TestCases/use-after-free.cc | 5 +-
6 files changed, 136 insertions(+), 93 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 e44552163 [libcxx] P0604, invoke_result and is_invocable
new dd2a900c0 [libcxx] [test] Fix MSVC warnings, null pointer deref.
new 851ea6e01 [libcxx] [test] Fix line endings, avoid unnecessary non-ASCII.
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:
benchmarks/util_smartptr.bench.cpp | 84 +++++++++++-----------
.../alg.generate/generate_n.pass.cpp | 4 ++
.../get_long_double_fr_FR.pass.cpp | 28 ++++----
.../construct_type.pass.cpp | 2 +-
.../bitset.members/to_ullong.pass.cpp | 3 +-
.../bitset.members/to_ulong.pass.cpp | 4 +-
.../utilities/tuple/tuple.general/ignore.pass.cpp | 4 +-
test/support/container_test_types.h | 4 +-
8 files changed, 68 insertions(+), 65 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 2aa4a861a6d Updated llvm-objdump to display local relocations in Mach-O [...]
new 87e8c32e0f0 reverting out -r320532 because a warning is breaking the lld build
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/Object/MachO.h | 3 -
lib/Object/MachOObjectFile.cpp | 24 +-
.../llvm-objdump/X86/Inputs/macho-preload-x86_64 | Bin 1084 -> 0 bytes
.../X86/macho-preload-relocations.test | 5 -
test/tools/llvm-objdump/X86/macho-relocations.test | 12 +-
test/tools/llvm-objdump/X86/malformed-machos.test | 2 +-
tools/llvm-objdump/MachODump.cpp | 336 +--------------------
7 files changed, 11 insertions(+), 371 deletions(-)
delete mode 100755 test/tools/llvm-objdump/X86/Inputs/macho-preload-x86_64
delete mode 100644 test/tools/llvm-objdump/X86/macho-preload-relocations.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 be56d0e7af [OpenMP] Add function attribute for triggering data sharing.
new 93d27e3812 [Coverage] Always emit unused coverage mappings in the same order.
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/CodeGenModule.cpp | 16 +++-------------
lib/CodeGen/CodeGenModule.h | 2 +-
2 files changed, 4 insertions(+), 14 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 4b69806cb5c PR tree-optimization/83298 PR tree-optimization/83362 PR [...]
new 3315a826f2b Daily bump.
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/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.