aboutsummaryrefslogtreecommitdiffstats
path: root/test/Transforms/SimplifyCFG/preserve-branchweights.ll
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-1/+1
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-24/+24
* Update to LLVM 3.5a.Stephen Hines2014-04-241-4/+80
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-141-8/+8
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-181-1/+47
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-171-1/+36
* PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren2012-09-171-1/+26
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-171-1/+22
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-151-1/+22
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-141-1/+49
* PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren2012-09-121-1/+33
* FileCheck hygiene.Benjamin Kramer2012-01-051-1/+1
* Teach simplifycfg to recompute branch weights when merging some branches, andNick Lewycky2011-12-271-2/+64
* Update the branch weight metadata when reversing the order of a branch.Nick Lewycky2011-12-261-0/+26