This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f7c26a033ee combine: Print insns with the cost dump
new 39878977845 * bid/bid2dpd_dpd2bid.c (_bid_to_dpd32): Fix whitespace. [...]
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:
libdecnumber/ChangeLog | 8 ++
libdecnumber/bid/bid2dpd_dpd2bid.c | 273 +++++++++++++++++--------------------
2 files changed, 132 insertions(+), 149 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 5349b6c7c Fix WinASan after moving wcslen interceptor to sanitizer_common
new ac3a01da8 Export the nothrow overload of operator new
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/asan/asan_new_delete.cc | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 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 720cfc43799 * asan.c (asan_emit_stack_protection): Update. (create_co [...]
new f7c26a033ee combine: Print insns with the cost dump
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 | 5 +++++
gcc/combine.c | 6 ++++--
2 files changed, 9 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 5d77c239d [scudo] Change aligned alloc functions to be more compliant & [...]
new 5349b6c7c Fix WinASan after moving wcslen interceptor to sanitizer_common
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/asan/asan_win_dll_thunk.cc | 1 +
lib/sanitizer_common/sanitizer_common_interceptors.inc | 4 ----
lib/sanitizer_common/sanitizer_platform_interceptors.h | 1 -
3 files changed, 1 insertion(+), 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 clang-tools-extra.
from 3bf89e26 [clangd] Run a test, searching for gcc install, only on Unix.
new 94eb5945 [clangd] Check failure of Lexer::getRawToken in GoToDeclaration.
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:
clangd/ClangdUnit.cpp | 8 ++++++--
1 file changed, 6 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 502fd5ddfab [DWARF] NFC: DWARFDataExtractor combines relocs with DataEx [...]
new 6ac1ea33ad5 Remove unneeded else from OrderedInstructions::dominates.
new 7a954fc3ee1 NewGVN: Remove useless test in addPhiOfOps.
new fe0d5f970c7 PredicateInfo: Use OrderedInstructions instead of our homem [...]
new 2079d678b5b [ConstantHoisting] Avoid hoisting constants in GEPs that in [...]
The 4 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/Scalar/ConstantHoisting.h | 2 +
include/llvm/Transforms/Utils/PredicateInfo.h | 8 +-
lib/Transforms/Scalar/ConstantHoisting.cpp | 95 ++++++++++++++--------
lib/Transforms/Scalar/NewGVN.cpp | 3 +-
lib/Transforms/Utils/OrderedInstructions.cpp | 3 +-
lib/Transforms/Utils/PredicateInfo.cpp | 78 ++++++------------
.../ConstantHoisting/ARM/gep-struct-index.ll | 37 +++++++++
7 files changed, 132 insertions(+), 94 deletions(-)
create mode 100644 test/Transforms/ConstantHoisting/ARM/gep-struct-index.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 a70a8a0aa7a ScalarEvolution: Add URem support
new 502fd5ddfab [DWARF] NFC: DWARFDataExtractor combines relocs with DataEx [...]
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:
.../llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 11 ++---
include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFContext.h | 6 ---
include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h | 48 ++++++++++++++++++
include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFDebugLine.h | 13 ++---
include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h | 11 ++---
include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h | 4 +-
include/llvm/DebugInfo/DWARF/DWARFFormValue.h | 11 ++---
include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h | 2 +-
include/llvm/DebugInfo/DWARF/DWARFUnit.h | 19 ++++----
lib/DebugInfo/DWARF/CMakeLists.txt | 1 +
lib/DebugInfo/DWARF/DWARFAcceleratorTable.cpp | 3 +-
lib/DebugInfo/DWARF/DWARFContext.cpp | 57 +++++++++-------------
lib/DebugInfo/DWARF/DWARFDataExtractor.cpp | 24 +++++++++
lib/DebugInfo/DWARF/DWARFDebugInfoEntry.cpp | 4 +-
lib/DebugInfo/DWARF/DWARFDebugLine.cpp | 22 ++++-----
lib/DebugInfo/DWARF/DWARFDebugLoc.cpp | 8 +--
lib/DebugInfo/DWARF/DWARFDebugRangeList.cpp | 11 ++---
lib/DebugInfo/DWARF/DWARFDie.cpp | 2 +-
lib/DebugInfo/DWARF/DWARFFormValue.cpp | 19 +++-----
lib/DebugInfo/DWARF/DWARFUnit.cpp | 32 ++++++------
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 7 ++-
tools/dsymutil/DwarfLinker.cpp | 23 ++++-----
unittests/DebugInfo/DWARF/DWARFFormValueTest.cpp | 8 +--
25 files changed, 194 insertions(+), 160 deletions(-)
create mode 100644 include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h
create mode 100644 lib/DebugInfo/DWARF/DWARFDataExtractor.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 master
in repository lld.
from e457a9337 Revert "Replace trivial use of external rc.exe by writing our [...]
new 10ece687e Tweak to match change in LLVM API, in r306699
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/InputFiles.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 e157d3d2a7 Initialize variable and silence potentially uninitialized warning.
new afca04ace5 [OPENMP][DEBUG] Generate second function with correct arg types.
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/CGOpenMPRuntime.cpp | 18 +-
lib/CodeGen/CGStmtOpenMP.cpp | 203 ++-
test/OpenMP/parallel_codegen.cpp | 4 +-
test/OpenMP/target_codegen.cpp | 283 ++--
test/OpenMP/target_codegen_global_capture.cpp | 143 +-
test/OpenMP/target_data_codegen.cpp | 51 +-
test/OpenMP/target_data_use_device_ptr_codegen.cpp | 113 +-
test/OpenMP/target_enter_data_codegen.cpp | 51 +-
test/OpenMP/target_exit_data_codegen.cpp | 51 +-
test/OpenMP/target_firstprivate_codegen.cpp | 160 +-
test/OpenMP/target_is_device_ptr_codegen.cpp | 112 +-
test/OpenMP/target_map_codegen.cpp | 1600 ++++++++++----------
test/OpenMP/target_parallel_codegen.cpp | 186 +--
test/OpenMP/target_teams_codegen.cpp | 186 +--
test/OpenMP/target_update_codegen.cpp | 53 +-
15 files changed, 1698 insertions(+), 1516 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 a05e4630f Revert "[LSan] Make LSan allocator allocator_may_return_null [...]
new 5d77c239d [scudo] Change aligned alloc functions to be more compliant & [...]
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/scudo/scudo_allocator.cpp | 55 +++++++++++++++++++-----------------
lib/scudo/scudo_allocator.h | 5 ++++
lib/scudo/scudo_allocator_combined.h | 2 +-
lib/scudo/scudo_tls_android.cpp | 2 +-
test/scudo/memalign.cpp | 24 ++++++++++++----
5 files changed, 55 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.