summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/IfConversion.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Clean up.Evan Cheng2007-05-181-5/+5
* Change to depth-first traversal.Evan Cheng2007-05-181-11/+22
* Some restructuring in preparation for most aggressive if-conversion.Evan Cheng2007-05-181-40/+71
* Watch out for blocks that end with a return.Evan Cheng2007-05-181-2/+2
* If true / false blocks fallthrough before ifcvt, add unconditional branches t...Evan Cheng2007-05-181-4/+19
* Make use of target specific block size limits; bug fixes.Evan Cheng2007-05-181-64/+149
* isBlockPredicable() always ignore terminal instructions; add comments.Evan Cheng2007-05-161-13/+23
* Rename M_PREDICATED to M_PREDICABLE; Moved isPredicable() to MachineInstr.Evan Cheng2007-05-161-12/+12
* Devang points out that we need an assertion here.Evan Cheng2007-05-161-0/+2
* Initial commit of (very basic) if converter.Evan Cheng2007-05-161-0/+304
OpenPOWER on IntegriCloud