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 d399f8f96 [CMake] Don't parse target triple except for arch
new 27ea7144a [scudo] Fix race condition in deallocation path when Quaranti [...]
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 | 12 ++++----
test/scudo/dealloc-race.c | 69 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 76 insertions(+), 5 deletions(-)
create mode 100644 test/scudo/dealloc-race.c
--
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 26dbd40093 We have in place support for parsing #pragma FENV_ACCESS, bu [...]
new a24c755e26 [OPENMP] Fix processing of declare target construct.
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/clang/Basic/Attr.td | 12 +++++++++-
lib/AST/ASTContext.cpp | 10 +++------
lib/AST/DeclPrinter.cpp | 4 ++++
lib/CodeGen/CGOpenMPRuntime.cpp | 38 +++++++++-----------------------
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 14 ++----------
lib/Sema/SemaOpenMP.cpp | 29 +++++-------------------
test/OpenMP/declare_target_ast_print.cpp | 24 ++++++++++++++++++++
7 files changed, 59 insertions(+), 72 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 8c444324e7b Revert "[DebugInfo] Generate DWARF debug information for la [...]
new 1464f16217a [LV] Teach about non header phis that have uses outside the loop
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:
.../Vectorize/LoopVectorizationLegality.cpp | 18 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 10 +-
test/Transforms/LoopVectorize/no_outside_user.ll | 237 ++++++++++++++++++++-
3 files changed, 247 insertions(+), 18 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 8ddc6c619 [CMake] Fix the LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY option
new cbc40b6d2 [libc++] Fix incorrect definition of TEST_HAS_C11_FEATURES
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/support/test_macros.h | 2 +-
1 file changed, 1 insertion(+), 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 compiler-rt.
from c43c6b277 [hwasan] Provide __sanitizer_* aliases to allocator functions.
new d399f8f96 [CMake] Don't parse target triple except for arch
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:
CMakeLists.txt | 4 ++--
cmake/Modules/CompilerRTUtils.cmake | 14 ++++----------
2 files changed, 6 insertions(+), 12 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 e747ac6d9aa [GraphDiff] Make InverseGraph a property of a GraphDiff.
new 8c444324e7b Revert "[DebugInfo] Generate DWARF debug information for la [...]
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/MachineIRBuilder.h | 4 -
lib/CodeGen/AsmPrinter/CMakeLists.txt | 2 +-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +-
...alculator.cpp => DbgValueHistoryCalculator.cpp} | 73 +++++------
...oryCalculator.h => DbgValueHistoryCalculator.h} | 29 +----
lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | 12 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 5 +-
lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 88 ++++---------
lib/CodeGen/AsmPrinter/DwarfCompileUnit.h | 23 ++--
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 135 +++++++-------------
lib/CodeGen/AsmPrinter/DwarfDebug.h | 137 ++++-----------------
lib/CodeGen/AsmPrinter/DwarfFile.cpp | 5 -
lib/CodeGen/AsmPrinter/DwarfFile.h | 18 +--
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 6 -
lib/CodeGen/AsmPrinter/DwarfUnit.h | 1 -
lib/CodeGen/GlobalISel/IRTranslator.cpp | 11 --
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 9 --
test/DebugInfo/Generic/debug-label-inline.ll | 50 --------
test/DebugInfo/Generic/debug-label.ll | 76 ------------
19 files changed, 149 insertions(+), 537 deletions(-)
rename lib/CodeGen/AsmPrinter/{DbgEntityHistoryCalculator.cpp => DbgValueHistoryCa [...]
rename lib/CodeGen/AsmPrinter/{DbgEntityHistoryCalculator.h => DbgValueHistoryCalc [...]
delete mode 100644 test/DebugInfo/Generic/debug-label-inline.ll
delete mode 100644 test/DebugInfo/Generic/debug-label.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 release_70
in repository llvm.
from 9360946c871 Merging r339600: ------------------------------------------ [...]
new 36b087d5b55 Merging r339636: ------------------------------------------ [...]
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/BasicAliasAnalysis.cpp | 13 ++++++------
test/Analysis/BasicAA/tail-byval.ll | 15 ++++++++++++++
test/Transforms/DeadStoreElimination/tail-byval.ll | 23 ++++++++++++++++++++++
3 files changed, 45 insertions(+), 6 deletions(-)
create mode 100644 test/Analysis/BasicAA/tail-byval.ll
create mode 100644 test/Transforms/DeadStoreElimination/tail-byval.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 a06c0f8edb7 [X86][SSE] Avoid duplicate shuffle input sources in combine [...]
new e747ac6d9aa [GraphDiff] Make InverseGraph a property of a GraphDiff.
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/IR/CFGDiff.h | 35 +++++++++++++++++------------------
1 file changed, 17 insertions(+), 18 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 4d5214346 [libc++] Add missing #include in C11 features tests
new 8ddc6c619 [CMake] Fix the LIBCXX_STATICALLY_LINK_ABI_IN_SHARED_LIBRARY 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:
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 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 dd11fa16f91 [DomTree] Cleanup Update and LegalizeUpdate API moved to Su [...]
new a06c0f8edb7 [X86][SSE] Avoid duplicate shuffle input sources in combine [...]
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/X86/X86ISelLowering.cpp | 35 ++++++++++++----------
test/CodeGen/X86/vector-shuffle-combining-avx2.ll | 10 ++-----
test/CodeGen/X86/vector-shuffle-combining-ssse3.ll | 27 +++++++++--------
3 files changed, 36 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.