summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/lib/CodeGen/LocalStackSlotAllocation.cpp
AgeCommit message (Collapse)AuthorFilesLines
2019-08-12Ensure stack protector slot access is resolved by PEI.mortimer1-0/+4
On arm64, arm, and ppc it is possible that a large stack frame will cause the stack protector slot to be reallocated at the wrong end of the frame. Noticed by tj@. ok patrick@.
2019-06-23Import LLVM 8.0.0 release including clang, lld and lldb.patrick1-1/+1
2019-01-27Import LLVM 7.0.1 release including clang, lld and lldb.patrick1-24/+18
2018-04-06Import LLVM 6.0.1 release including clang, lld and lldb.patrick1-19/+23
"where is the kaboom?" deraadt@
2017-10-04Import LLVM 5.0.0 release including clang, lld and lldb.patrick1-3/+3
2017-01-24Import LLVM 4.0.0 rc1 including clang and lld to help the currentpatrick1-35/+47
development effort on OpenBSD/arm64.
2017-01-14Import LLVM 3.9.1 including clang and lld.patrick1-35/+29
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.pascal1-0/+426
ok hackroom@