summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/CGProfile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CGProfile] Turn constant-size SmallVector into arrayBenjamin Kramer2018-10-221-5/+4
* Recommit r335794 "Add support for generating a call graph profile from Branch...Michael J. Spencer2018-07-161-0/+100
* Revert "Add support for generating a call graph profile from Branch Frequency...Benjamin Kramer2018-06-281-100/+0
* [CGProfile] Fix unused variable warning.Michael J. Spencer2018-06-281-1/+1
* Add support for generating a call graph profile from Branch Frequency Info.Michael J. Spencer2018-06-271-0/+100
* Revert r335306 (and r335314) - the Call Graph Profile pass.Chandler Carruth2018-06-221-110/+0
* [Instrumentation] Add Call Graph Profile passMichael J. Spencer2018-06-211-0/+110
OpenPOWER on IntegriCloud