aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/ProfileDataLoaderPass.cpp
AgeCommit message (Collapse)AuthorFilesLines
2012-08-31Cleanups due to feedback. No functionality change. Patch by Alistair.Bill Wendling1-16/+16
llvm-svn: 162979
2012-08-28Profile: set branch weight metadata with data generated from profiling.Manman Ren1-0/+188
This patch implements ProfileDataLoader which loads profile data generated by -insert-edge-profiling and updates branch weight metadata accordingly. Patch by Alastair Murray. llvm-svn: 162799