summaryrefslogtreecommitdiffstats
path: root/llvm/test/Analysis/Profiling/load-branch-weights-ifs.ll
Commit message (Collapse)AuthorAgeFilesLines
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-122/+0
| | | | | | | | | | | | | | | | | | | | infrastructure. This was essentially work toward PGO based on a design that had several flaws, partially dating from a time when LLVM had a different architecture, and with an effort to modernize it abandoned without being completed. Since then, it has bitrotted for several years further. The result is nearly unusable, and isn't helping any of the modern PGO efforts. Instead, it is getting in the way, adding confusion about PGO in LLVM and distracting everyone with maintenance on essentially dead code. Removing it paves the way for modern efforts around PGO. Among other effects, this removes the last of the runtime libraries from LLVM. Those are being developed in the separate 'compiler-rt' project now, with somewhat different licensing specifically more approriate for runtimes. llvm-svn: 191835
* Add default JIT LIT variable.James Molloy2012-10-021-1/+1
| | | | | | Patch by David Tweed! llvm-svn: 164996
* llvm/test/Analysis/Profiling: Mark 3 of them as REQUIRES: loadable_module.NAKAMURA Takumi2012-08-291-0/+3
| | | | | FIXME: profile_rt.dll could be built on win32. llvm-svn: 162811
* Profile: set branch weight metadata with data generated from profiling.Manman Ren2012-08-281-0/+119
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
OpenPOWER on IntegriCloud