aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/StackSafetyAnalysis.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-08-22IR. Change strip* family of functions to not look through aliases.Peter Collingbourne1-2/+2
2019-03-01Hide two unused debugging methods, NFCI.Jonas Hahnfeld1-0/+4
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-5/+2
2018-11-27[stack-safety] Update commentVitaly Buka1-1/+1
2018-11-27[stack-safety] Fix and uncomment assertVitaly Buka1-3/+2
2018-11-27[stack-safety] Fix build on gcc 5.4Vitaly Buka1-1/+1
2018-11-26Fix debug build breakJF Bastien1-2/+3
2018-11-26[stack-safety] Inter-Procedural Analysis implementationVitaly Buka1-4/+203
2018-11-26[stack-safety] Empty local passes for Stack Safety Global AnalysisVitaly Buka1-0/+45
2018-11-26[stack-safety] Local analysis implementationVitaly Buka1-5/+377
2018-11-26[stack-safety] Empty local passes for Stack Safety Local AnalysisVitaly Buka1-0/+60