| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix a bug where RecursivelyDeleteTriviallyDeadInstructions could | Chris Lattner | 2011-04-09 | 1 | -3/+18 |
* | Debug intrinsics must be skipped at the beginning and ends of blocks, lest they | Cameron Zwarich | 2011-03-24 | 1 | -2/+6 |
* | It is enough for the CallInst to have no uses to be made a tail call with a ret | Cameron Zwarich | 2011-03-24 | 1 | -1/+1 |
* | s/UpdateDT/ModifiedDT/g | Devang Patel | 2011-03-24 | 1 | -8/+8 |
* | Do early taildup of ret in CodeGenPrepare for potential tail calls that have a | Cameron Zwarich | 2011-03-24 | 1 | -17/+37 |
* | Use an early return instead of a long if block. | Cameron Zwarich | 2011-03-24 | 1 | -51/+51 |
* | When UpdateDT is set, DT is invalid, which could cause problems when trying to | Cameron Zwarich | 2011-03-24 | 1 | -2/+3 |
* | Check for TLI so that -codegenprepare can be used from opt. | Cameron Zwarich | 2011-03-24 | 1 | -0/+3 |
* | Re-apply r127953 with fixes: eliminate empty return block if it has no predec... | Evan Cheng | 2011-03-21 | 1 | -10/+122 |
* | Revert r127953, "SimplifyCFG has stopped duplicating returns into predecessors | Daniel Dunbar | 2011-03-19 | 1 | -99/+4 |
* | SimplifyCFG has stopped duplicating returns into predecessors to canonicalize IR | Evan Cheng | 2011-03-19 | 1 | -4/+99 |
* | Roll r127459 back in: | Cameron Zwarich | 2011-03-11 | 1 | -0/+14 |
* | Revert r127459, "Optimize trivial branches in CodeGenPrepare, which often get | Daniel Dunbar | 2011-03-11 | 1 | -14/+0 |
* | Optimize trivial branches in CodeGenPrepare, which often get created from the | Cameron Zwarich | 2011-03-11 | 1 | -0/+14 |
* | Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces | Cameron Zwarich | 2011-03-05 | 1 | -7/+22 |
* | Remove some more unused code that I missed. | Cameron Zwarich | 2011-03-02 | 1 | -19/+0 |
* | Eliminate the unused CodeGenPrepare option to split critical edges. | Cameron Zwarich | 2011-03-02 | 1 | -128/+1 |
* | Stop computing the number of uses twice per value in CodeGenPrepare's sinking of | Cameron Zwarich | 2011-03-01 | 1 | -3/+4 |
* | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner | 2011-01-18 | 1 | -1/+3 |
* | temporarily revert r123526. While working on a follow-on patch I | Chris Lattner | 2011-01-15 | 1 | -3/+0 |
* | fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code | Chris Lattner | 2011-01-15 | 1 | -0/+3 |
* | simplify code, no functionality change. | Chris Lattner | 2011-01-15 | 1 | -30/+37 |
* | Now that instruction optzns can update the iterator as they go, we can | Chris Lattner | 2011-01-15 | 1 | -10/+16 |
* | make the current instruction iterator an ivar, allowing xforms that | Chris Lattner | 2011-01-15 | 1 | -35/+38 |
* | Make more passes preserve dominators (or state that they preserve dominators if | Cameron Zwarich | 2011-01-08 | 1 | -0/+11 |
* | Add the CallInst optimizations that don't involve expanding inline assembly to | Cameron Zwarich | 2011-01-06 | 1 | -0/+7 |
* | Move the GEP handling in CodeGenPrepare to OptimizeInst(). | Cameron Zwarich | 2011-01-06 | 1 | -12/+12 |
* | Split the optimizations in CodeGenPrepare that don't manipulate the iterators | Cameron Zwarich | 2011-01-06 | 1 | -41/+52 |
* | Stop reallocating SunkAddrs for each basic block. When we move to an instruction | Cameron Zwarich | 2011-01-06 | 1 | -4/+10 |
* | Add some more statistics to CodeGenPrepare. | Cameron Zwarich | 2011-01-05 | 1 | -0/+4 |
* | Add some stats to CodeGenPrepare to make it easier to speed it up without | Cameron Zwarich | 2011-01-05 | 1 | -3/+15 |
* | Avoid finding loop back edges when we are not splitting critical edges in | Cameron Zwarich | 2011-01-04 | 1 | -2/+4 |
* | Switch a worklist in CodeGenPrepare to SmallVector and increase the inline | Cameron Zwarich | 2011-01-03 | 1 | -2/+2 |
* | It is possible for SimplifyCFG to cause PHI nodes to become redundant too lat... | Owen Anderson | 2010-12-23 | 1 | -1/+10 |
* | revert r122164, I'm going to go with a different approach. | Chris Lattner | 2010-12-19 | 1 | -11/+0 |
* | first step to fixing PR8642: don't fold away empty basic blocks | Chris Lattner | 2010-12-19 | 1 | -0/+11 |
* | Second attempt at fixing the performance regressions introduced | Owen Anderson | 2010-11-27 | 1 | -24/+55 |
* | When folding addressing modes in CodeGenPrepare, attempt to look through PHI ... | Owen Anderson | 2010-11-19 | 1 | -3/+29 |
* | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson | 2010-10-29 | 1 | -1/+1 |
* | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson | 2010-10-19 | 1 | -1/+3 |
* | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 1 | -1/+1 |
* | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen | 2010-09-30 | 1 | -1/+5 |
* | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen | 2010-09-27 | 1 | -5/+1 |
* | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng | 2010-09-23 | 1 | -1/+5 |
* | When moving zext/sext to be folded with a load, ignore the issue of whether | Bob Wilson | 2010-09-22 | 1 | -1/+2 |
* | Move a sign-extend or a zero-extend of a load to the same basic block as the | Bob Wilson | 2010-09-21 | 1 | -1/+2 |
* | Clarify a comment. | Bob Wilson | 2010-09-21 | 1 | -1/+1 |
* | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen | 2010-09-16 | 1 | -2/+4 |
* | Remove unused variable. | Eric Christopher | 2010-09-13 | 1 | -1/+0 |
* | Added skeleton for inline asm multiple alternative constraint support. | John Thompson | 2010-09-13 | 1 | -27/+4 |