summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-icall-promo.test
AgeCommit message (Collapse)Author
2016-07-19[Profile] Test cleanup -- use new lit var for IR PGO tests /NFCXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@276036 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-06[libprofile] Also use `env` for this test.Sean Silva
(necessary on Windows) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271955 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-06[libprofile] Add %run to a couple tests.Sean Silva
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271947 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-04reapply r271577 after OSX bug is fixed (hopefully)Xinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271759 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-03Revert "[profile] enable a subtest for vcall inline virtual func"Mehdi Amini
This reverts commit r271577. The test does not pass on OSX. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271617 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-02[profile] enable a subtest for vcall inline virtual funcXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271577 91177308-0d34-0410-b5e6-96231b3b80d8
2016-06-02[profile] Add end-end test of vp for inline virtual functionsXinliang David Li
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) git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271528 91177308-0d34-0410-b5e6-96231b3b80d8