| Commit message (Expand) | Author | Age | Files | Lines |
* | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky | 2009-11-23 | 1 | -2/+0 |
* | Make EliminateDuplicatePHINodes() available as a utility function | Jim Grosbach | 2009-11-19 | 1 | -1/+8 |
* | Implement support to debug inlined functions. | Devang Patel | 2009-11-10 | 1 | -1/+3 |
* | move some generally useful functions out of jump threading | Chris Lattner | 2009-11-10 | 1 | -0/+15 |
* | refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG. | Chris Lattner | 2009-11-10 | 1 | -1/+8 |
* | Make a few more LLVM headers parsable as standalone headers. | Douglas Gregor | 2009-11-05 | 1 | -0/+1 |
* | Improve the other instance of the comment. | Duncan Sands | 2009-11-01 | 1 | -1/+1 |
* | update the comment above llvm::SplitCriticalEdge, and make | Chris Lattner | 2009-10-31 | 1 | -3/+9 |
* | Revert r85667. LoopUnroll currently can't call utility functions which | Dan Gohman | 2009-10-31 | 1 | -5/+3 |
* | Merge the enhancements from LoopUnroll's FoldBlockIntoPredecessor into | Dan Gohman | 2009-10-31 | 1 | -3/+5 |
* | MapValue doesn't needs its LLVMContext argument. | Dan Gohman | 2009-10-24 | 1 | -2/+1 |
* | Add an explicit keyword. | Dan Gohman | 2009-10-24 | 1 | -1/+1 |
* | Strip trailing white space. | Duncan Sands | 2009-10-16 | 1 | -10/+10 |
* | Move the InlineCost code from Transforms/Utils to Analysis. | Dan Gohman | 2009-10-13 | 2 | -173/+1 |
* | Start refactoring the inline cost estimation code so that it can be used | Dan Gohman | 2009-10-13 | 1 | -8/+16 |
* | add a simple helper method. | Chris Lattner | 2009-10-10 | 1 | -0/+4 |
* | add ability for clients of SSAUpdater to find out about the | Chris Lattner | 2009-10-10 | 1 | -1/+10 |
* | add the ability to get a rewritten value from the middle of a block, | Chris Lattner | 2009-10-10 | 1 | -3/+27 |
* | rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect | Chris Lattner | 2009-10-10 | 1 | -4/+4 |
* | Implement an efficient and fully general SSA update mechanism that | Chris Lattner | 2009-10-10 | 1 | -0/+71 |
* | Use names instead of numbers for some of the magic | Dale Johannesen | 2009-10-09 | 1 | -0/+8 |
* | Do away with the strange use of BitVectors in SSI, and just use normal sets. ... | Owen Anderson | 2009-10-04 | 1 | -19/+11 |
* | Preserve ProfileInfo during CodeGenPrepare. | Andreas Neustifter | 2009-09-16 | 1 | -1/+1 |
* | Correctly handle the case where a comparison is created in one BasicBlock and | Nick Lewycky | 2009-09-10 | 1 | -2/+1 |
* | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman | 2009-09-08 | 1 | -8/+13 |
* | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng | 2009-09-06 | 1 | -13/+8 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 1 | -8/+13 |
* | reduce header #include'age | Chris Lattner | 2009-08-27 | 1 | -1/+2 |
* | enhance InlineFunction to be able to optionally return | Chris Lattner | 2009-08-27 | 1 | -3/+10 |
* | smallvectorize the list of returns built by CloneAndPruneFunctionInto. | Chris Lattner | 2009-08-27 | 1 | -3/+3 |
* | remove CloneTrace, which appears to be dead since 2004. | Chris Lattner | 2009-08-27 | 1 | -17/+3 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 4 | -4/+4 |
* | Factor some of the constants+context related code out into a separate header,... | Owen Anderson | 2009-08-04 | 4 | -4/+4 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 1 | -4/+4 |
* | Remove a comment that was copy+pasted from the wrong place, | Torok Edwin | 2009-07-22 | 1 | -1/+0 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 2 | -2/+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/+5 |
* | Forward-declare Loop and LoopInfo instead of #including LoopInfo.h. | Dan Gohman | 2009-07-13 | 2 | -3/+3 |
* | Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs, | Dan Gohman | 2009-07-13 | 1 | -2/+1 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 2 | -2/+2 |
* | More LLVMContext-ification. | Owen Anderson | 2009-07-05 | 2 | -1/+4 |
* | Add Static Single Information construction pass written by André Tavares! | Nick Lewycky | 2009-07-03 | 1 | -0/+102 |
* | Add a pointer to the owning LLVMContext to Module. This requires threading L... | Owen Anderson | 2009-07-01 | 1 | -0/+1 |
* | Teach LoopSimplify how to merge multiple loop exits into a single exit, | Dan Gohman | 2009-06-27 | 1 | -0/+7 |
* | Remove unused routines. | Devang Patel | 2009-06-26 | 1 | -7/+0 |
* | Generalize instcombine's isSafeToLoadUnconditionally() function | Chris Lattner | 2009-06-16 | 1 | -0/+10 |
* | Re-apply 70645, converting ScalarEvolution to use | Dan Gohman | 2009-05-04 | 2 | -29/+4 |
* | Restore minor deletion. | Mike Stump | 2009-05-04 | 1 | -1/+8 |
* | Revert r70645 for now; it's causing a variety of regressions. | Dan Gohman | 2009-05-03 | 2 | -4/+29 |