aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/UnreachableBlockElim.cpp
Commit message (Expand)AuthorAgeFilesLines
* Invalidate debug/eh/gc labels when unreachable MBB is deleted.Anton Korobeynikov2008-10-311-13/+27
* Switch the MachineOperand accessors back to the short names likeDan Gohman2008-10-031-1/+1
* Remove isImm(), isReg(), and friends, in favor of Dan Gohman2008-09-131-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-2/+2
* Remove more uses of std::set.Owen Anderson2008-08-141-6/+8
* Reduce the entries in a phi before testing it for deadness, because removing ...Owen Anderson2008-08-081-7/+7
* SDISel's constant branch folding can fold away self-loops, which doesn't resu...Owen Anderson2008-08-061-15/+40
* Fix breakage on ARM/2008-04-10-ScavengerAssert.ll.Owen Anderson2008-08-051-1/+2
* Correctly handle replacement and removal of PHIs with one incoming register.Owen Anderson2008-08-051-1/+7
* Remove unneeded iteration. Thanks to Dan for the feedback.Owen Anderson2008-08-051-16/+2
* - Fix SelectionDAG to generate correct CFGs.Owen Anderson2008-08-041-3/+87
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+81