| Age | Commit message (Expand) | Author |
| 2011-01-18 | fix rdar://8878965, a regression I introduced with the recent | Chris Lattner |
| 2011-01-15 | temporarily revert r123526. While working on a follow-on patch I | Chris Lattner |
| 2011-01-15 | fix rdar://8785296 - -fcatch-undefined-behavior generates inefficient code | Chris Lattner |
| 2011-01-15 | simplify code, no functionality change. | Chris Lattner |
| 2011-01-15 | Now that instruction optzns can update the iterator as they go, we can | Chris Lattner |
| 2011-01-15 | make the current instruction iterator an ivar, allowing xforms that | Chris Lattner |
| 2011-01-08 | Make more passes preserve dominators (or state that they preserve dominators if | Cameron Zwarich |
| 2011-01-06 | Add the CallInst optimizations that don't involve expanding inline assembly to | Cameron Zwarich |
| 2011-01-06 | Move the GEP handling in CodeGenPrepare to OptimizeInst(). | Cameron Zwarich |
| 2011-01-06 | Split the optimizations in CodeGenPrepare that don't manipulate the iterators | Cameron Zwarich |
| 2011-01-06 | Stop reallocating SunkAddrs for each basic block. When we move to an instruction | Cameron Zwarich |
| 2011-01-05 | Add some more statistics to CodeGenPrepare. | Cameron Zwarich |
| 2011-01-05 | Add some stats to CodeGenPrepare to make it easier to speed it up without | Cameron Zwarich |
| 2011-01-04 | Avoid finding loop back edges when we are not splitting critical edges in | Cameron Zwarich |
| 2011-01-03 | Switch a worklist in CodeGenPrepare to SmallVector and increase the inline | Cameron Zwarich |
| 2010-12-23 | It is possible for SimplifyCFG to cause PHI nodes to become redundant too lat... | Owen Anderson |
| 2010-12-19 | revert r122164, I'm going to go with a different approach. | Chris Lattner |
| 2010-12-19 | first step to fixing PR8642: don't fold away empty basic blocks | Chris Lattner |
| 2010-11-27 | Second attempt at fixing the performance regressions introduced | Owen Anderson |
| 2010-11-19 | When folding addressing modes in CodeGenPrepare, attempt to look through PHI ... | Owen Anderson |
| 2010-10-29 | Inline asm multiple alternative constraints development phase 2 - improved ba... | John Thompson |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
| 2010-09-30 | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen |
| 2010-09-27 | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen |
| 2010-09-23 | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng |
| 2010-09-22 | When moving zext/sext to be folded with a load, ignore the issue of whether | Bob Wilson |
| 2010-09-21 | Move a sign-extend or a zero-extend of a load to the same basic block as the | Bob Wilson |
| 2010-09-21 | Clarify a comment. | Bob Wilson |
| 2010-09-16 | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen |
| 2010-09-13 | Remove unused variable. | Eric Christopher |
| 2010-09-13 | Added skeleton for inline asm multiple alternative constraint support. | John Thompson |
| 2010-08-25 | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner |
| 2010-08-17 | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
| 2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
| 2010-06-30 | use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand | Gabor Greif |
| 2010-06-25 | The hasMemory argument is irrelevant to how the argument | Dale Johannesen |
| 2010-06-24 | use ArgOperand API | Gabor Greif |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | reapply r101434 | Gabor Greif |
| 2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
| 2010-04-16 | shift intrinsic operand | Gabor Greif |
| 2010-03-31 | Fix a nasty dangling-pointer heisenbug that could | Dale Johannesen |
| 2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
| 2010-03-12 | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer |
| 2010-03-11 | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer |