summaryrefslogtreecommitdiff
path: root/test/profile/instrprof-value-prof.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-05-28Move test only for the relevant platformXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271098 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-26Add missing test case changesXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270930 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-25[profile] Add early checking to bypass node pointer updateXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270766 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-21[profile] Static counter allocation for value profiling (part-2)Xinliang David Li
Differential Revision: http://reviews.llvm.org/D20460 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@270337 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-11Reapply r268608 Rong Xu
Re-enable the tests after IR instrumentation fix (r269146). Check-in on behalf of davidxl. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@269219 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-10Revert r268130 -- more bot failureXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@269142 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-10Reapply r268608 after IR instr bug fixXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@269130 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-06Revert r268608 -- unexplained darwin bot failureXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268779 91177308-0d34-0410-b5e6-96231b3b80d8
2016-05-05IR value profile testing cleanup Xinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@268608 91177308-0d34-0410-b5e6-96231b3b80d8
2016-03-28[libprofile] Use one fewer -mllvm option in this test.Sean Silva
AFAIK there is still no way to avoid `-mllvm -disable-vp=false` currently. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@264682 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-28Test cleanupsXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@262162 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-27Fix a bug in test case (both ir,fe instr were turned onXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@258913 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-25[PGO] Add a test case covering IR based VP instrumentationXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@258732 91177308-0d34-0410-b5e6-96231b3b80d8
2016-01-25[PGO] Add test case covering clang FE based VP instrumentationXinliang David Li
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@258730 91177308-0d34-0410-b5e6-96231b3b80d8