summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/SimplifyCFG/preserve-branchweights.ll
Commit message (Expand)AuthorAgeFilesLines
* Revert "Temporarily Revert "Add basic loop fusion pass.""Eric Christopher2019-04-171-0/+675
* Temporarily Revert "Add basic loop fusion pass."Eric Christopher2019-04-171-675/+0
* [SimplifyCFG] Regenerate preserve-branchweights.ll test. NFCJohn Brawn2018-11-141-114/+262
* Follow-up patch of http://reviews.llvm.org/D19948 to handle missing profiles ...Dehao Chen2016-05-181-37/+38
* Propagate branch metadata when some branch probability is missing.Dehao Chen2016-05-101-1/+25
* [SimplifyCFG] propagate branch metadata when creating select (retry r268550 /...Sanjay Patel2016-05-061-8/+39
* revert r268751 - caused same failures on msan botSanjay Patel2016-05-061-39/+8
* [SimplifyCFG] propagate branch metadata when creating select (retry r268550 w...Sanjay Patel2016-05-061-8/+39
* Revert "[SimplifyCFG] propagate branch metadata when creating select"Vitaly Buka2016-05-041-39/+8
* [SimplifyCFG] propagate branch metadata when creating selectSanjay Patel2016-05-041-8/+39
* add minimal test to show dropped metadataSanjay Patel2016-04-301-0/+28
* [SimplifyCFG] propagate branch metadata when creating selectSanjay Patel2016-04-261-1/+28
* Add check for "branch_weights" with prof metadataSanjay Patel2016-04-251-0/+24
* [opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie2015-02-271-1/+1
* IR: Make metadata typeless in assemblyDuncan P. N. Exon Smith2014-12-151-24/+24
* PGO branch weight: keep halving the weights until they can fit intoManman Ren2014-01-271-1/+31
* Transforms: Don't create bad weights when eliminating dead casesJustin Bogner2013-12-201-0/+25
* test: Make a branchweight test more specificJustin Bogner2013-12-201-1/+3
* test: Prefer CHECK-LABEL to CHECK in branchweight testsJustin Bogner2013-12-201-4/+5
* Transforms: Don't create bad branch weights when folding a switchJustin Bogner2013-12-101-0/+18
* 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
OpenPOWER on IntegriCloud