aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ASanStackFrameLayout.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-23Use llvm::stable_sortFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-11-18[asan] Add a full redzone after every stack variableWalter Lee1-3/+6
2016-10-19[asan] Replace std::to_string with llvm::to_stringVitaly Buka1-1/+2
2016-10-18[asan] Simplify calculation of stack frame layout extraction calculation of s...Vitaly Buka1-14/+20
2016-10-18[asan] Append line number to variable name if line is available and in the sa...Vitaly Buka1-2/+7
2016-08-29ASan: remove variable only used in assertions buildTim Northover1-2/+1
2016-08-29[asan] Separate calculation of ShadowBytes from calculating ASanStackFrameLayoutVitaly Buka1-29/+51
2016-08-20[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayoutVitaly Buka1-3/+10
2016-08-19Revert "[asan] Add support of lifetime poisoning into ComputeASanStackFrameLa...Vitaly Buka1-10/+3
2016-08-18[asan] Add support of lifetime poisoning into ComputeASanStackFrameLayoutVitaly Buka1-3/+10
2016-01-14Update to use new name alignTo().Rui Ueyama1-1/+1
2015-11-24[Utils] Put includes in correct order. NFC.Weiming Zhao1-1/+1
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko1-1/+1
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-02-16[asan] Reuse a common function.Evgeniy Stepanov1-6/+2
2014-06-26Revert "Introduce a string_ostream string builder facilty"Alp Toker1-1/+2
2014-06-26Introduce a string_ostream string builder faciltyAlp Toker1-2/+1
2013-12-06[asan] fix ndebug build with strict warnings (-Wunused-variable)Kostya Serebryany1-0/+1
2013-12-06[asan] rewrite asan's stack frame layoutKostya Serebryany1-0/+113