summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/StackSafetyAnalysis/memintrin.ll
Commit message (Collapse)AuthorAgeFilesLines
* [stack-safety] Inter-Procedural Analysis implementationVitaly Buka2018-11-261-0/+2
| | | | | | | | | | | | | | | | Summary: IPA is implemented as module pass which produce map from Function or Alias to StackSafetyInfo for a single function. From prototype by Evgenii Stepanov and Vlad Tsyrklevich. Reviewers: eugenis, vlad.tsyrklevich, pcc, glider Subscribers: hiraditya, mgrang, llvm-commits Differential Revision: https://reviews.llvm.org/D54543 llvm-svn: 347611
* [stack-safety] Local analysis implementationVitaly Buka2018-11-261-0/+200
Summary: Analysis produces StackSafetyInfo which contains information with how allocas and parameters were used in functions. From prototype by Evgenii Stepanov and Vlad Tsyrklevich. Reviewers: eugenis, vlad.tsyrklevich, pcc, glider Subscribers: hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D54504 llvm-svn: 347603
OpenPOWER on IntegriCloud