summaryrefslogtreecommitdiff
path: root/lib/CodeGen/PHIElimination.h
Commit message (Expand)AuthorAge
* PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...Evan Cheng2010-08-17
* Move the decision logic whether it's a good idea to split a critical edge to ...Evan Cheng2010-08-17
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Move REG_SEQUENCE removal to 2addr pass.Evan Cheng2010-05-05
* Teach PHI elimination to remove REG_SEQUENCE instructions and update referenc...Evan Cheng2010-05-04
* Remove PHINodeTraits and use MachineInstrExpressionTrait instead.Evan Cheng2010-03-03
* Dead code eliminationJakob Stoklund Olesen2010-02-23
* Dead code elimination.Jakob Stoklund Olesen2010-02-17
* Handle DBG_VALUE mixed with labels when doing PHIDale Johannesen2010-02-16
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Reuse lowered phi nodes.Jakob Stoklund Olesen2009-12-16
* Move PHIElimination::isLiveOut method to LiveVariables.Jakob Stoklund Olesen2009-12-01
* Be more clever about calculating live variables through new basic blocks.Jakob Stoklund Olesen2009-11-21
* Don't require LiveVariables for PHIElimination. Enable critical edge splittingJakob Stoklund Olesen2009-11-18
* Fix PHIElimination optimization that uses MBB->getBasicBlock.Jakob Stoklund Olesen2009-11-13
* Fix liveness calculation when splitting critical edges during PHI elimination.Jakob Stoklund Olesen2009-11-11
* Teach PHIElimination to split critical edges when -split-phi-edges is enabled.Jakob Stoklund Olesen2009-11-10
* Refactoring: Extract method PHIElimination::isLiveOut().Jakob Stoklund Olesen2009-11-10
* Fix comment for consistency sake.Evan Cheng2009-09-04
* Added PHI Def & Kill tracking to PHIElimination pass.Lang Hames2009-07-23
* Exposed PHIElimination pass within CodeGen.Lang Hames2009-07-21