This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 2de6fa4 [ELF] Use MaxPageSize for aligning PT_LOAD
new 15204c4 [ELF] Ignore sections flagged with SHF_EXCLUDE
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 | 5 +++++
test/ELF/exclude.s | 12 ++++++++++++
2 files changed, 17 insertions(+)
create mode 100644 test/ELF/exclude.s
--
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 a5f794f [LTO] Mark member function as const to fix compiler errors.
new db4e01f [DAG] Remove isVectorClearMaskLegal() check from vector_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:
lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 -------
test/CodeGen/AMDGPU/r600-export-fix.ll | 4 ++--
test/CodeGen/SystemZ/vec-perm-13.ll | 4 ++--
3 files changed, 4 insertions(+), 11 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 36b0f6c Fix Liu Hao's name in ChangeLog entry
new 87deb7b Fix PR tree-optimization/77724
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 | 6 ++++++
gcc/testsuite/gcc.dg/vect/pr77724.c | 12 ++++++++++++
gcc/tree-vect-loop-manip.c | 12 +++++++-----
3 files changed, 25 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/pr77724.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 gcc.
from afcea09 Daily bump.
new 36b0f6c Fix Liu Hao's name in ChangeLog entry
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 | 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 lldb.
from e767031 Refactor the x86 UnwindAssembly class into a separate class c [...]
new a9cf082 Reverting r282565.
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:
lldb.xcodeproj/project.pbxproj | 36 -
source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 -
.../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 1263 ++++++++++++++++++--
.../UnwindAssembly/x86/UnwindAssembly-x86.h | 7 +-
.../x86/x86AssemblyInspectionEngine.cpp | 1117 -----------------
.../x86/x86AssemblyInspectionEngine.h | 178 ---
unittests/CMakeLists.txt | 1 -
unittests/UnwindAssembly/CMakeLists.txt | 1 -
unittests/UnwindAssembly/x86/CMakeLists.txt | 3 -
.../x86/Testx86AssemblyInspectionEngine.cpp | 281 -----
10 files changed, 1197 insertions(+), 1691 deletions(-)
delete mode 100644 source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
delete mode 100644 source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
delete mode 100644 unittests/UnwindAssembly/CMakeLists.txt
delete mode 100644 unittests/UnwindAssembly/x86/CMakeLists.txt
delete mode 100644 unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.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 lldb.
from bdcdf8e Update FileSpec's interface to use StringRefs.
new e767031 Refactor the x86 UnwindAssembly class into a separate class 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:
lldb.xcodeproj/project.pbxproj | 36 +
source/Plugins/UnwindAssembly/x86/CMakeLists.txt | 1 +
.../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 1263 ++------------------
.../UnwindAssembly/x86/UnwindAssembly-x86.h | 7 +-
...bly-x86.cpp => x86AssemblyInspectionEngine.cpp} | 933 +++++----------
.../x86/x86AssemblyInspectionEngine.h | 178 +++
unittests/CMakeLists.txt | 1 +
unittests/UnwindAssembly/CMakeLists.txt | 1 +
unittests/UnwindAssembly/x86/CMakeLists.txt | 3 +
.../x86/Testx86AssemblyInspectionEngine.cpp | 281 +++++
10 files changed, 897 insertions(+), 1807 deletions(-)
copy source/Plugins/UnwindAssembly/x86/{UnwindAssembly-x86.cpp => x86AssemblyInspe [...]
create mode 100644 source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
create mode 100644 unittests/UnwindAssembly/CMakeLists.txt
create mode 100644 unittests/UnwindAssembly/x86/CMakeLists.txt
create mode 100644 unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.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 clang.
from 98e2f4b Put new warning in a diagnostic group.
new 1ec534d Revert r282556. This change made several bots unhappy.
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/AST/ExprCXX.h | 10 ---
lib/CodeGen/CGCall.cpp | 6 +-
lib/CodeGen/CGExpr.cpp | 11 +---
lib/CodeGen/CGExprCXX.cpp | 44 ++++----------
lib/CodeGen/CodeGenFunction.h | 12 ++--
lib/CodeGen/ItaniumCXXABI.cpp | 5 +-
test/CodeGenCXX/cxx1z-eval-order.cpp | 74 ++++++++++-------------
test/CodeGenObjCXX/property-object-reference-2.mm | 2 +-
www/cxx_status.html | 10 +--
9 files changed, 54 insertions(+), 120 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 d3cf92d [libFuzzer] speedup TracePC::FinalizeTrace
new a5f794f [LTO] Mark member function as const to fix compiler errors.
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/LTO/LTO.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 llvm.
from e555d1b [LAA] Rename emitAnalysis to recordAnalys. NFC
new d3cf92d [libFuzzer] speedup TracePC::FinalizeTrace
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/Fuzzer/FuzzerTracePC.cpp | 35 +++++++++++++++++++++--------------
lib/Fuzzer/FuzzerTracePC.h | 2 +-
2 files changed, 22 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 llvm.
from 695f82f [Inliner] Port all opt remarks to new streaming API
new e555d1b [LAA] Rename emitAnalysis to recordAnalys. NFC
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/Analysis/LoopAccessAnalysis.h | 7 ++++-
lib/Analysis/LoopAccessAnalysis.cpp | 43 ++++++++++++++----------------
2 files changed, 26 insertions(+), 24 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.