Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-31 | Cleanups due to feedback. No functionality change. Patch by Alistair. | Bill Wendling | 1 | -16/+16 | |
llvm-svn: 162979 | |||||
2012-08-28 | Profile: set branch weight metadata with data generated from profiling. | Manman Ren | 1 | -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 |