| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, | Devang Patel | 2010-01-18 | 1 | -0/+18 |
* | Fix a comment typo. | Bob Wilson | 2010-01-15 | 1 | -1/+1 |
* | add a helper function. | Chris Lattner | 2010-01-12 | 1 | -0/+24 |
* | Fix nondeterministic behavior. | Julien Lerouge | 2010-01-10 | 1 | -9/+3 |
* | Fix nondeterministic behavior. | Julien Lerouge | 2010-01-09 | 1 | -6/+7 |
* | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer | 2010-01-05 | 1 | -1/+1 |
* | Nick Lewycky pointed out that this code makes changes unconditionally. | Dan Gohman | 2010-01-05 | 1 | -1/+2 |
* | Use do+while instead of while for loops which obviously have a | Dan Gohman | 2010-01-05 | 3 | -6/+6 |
* | Make RecursivelyDeleteTriviallyDeadInstructions, | Dan Gohman | 2010-01-05 | 2 | -9/+17 |
* | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer | 2010-01-05 | 7 | -8/+8 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -4/+4 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+3 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -13/+13 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -2/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -5/+5 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -7/+7 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -11/+11 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -5/+5 |
* | Remove dead debug info intrinsics. | Devang Patel | 2010-01-05 | 4 | -80/+1 |
* | fix Analysis/DebugInfo.h to not include Metadata.h. Do this | Chris Lattner | 2009-12-31 | 1 | -0/+1 |
* | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner | 2009-12-31 | 1 | -3/+3 |
* | Use an array instead of a SmallVector. | Benjamin Kramer | 2009-12-29 | 1 | -7/+7 |
* | prune #includes. | Chris Lattner | 2009-12-29 | 1 | -2/+2 |
* | Final step in the metadata API restructuring: move the | Chris Lattner | 2009-12-29 | 1 | -2/+1 |
* | remove useless argument. | Chris Lattner | 2009-12-29 | 1 | -8/+7 |
* | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner | 2009-12-28 | 1 | -7/+13 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -1/+1 |
* | improve indentation avoid a pointless conversion from weakvh to trackingvh, | Chris Lattner | 2009-12-21 | 1 | -3/+3 |
* | revert r89298, which was committed without a testcase. I think | Chris Lattner | 2009-12-21 | 1 | -6/+0 |
* | fix PR5837 by having SSAUpdate reuse phi nodes for the | Chris Lattner | 2009-12-21 | 1 | -1/+23 |
* | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 2 | -6/+6 |
* | Update a comment. | Dan Gohman | 2009-12-18 | 1 | -1/+1 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+0 |
* | Don't leave pointers uninitialized in the default constructor. GCC complains | Chandler Carruth | 2009-12-13 | 1 | -1/+1 |
* | Remove unnecessary #include "llvm/LLVMContext.h". | Nick Lewycky | 2009-12-08 | 1 | -1/+0 |
* | add an assert to make it really clear what this is doing. Return singularval as | Chris Lattner | 2009-12-04 | 1 | -1/+5 |
* | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
* | Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp | Jim Grosbach | 2009-12-02 | 2 | -63/+62 |
* | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky | 2009-11-23 | 2 | -9/+5 |
* | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman | 2009-11-20 | 1 | -1/+6 |
* | Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro... | Jim Grosbach | 2009-11-19 | 1 | -0/+6 |
* | Make EliminateDuplicatePHINodes() available as a utility function | Jim Grosbach | 2009-11-19 | 1 | -1/+1 |
* | Add the braces gcc suggested. | Daniel Dunbar | 2009-11-12 | 1 | -5/+8 |
* | Don't trivially delete unused calls to llvm.invariant.start. This allows | Duncan Sands | 2009-11-11 | 1 | -0/+3 |
* | Implement support to debug inlined functions. | Devang Patel | 2009-11-10 | 2 | -4/+57 |
* | move some generally useful functions out of jump threading | Chris Lattner | 2009-11-10 | 1 | -2/+47 |
* | refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG. | Chris Lattner | 2009-11-10 | 2 | -164/+173 |
* | fix ConstantFoldCompareInstOperands to take the LHS/RHS as | Chris Lattner | 2009-11-09 | 1 | -2/+2 |
* | Fix a comment in a typo that Duncan noticed. | Dan Gohman | 2009-11-09 | 1 | -1/+1 |
* | Generalize LCSSA to handle loops with exits with predecessors outside | Dan Gohman | 2009-11-09 | 1 | -2/+14 |