aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/ProfileDataLoader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-2/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-3/+3
* Remove code to saturate profile counts.Bob Wilson2012-10-291-8/+1
* Clean up ProfileDataLoader a bit.Benjamin Kramer2012-08-311-43/+19
* Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling2012-08-311-34/+34
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-281-0/+186