aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/ProfileDataLoader.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-29Remove code to saturate profile counts.Bob Wilson
2012-08-31Clean up ProfileDataLoader a bit.Benjamin Kramer
2012-08-31Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren