This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0084250 revert r284541. new f2a459b Using branch probability to guide critical edge splitting. new 298a3d2 [asan] Append line number to variable name if line is availab [...] new 6b9bef9 [asan] Simplify calculation of stack frame layout extraction [...]
The 3 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/Transforms/Utils/ASanStackFrameLayout.h | 9 +- lib/CodeGen/MachineSink.cpp | 18 ++ .../Instrumentation/AddressSanitizer.cpp | 60 +++---- lib/Transforms/Utils/ASanStackFrameLayout.cpp | 31 ++-- test/CodeGen/ARM/atomic-cmpxchg.ll | 30 ++-- test/CodeGen/ARM/code-placement.ll | 21 +-- test/CodeGen/X86/block-placement.ll | 8 +- test/CodeGen/X86/clz.ll | 196 ++++++++++++--------- test/CodeGen/X86/loop-search.ll | 15 +- test/CodeGen/X86/machine-sink.ll | 21 +++ test/CodeGen/X86/phys_subreg_coalesce-2.ll | 2 + test/CodeGen/X86/pr2659.ll | 3 +- test/DebugInfo/COFF/pieces.ll | 6 +- .../AddressSanitizer/stack_layout.ll | 50 +++++- .../Transforms/Utils/ASanStackFrameLayoutTest.cpp | 44 ++--- 15 files changed, 312 insertions(+), 202 deletions(-)