summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/MustExecute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing spaceFangrui Song2018-07-301-3/+3
* [Analysis] Fix typo in assert. NFCShoaib Meenai2018-07-191-1/+1
* [MustExecute] Fix a debug invariant issue in isGuaranteedToExecute()David Stenberg2018-05-251-1/+1
* [LICM] Extend the MustExecute scopeSerguei Katkov2018-05-181-0/+4
* [WebAssembly] Add Wasm personality and isScopedEHPersonality()Heejin Ahn2018-05-171-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* [MustExecute/LICM] Special case first instruction in throwing headerPhilip Reames2018-04-271-2/+5
* Make helpers static. NFC.Benjamin Kramer2018-04-041-1/+3
* Fix an accidental circular dependencePhilip Reames2018-03-291-1/+1
* [MustExecute] Shwo the effect of using full loop info variantPhilip Reames2018-03-201-5/+7
* [MustExecute] Move isGuaranteedToExecute and related rourtines to AnalysisPhilip Reames2018-03-201-0/+135
* [MustExecute] Use the annotation style printerPhilip Reames2018-03-201-33/+54
* Add an analysis printer for must execute reasoningPhilip Reames2018-03-201-0/+102
OpenPOWER on IntegriCloud