summaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileDataLoader.cpp
Commit message (Expand)AuthorAge
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Remove code to saturate profile counts.Bob Wilson2012-10-29
* Clean up ProfileDataLoader a bit.Benjamin Kramer2012-08-31
* Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling2012-08-31
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-28