| Commit message (Expand) | Author | Age | Files | Lines |
* | typoes | Gabor Greif | 2010-09-10 | 1 | -1/+1 |
* | fit in 80 cols | Chris Lattner | 2010-08-18 | 1 | -2/+3 |
* | Use the getUniquePredecessor() utility function, instead of doing | Dan Gohman | 2010-08-17 | 1 | -15/+5 |
* | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman | 2010-05-28 | 1 | -118/+0 |
* | Code clean up. | Evan Cheng | 2010-04-05 | 1 | -12/+10 |
* | Rename SuccessorNumber to GetSuccessorNumber. | Bob Wilson | 2010-02-16 | 1 | -5/+6 |
* | Refactor to share code to find the position of a basic block successor in the | Bob Wilson | 2010-02-16 | 1 | -11/+17 |
* | No need to look through bitcasts for DbgInfoIntrinsic | Victor Hernandez | 2010-01-21 | 1 | -5/+0 |
* | Make RecursivelyDeleteTriviallyDeadInstructions, | Dan Gohman | 2010-01-05 | 1 | -2/+5 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 1 | -13/+0 |
* | Remove unnecessary #include "llvm/LLVMContext.h". | Nick Lewycky | 2009-12-08 | 1 | -1/+0 |
* | Add an assertion to catch indirectbr in SplitBlockPredecessors. This | Dan Gohman | 2009-11-05 | 1 | -2/+6 |
* | change llvm::MergeBlockIntoPredecessor to not merge two blocks BB1->BB2 | Chris Lattner | 2009-11-01 | 1 | -3/+7 |
* | llvm::SplitEdge should refuse to split an edge from an indirectbr. | Chris Lattner | 2009-10-31 | 1 | -0/+2 |
* | Revert r85667. LoopUnroll currently can't call utility functions which | Dan Gohman | 2009-10-31 | 1 | -23/+47 |
* | Remove redundant code. | Dan Gohman | 2009-10-31 | 1 | -3/+0 |
* | Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into | Dan Gohman | 2009-10-31 | 1 | -47/+23 |
* | Factor out redundancy from clone() implementations. | Devang Patel | 2009-10-27 | 1 | -1/+1 |
* | Fix SplitBlockPredecessors' LoopInfo updating code to handle the case | Dan Gohman | 2009-10-19 | 1 | -8/+20 |
* | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky | 2009-09-27 | 1 | -1/+1 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -23/+69 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -69/+23 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -23/+69 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -7/+4 |
* | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman | 2009-08-25 | 1 | -2/+6 |
* | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -4/+4 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 1 | -2/+1 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 1 | -4/+3 |
* | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
* | AliasAnalysis wants sizes in address-units, not bits. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -5/+5 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -1/+1 |
* | Convert more assert(0)+abort() -> LLVM_UNREACHABLE, | Torok Edwin | 2009-07-11 | 1 | -2/+2 |
* | 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 | -4/+7 |
* | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 1 | -4/+3 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -0/+50 |
* | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 1 | -3/+4 |
* | Convert ScalarEvolution to use CallbackVH for its internal map. This | Dan Gohman | 2009-05-02 | 1 | -4/+3 |
* | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman | 2009-05-02 | 1 | -0/+20 |
* | Skip ptr-to-ptr bitcasts when counting in another case. | Dale Johannesen | 2009-03-04 | 1 | -4/+4 |
* | Instruction counters must skip the bitcasts that | Dale Johannesen | 2009-03-03 | 1 | -0/+6 |
* | When removing a store to an alloca that has only one | Dale Johannesen | 2009-03-03 | 1 | -2/+1 |
* | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman | 2009-03-03 | 1 | -2/+2 |
* | When sinking an insn in InstCombine bring its debug | Dale Johannesen | 2009-03-03 | 1 | -2/+25 |
* | While folding unconditional return move DbgRegionEndInst into the predecessor... | Devang Patel | 2009-02-24 | 1 | -22/+2 |
* | If llvm.dbg.region.end is disappearing then remove corresponding llvm.dbg.fun... | Devang Patel | 2009-02-11 | 1 | -2/+22 |
* | Rename getAnalysisToUpdate to getAnalysisIfAvailable. | Duncan Sands | 2009-01-28 | 1 | -7/+7 |
* | Factor some code into a new FoldSingleEntryPHINodes method. | Chris Lattner | 2008-12-03 | 1 | -0/+18 |