aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/SafeStackColoring.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-21[IR] Add Instruction::isLifetimeStartOrEnd, NFCVedant Kumar1-3/+2
2018-08-22[SafeStack] Handle unreachable code with safe stack coloring.Eli Friedman1-1/+3
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-8/+8
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-1/+1
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-1/+1
2017-10-10[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...Eugene Zelenko1-2/+15
2017-05-19[safestack] Disable stack coloring by default.Evgeniy Stepanov1-1/+2
2017-01-28Cleanup dump() functions.Matthias Braun1-0/+2
2016-09-16[safestack] Fix assertion failure in stack coloring.Evgeniy Stepanov1-4/+6
2016-07-26[safestack] Fix stack guard live range.Evgeniy Stepanov1-1/+3
2016-06-29StackColoring for SafeStack.Evgeniy Stepanov1-0/+289