summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/EntryExitInstrumenter/mcount.ll
Commit message (Collapse)AuthorAgeFilesLines
* Reland "[ARM] push LR before __gnu_mcount_nc"Jian Cai2019-08-161-2/+2
| | | | | | | | This relands r369147 with fixes to unit tests. https://reviews.llvm.org/D65019 llvm-svn: 369173
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+114
| | | | | | | | The reversion apparently deleted the test/Transforms directory. Will be re-reverting again. llvm-svn: 358552
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-114/+0
| | | | | | | | As it's causing some bot failures (and per request from kbarton). This reverts commit r358543/ab70da07286e618016e78247e4a24fcb84077fda. llvm-svn: 358546
* EntryExitInstrumenter: Handle musttail callsHans Wennborg2018-04-061-1/+24
| | | | | | | | Inserting instrumentation between a musttail call and ret instruction would create invalid IR. Instead, treat musttail calls as function exits. llvm-svn: 329385
* Rename test/Transforms/CountingFunctionInserter -> EntryExitInstrumenterHans Wennborg2017-11-211-0/+91
The pass was renamed in r318195. llvm-svn: 318784
OpenPOWER on IntegriCloud