This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from a67709d Implementation "step out" plans shouldn't gather the return value.
new f97c9c5 Add api logging for SBDebugger::SetCurrentPlatformSDKRoot. <r [...]
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:
source/API/SBDebugger.cpp | 3 +++
1 file changed, 3 insertions(+)
--
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 c5f116c [Coroutines] Part 8: Coroutine Frame Building algorithm
new 07ea3b0 [Coroutines] Fix unused var warning in release 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/Transforms/Coroutines/CoroFrame.cpp | 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 llvm.
from 517a659 Preserve a pointer to the newly allocated signal stack as wel [...]
new c5f116c [Coroutines] Part 8: Coroutine Frame Building algorithm
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/Transforms/Coroutines/CoroFrame.cpp | 552 ++++++++++++++++++++-
.../Coroutines/{coro-split-01.ll => ex0.ll} | 45 +-
test/Transforms/Coroutines/ex1.ll | 54 ++
test/Transforms/Coroutines/smoketest.ll | 2 +-
4 files changed, 622 insertions(+), 31 deletions(-)
copy test/Transforms/Coroutines/{coro-split-01.ll => ex0.ll} (57%)
create mode 100644 test/Transforms/Coroutines/ex1.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 clang.
from 28b38bc Adding an additional test to ensure the frame pointer is emit [...]
new b0bac26 Remove excessive padding from PTHStatData (NFC)
new c6bbb8c [Pragma] Clear loop distribution attribute between loops
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:
lib/CodeGen/CGLoopInfo.cpp | 1 +
lib/Lex/PTHLexer.cpp | 4 ++--
test/CodeGenCXX/pragma-loop-distribute.cpp | 23 +++++++++++++++++++++++
3 files changed, 26 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGenCXX/pragma-loop-distribute.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 libcxx.
from af7f1a8 Revert "libc++: Perform configuration checks with -nodefaultlibs"
new e146f75 libc++: add an option to build against compiler-rt
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 | 5 +++++
cmake/config-ix.cmake | 4 +++-
2 files changed, 8 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 fb33552 TargetSchedule: Do not consider subregister definitions as reads.
new 517a659 Preserve a pointer to the newly allocated signal stack as wel [...]
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/Support/Unix/Signals.inc | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 fa5c5c7 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)Mo [...]
new fb33552 TargetSchedule: Do not consider subregister definitions as reads.
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/TargetSchedule.cpp | 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 clang.
from ed0c7d6 Fix member call on null pointer, found by sanitizer buildbot.
new 28b38bc Adding an additional test to ensure the frame pointer is emit [...]
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/Driver/frame-pointer-elim.c | 2 ++
1 file changed, 2 insertions(+)
--
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 0c7940e [libFuzzer] use __attribute__((target("popcnt"))) only on x86_64
new fa5c5c7 CodeGen: Remove MachineFunctionAnalysis => Enable (Machine)Mo [...]
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/MachineFunctionAnalysis.h | 55 --------------------
include/llvm/CodeGen/MachineModuleInfo.h | 25 ++++++++-
include/llvm/CodeGen/Passes.h | 3 ++
include/llvm/Target/TargetMachine.h | 4 --
lib/CodeGen/CMakeLists.txt | 1 -
lib/CodeGen/LLVMTargetMachine.cpp | 10 ++--
lib/CodeGen/MachineFunctionAnalysis.cpp | 62 ----------------------
lib/CodeGen/MachineFunctionPass.cpp | 10 ++--
lib/CodeGen/MachineModuleInfo.cpp | 68 +++++++++++++++++++++++--
lib/CodeGen/StackMapLivenessAnalysis.cpp | 1 -
lib/Target/AMDGPU/AMDILCFGStructurizer.cpp | 4 +-
lib/Target/Hexagon/HexagonCommonGEP.cpp | 1 -
lib/Target/Hexagon/HexagonGenExtract.cpp | 2 -
lib/Target/Hexagon/HexagonNewValueJump.cpp | 1 -
lib/Target/Hexagon/HexagonOptimizeSZextends.cpp | 3 --
lib/Target/Hexagon/HexagonVLIWPacketizer.cpp | 1 -
lib/Target/NVPTX/NVPTXAllocaHoisting.cpp | 2 -
lib/Target/NVPTX/NVPTXGenericToNVVM.cpp | 1 -
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 2 -
lib/Target/NVPTX/NVPTXTargetMachine.cpp | 1 -
test/CodeGen/Generic/stop-after.ll | 1 -
test/CodeGen/X86/hidden-vis-pic.ll | 2 +-
tools/llc/llc.cpp | 5 +-
unittests/MI/LiveIntervalTest.cpp | 6 +--
24 files changed, 109 insertions(+), 162 deletions(-)
delete mode 100644 include/llvm/CodeGen/MachineFunctionAnalysis.h
delete mode 100644 lib/CodeGen/MachineFunctionAnalysis.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.