summaryrefslogtreecommitdiff
path: root/lib/CodeGen/TailDuplication.cpp
Commit message (Expand)AuthorAge
* Trim an unneeded header.Jakob Stoklund Olesen2011-08-09
* Move most of the pre BB code to TailDuplicateAndUpdate. Change theRafael Espindola2011-07-04
* Reduce indentation and fix the count of how many PHIs we have inserted.Rafael Espindola2011-07-04
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* SimplifyRafael Espindola2011-06-24
* Now that bb with phis are not considered simple, duplicate them even ifRafael Espindola2011-06-24
* Simplify now that blocks with phis are not considered simple.Rafael Espindola2011-06-24
* Move more logic to shouldTailDuplicate and only duplicate regular bb beforeRafael Espindola2011-06-23
* Reenable tail duplication of bb with just an unconditional jump, butRafael Espindola2011-06-22
* Revert r133607. This is causing failures in the Clang gccTestSuite.Chad Rosier2011-06-22
* Reenable the optimization added in 133415, but change the definition of a "si...Rafael Espindola2011-06-22
* Disable again.Rafael Espindola2011-06-20
* Re enable 133415 with two fixesRafael Espindola2011-06-20
* Disable the logic added by rafael in commit 133415 to see if it brings theDuncan Sands2011-06-20
* Fix MSVC build. next() function already exists in the MSVC headers. This crea...Francois Pichet2011-06-20
* Teach early dup how to duplicate basic blocks with one successor and only phi...Rafael Espindola2011-06-20
* Two fixes relating to debug value:Rafael Espindola2011-06-17
* Enable early duplication of small blocks. There are still improvements toRafael Espindola2011-06-17
* Removed tabs. Also fixed my editor...Rafael Espindola2011-06-10
* Remove duplicated test.Rafael Espindola2011-06-10
* Make the optional verification step more strict.Rafael Espindola2011-06-09
* Avoid a gcc warning about multiline comments.Rafael Espindola2011-06-09
* On last fix to the early tail duplication.Rafael Espindola2011-06-09
* Also consider phi nodes when deciding if a register is live out.Rafael Espindola2011-06-09
* AnalyzeBranch modifies the bb, but we don't want to modify a bb withRafael Espindola2011-06-09
* A PHI in this basic block is a use in another basic block.Rafael Espindola2011-06-09
* Refactor some checks into shouldTailDuplicate. Update comments.Rafael Espindola2011-06-09
* Fix count.Rafael Espindola2011-06-08
* Count how many phis we are creating.Rafael Espindola2011-06-08
* Update comments.Evan Cheng2011-02-04
* Respect the -tail-dup-size command line option even when optimizing for size.Jakob Stoklund Olesen2011-01-30
* Re-apply r124518 with fix. Watch out for invalidated iterator.Evan Cheng2011-01-29
* Revert r124518. It broke Linux self-host.Evan Cheng2011-01-29
* Re-commit r124462 with fixes. Tail recursion elim will now dup ret into uncon...Evan Cheng2011-01-29
* Revert r124462. There are a few big regressions that I need to fix first.Evan Cheng2011-01-28
* - Stop simplifycfg from duplicating "ret" instructions into unconditionalEvan Cheng2011-01-28
* Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.Jakob Stoklund Olesen2011-01-10
* 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
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Replace copyRegToReg with COPY everywhere in lib/CodeGen except for FastISel.Jakob Stoklund Olesen2010-07-10
* Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that itDan Gohman2010-05-06
* Ignore debug value instructions while analyzing BB for tail duplication.Devang Patel2010-03-16
* eliminate InvalidateLabel and LabelIDList from MMI and replaceChris Lattner2010-03-14
* Reuse operand location when updating PHI instructions.Jakob Stoklund Olesen2010-02-11
* move target-independent opcodes out of TargetInstrInfoChris Lattner2010-02-09
* Treat indirect branches specially only during pre-regalloc tail duplication,Bob Wilson2010-01-16
* Simplify logic. Any functional change is unintended.Jakob Stoklund Olesen2010-01-15
* Change pre-regalloc tail duplication to only duplicate indirect branch blocks.Bob Wilson2010-01-15