aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStackLayout.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-09-17SafeStackLayout.cpp - remove unnecessary StackLifetime.h include. NFCI.Simon Pilgrim1-1/+0
2020-06-17[SafeStack,NFC] Fix names after files moveVitaly Buka1-2/+2
2020-06-17[SafeStack,NFC] Move SafeStackColoring codeVitaly Buka1-0/+1
2020-06-14[SafeStack,NFC] Fix naming styleVitaly Buka1-2/+2
2020-06-14[SafeStack,NFC] Cleanup LiveRange interfaceVitaly Buka1-1/+1
2020-05-30SafeStackLayout.cpp - remove includes directly defined in SafeStackLayout.h m...Simon Pilgrim1-1/+0
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