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 304c678f1 [libFuzzer] Avoid optimization of "abs(x) < 0"
new c0a2f17c0 [MemorySanitizer] fix mmap test for oses not implementing MAP [...]
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/msan/mmap.cc | 6 +++++-
1 file changed, 5 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 llvm.
from 981880ea8b5 Recommit r333226 "[ValueTracking] Teach computeKnownBits th [...]
new d900d78107a [AMDGPU][Waitcnt] Remove obsolete waitcnt option
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/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 ------
test/CodeGen/AMDGPU/fence-barrier.ll | 4 ++--
2 files changed, 2 insertions(+), 8 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 113c3c7156 [OPENMP, NVPTX] Fixed codegen for orphaned parallel region.
new 19379d6c2a Convert clang-interpreter to ORC JIT API
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:
examples/clang-interpreter/CMakeLists.txt | 2 -
examples/clang-interpreter/Invoke.cpp | 31 ---
examples/clang-interpreter/Invoke.h | 34 ----
examples/clang-interpreter/Manager.cpp | 328 ------------------------------
examples/clang-interpreter/Manager.h | 59 ------
examples/clang-interpreter/main.cpp | 136 ++++++++-----
6 files changed, 84 insertions(+), 506 deletions(-)
delete mode 100644 examples/clang-interpreter/Invoke.cpp
delete mode 100644 examples/clang-interpreter/Invoke.h
delete mode 100644 examples/clang-interpreter/Manager.cpp
delete mode 100644 examples/clang-interpreter/Manager.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 clang.
from 4da5751b78 Follow-up fix for nonnull atomic non-member functions
new 113c3c7156 [OPENMP, NVPTX] Fixed codegen for orphaned parallel region.
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/CGOpenMPRuntimeNVPTX.cpp | 44 ++++++++++++++++--------------------
test/OpenMP/nvptx_target_codegen.cpp | 13 ++++-------
2 files changed, 23 insertions(+), 34 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 binutils-gdb.
from bf259e253f Remove cleanups from dbxread.c
new 41a883c8ed Clear entire "location" in value constructor
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:
gdb/ChangeLog | 4 ++++
gdb/value.c | 3 +--
2 files changed, 5 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 llvm.
from 869684e00bd [AMDGPU] Fixed test failure with AMDGPUPerfHint
new 981880ea8b5 Recommit r333226 "[ValueTracking] Teach computeKnownBits th [...]
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/Analysis/ValueTracking.cpp | 6 ++++++
test/Transforms/InstCombine/abs-1.ll | 11 +++++++++++
test/Transforms/InstCombine/abs_abs.ll | 16 ++++++++--------
3 files changed, 25 insertions(+), 8 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 binutils-gdb.
from d525a99be1 Add "name" method to class interp
new bf259e253f Remove cleanups from dbxread.c
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:
gdb/ChangeLog | 13 ++++++
gdb/dbxread.c | 129 ++++++++++++++++------------------------------------------
2 files changed, 49 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 lldb.
from cb5096344 Remove DWARFUnit::ClearDIEs parameter keep_compile_unit_die
new 949be9783 Fix typo in CMake comments
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/LLDBStandalone.cmake | 4 ++--
1 file changed, 2 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 binutils-gdb.
from 5ca3b2605c Use gdb::byte_vector in remote.c
new 753ff9bd83 Use scoped_restore in a couple of interp-related places
new 716b8bc52e Change the as_*_interp functions to use dynamic_cast
new 29f9434081 Remove interp_ui_out
new da505cff6e Remove interp_name
new d525a99be1 Add "name" method to class interp
The 5 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:
gdb/ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++
gdb/cli/cli-interp.c | 12 +++---------
gdb/cli/cli-script.c | 2 +-
gdb/interps.c | 45 +++++++++------------------------------------
gdb/interps.h | 12 +++++++-----
gdb/linespec.c | 2 +-
gdb/mi/mi-interp.c | 30 +++++++++++++-----------------
gdb/mi/mi-main.c | 2 +-
gdb/python/python.c | 2 +-
gdb/solib.c | 2 +-
gdb/tui/tui-interp.c | 4 +---
gdb/tui/tui.c | 2 +-
gdb/utils.c | 2 +-
13 files changed, 85 insertions(+), 77 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.