aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/early-ifcvt.ll
Commit message (Expand)AuthorAgeFilesLines
* Recommit r171461 which was incorrectly reverted. Mark DIV/IDIV instructions h...Craig Topper2013-01-051-0/+31
* Revert "Mark DIV/IDIV instructions hasSideEffects=1 because they can trap whe...Michael Gottesman2013-01-031-32/+0
* Mark DIV/IDIV instructions hasSideEffects=1 because they can trap when dividi...Craig Topper2013-01-031-0/+32
* Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen2012-10-081-0/+75
* The early if conversion pass is ready to be used as an opt-in.Jakob Stoklund Olesen2012-10-031-1/+1
* Handle extra Tail predecessors in if-conversion.Jakob Stoklund Olesen2012-08-131-0/+30
* Add early if-conversion support to X86.Jakob Stoklund Olesen2012-07-041-0/+39