| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Add missing newline to debug statement. | Nick Lewycky | 2010-07-30 | 1 | -1/+1 |
| * | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson | 2010-07-21 | 1 | -1/+1 |
| * | Reorder the contents of various getAnalysisUsage functions, eliminating | Dan Gohman | 2010-07-16 | 1 | -2/+2 |
| * | performance: cache the dereferenced use_iterator | Gabor Greif | 2010-04-14 | 1 | -3/+5 |
| * | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -2/+2 |
| * | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -3/+3 |
| * | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 1 | -4/+0 |
| * | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 1 | -2/+2 |
| * | Make sure the immediate dominator isn't NULL through iterations | Eric Christopher | 2009-12-10 | 1 | -5/+6 |
| * | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky | 2009-11-23 | 1 | -2/+2 |
| * | Enable hoisting of loads from constant memory by default. In cases where | Dan Gohman | 2009-11-19 | 1 | -11/+1 |
| * | Update various Loop optimization passes to cope with the possibility that | Dan Gohman | 2009-11-05 | 1 | -4/+5 |
| * | Use isVoidTy() | Devang Patel | 2009-10-14 | 1 | -3/+3 |
| * | Check void type before using RAUWd. | Devang Patel | 2009-10-13 | 1 | -2/+8 |
| * | Do not check use_empty() before replaceAllUsesWith(). This gives ValueHandles... | Devang Patel | 2009-10-13 | 1 | -4/+4 |
| * | Make licm debug message readable. | Evan Cheng | 2009-10-12 | 1 | -1/+2 |
| * | Remove CleanupDbgInfo, instcombine does this and its not worth duplicating it | Edwin Török | 2009-10-11 | 1 | -35/+0 |
| * | LICM shouldn't sink/delete debug information. Fix this and add a testcase. | Edwin Török | 2009-10-11 | 1 | -1/+39 |
| * | Grab an LLVM Context from an instruction that exists rather than one | Dan Gohman | 2009-09-27 | 1 | -1/+1 |
| * | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -5/+2 |
| * | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -0/+1 |
| * | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -1/+0 |
| * | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -0/+1 |
| * | eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861 | Chris Lattner | 2009-09-02 | 1 | -2/+1 |
| * | eliminate the "Value" printing methods that print to a std::ostream. | Chris Lattner | 2009-08-23 | 1 | -2/+2 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -1/+1 |
| * | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -2/+2 |
| * | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
| * | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -1/+2 |
| * | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+6 |
| * | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -7/+2 |
| * | Revert yesterday's change by removing the LLVMContext parameter to AllocaInst... | Owen Anderson | 2009-07-15 | 1 | -3/+2 |
| * | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+3 |
| * | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson | 2009-07-09 | 1 | -1/+1 |
| * | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 1 | -2/+2 |
| * | Second batch of passes using LLVMContext. | Owen Anderson | 2009-07-03 | 1 | -2/+3 |
| * | Revert r67798: it breaks llvm-gcc bootstrap on x86-64-linux, presumably due to | Duncan Sands | 2009-03-27 | 1 | -1/+0 |
| * | While hoisting an instruction, update alias info set tracker. | Devang Patel | 2009-03-26 | 1 | -0/+1 |
| * | reimplement AliasSetTracker in terms of DenseMap instead of hash_map, | Chris Lattner | 2009-03-09 | 1 | -7/+7 |
| * | This code doesn't actually use the ExitingBlocks list. | Dan Gohman | 2009-02-12 | 1 | -3/+0 |
| * | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar | 2008-10-22 | 1 | -1/+1 |
| * | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman | 2008-09-04 | 1 | -1/+1 |
| * | Put the LICM of constant GlobalVariables, introduced in r53945, under a | Dan Gohman | 2008-07-24 | 1 | -1/+11 |
| * | "Allow LICM to sink or lift loads from constant memory. Also add a test | Chris Lattner | 2008-07-23 | 1 | -0/+5 |
| * | Use Loop::block_iterator. | Dan Gohman | 2008-06-22 | 1 | -9/+10 |
| * | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman | 2008-05-23 | 1 | -7/+3 |
| * | rewrite the validity checking for memory promotion to be simpler, | Chris Lattner | 2008-05-22 | 1 | -49/+52 |