summaryrefslogtreecommitdiffstats
path: root/clang/test/Profile/cxx-indirect-call.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add test for D21736.Marcin Koscielnicki2016-11-221-1/+1
| | | | | | Differential Revision: http://reviews.llvm.org/D21741 llvm-svn: 287689
* [profile] Fix another use of the driver.Sean Silva2016-04-231-1/+1
| | | | | | Follow-on to r267262. llvm-svn: 267263
* [PGO] Test case fix for r264783 Betul Buyukkurt2016-03-291-1/+1
| | | | llvm-svn: 264795
* [PGO] Move the instrumentation point closer to the value site.Betul Buyukkurt2016-03-291-0/+21
For terminator instructions, the value profiling instrumentation happens in a basic block other than where the value site resides. This CR moves the instrumentation point prior to the value site. Mostly NFC. llvm-svn: 264783
OpenPOWER on IntegriCloud