| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | remove some llvmcontext arguments that are now dead post-refactoring. | Chris Lattner | 2010-08-25 | 1 | -2/+2 |
| * | Add an option to disable codegen prepare critical edge splitting. In theory, ... | Evan Cheng | 2010-08-17 | 1 | -6/+14 |
| * | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Revert r110396 to fix buildbots. | Owen Anderson | 2010-08-06 | 1 | -1/+1 |
| * | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson | 2010-08-05 | 1 | -1/+1 |
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -2/+2 |
| * | eliminate CallInst::ArgOffset | Gabor Greif | 2010-07-16 | 1 | -3/+3 |
| * | use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand | Gabor Greif | 2010-06-30 | 1 | -1/+2 |
| * | The hasMemory argument is irrelevant to how the argument | Dale Johannesen | 2010-06-25 | 1 | -2/+1 |
| * | use ArgOperand API | Gabor Greif | 2010-06-24 | 1 | -1/+1 |
| * | Revert 101465, it broke internal OpenGL testing. | Eric Christopher | 2010-04-16 | 1 | -1/+1 |
| * | reapply r101434 | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
| * | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
| * | shift intrinsic operand | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
| * | Fix a nasty dangling-pointer heisenbug that could | Dale Johannesen | 2010-03-31 | 1 | -1/+5 |
| * | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif | 2010-03-25 | 1 | -1/+1 |
| * | Factor checked library call optimization into a common helper class and use it | Benjamin Kramer | 2010-03-12 | 1 | -96/+19 |
| * | stpcpy is so similar to strcpy, it doesn't deserve a complete copy of the __s... | Benjamin Kramer | 2010-03-11 | 1 | -15/+3 |
| * | Lower stpcpy_chk when possible. | Eric Christopher | 2010-03-11 | 1 | -6/+9 |
| * | Do some final lowering in CodeGenPrepare of _chk calls similar to | Eric Christopher | 2010-03-11 | 1 | -0/+134 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -2/+2 |
| * | remove dead code. | Chris Lattner | 2010-02-13 | 1 | -46/+7 |
| * | Split some code out to a helper function (FindReusablePredBB) | Chris Lattner | 2010-02-13 | 1 | -50/+72 |
| * | speed up CGP a bit by scanning predecessors through phi operands | Chris Lattner | 2010-02-13 | 1 | -22/+22 |
| * | Implement releaseMemory in CodeGenPrepare and free the BackEdges | Dan Gohman | 2010-02-05 | 1 | -0/+4 |
| * | When doing address-mode sinking, expand the base register first, rather | Dan Gohman | 2010-01-19 | 1 | -12/+17 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -6/+6 |
| * | Revert 91280-91283, 91286-91289, 91291, 91293, 91295-91296. It apparently int... | Evan Cheng | 2009-12-17 | 1 | -8/+8 |
| * | Remove unnecessary #include "llvm/LLVMContext.h". | Nick Lewycky | 2009-12-08 | 1 | -1/+0 |
| * | Fix a comment typo. | Bob Wilson | 2009-12-03 | 1 | -1/+1 |
| * | llvm::SplitEdge should refuse to split an edge from an indirectbr. | Chris Lattner | 2009-10-31 | 1 | -1/+2 |
| * | Move zext and sext casts fed by loads into the same block as the | Dan Gohman | 2009-10-16 | 1 | -1/+41 |
| * | Preserve ProfileInfo during CodeGenPrepare. | Andreas Neustifter | 2009-09-16 | 1 | -1/+15 |
| * | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -2/+1 |