aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStackLayout.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-14/+14
2018-02-12[SafeStack] Use updated CreateMemCpy API to set more accurate source and dest...Daniel Neilson1-0/+1
2017-10-10[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-3/+9
2016-08-02[safestack] Layout large allocas first to reduce fragmentation.Evgeniy Stepanov1-0/+8
2016-07-25Fix invalid iterator use in safestack coloring.Evgeniy Stepanov1-1/+2
2016-06-29StackColoring for SafeStack.Evgeniy Stepanov1-0/+138