summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/profile/instrprof-icall-promo.test
Commit message (Collapse)AuthorAgeFilesLines
* [Profile] Test cleanup -- use new lit var for IR PGO tests /NFCXinliang David Li2016-07-191-7/+7
| | | | llvm-svn: 276036
* [libprofile] Also use `env` for this test.Sean Silva2016-06-061-2/+2
| | | | | | (necessary on Windows) llvm-svn: 271955
* [libprofile] Add %run to a couple tests.Sean Silva2016-06-061-2/+2
| | | | llvm-svn: 271947
* reapply r271577 after OSX bug is fixed (hopefully)Xinliang David Li2016-06-041-1/+1
| | | | llvm-svn: 271759
* Revert "[profile] enable a subtest for vcall inline virtual func"Mehdi Amini2016-06-031-1/+1
| | | | | | | | This reverts commit r271577. The test does not pass on OSX. llvm-svn: 271617
* [profile] enable a subtest for vcall inline virtual funcXinliang David Li2016-06-021-1/+1
| | | | llvm-svn: 271577
* [profile] Add end-end test of vp for inline virtual functionsXinliang David Li2016-06-021-0/+17
Make sure inline virtual function's address is properly recorded and dumped in raw profile so that value profiling does not loss tracking. (Second part of the test will be enabled after the lowering bug is fixed in LLVM) llvm-svn: 271528
OpenPOWER on IntegriCloud