summaryrefslogtreecommitdiff
path: root/test/Transforms/SimplifyCFG/preserve-branchweights.ll
Commit message (Expand)AuthorAge
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-27
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-20
* test: Make a branchweight test more specificJustin Bogner2013-12-20
* test: Prefer CHECK-LABEL to CHECK in branchweight testsJustin Bogner2013-12-20
* Transforms: Don't create bad branch weights when folding a switchJustin Bogner2013-12-10
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* PGO: preserve branch-weight metadata when simplifying Switch to a sub, an icmpManman Ren2012-09-18
* PGO: preserve branch-weight metadata when simplifying SwitchManman Ren2012-09-17
* PGO: preserve branch-weight metadata when simplifying SwitchOnSelect.Manman Ren2012-09-17
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-17
* PGO: preserve branch-weight metadata when simplifying two branches with a commonManman Ren2012-09-15
* PGO: preserve branch-weight metadata when simplifying a switch with a singleManman Ren2012-09-14
* PGO: preserve branch-weight metadata when removing a case which jumpsManman Ren2012-09-12
* FileCheck hygiene.Benjamin Kramer2012-01-05
* Teach simplifycfg to recompute branch weights when merging some branches, andNick Lewycky2011-12-27
* Update the branch weight metadata when reversing the order of a branch.Nick Lewycky2011-12-26