| Age | Commit message (Expand) | Author |
| 2010-01-21 | unbreak the build, apparently without this transformutils starts depending on... | Chris Lattner |
| 2010-01-21 | tidy up | Chris Lattner |
| 2010-01-21 | Don't need to include IntrinsicInst.h any more | Victor Hernandez |
| 2010-01-21 | No need to map NULL operands of metadata | Victor Hernandez |
| 2010-01-20 | Switch Elts from vector to SmallVector | Victor Hernandez |
| 2010-01-20 | Map operands of all function-local metadata, not just metadata passed to llvm... | Victor Hernandez |
| 2010-01-18 | While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, | Devang Patel |
| 2010-01-15 | Fix a comment typo. | Bob Wilson |
| 2010-01-12 | add a helper function. | Chris Lattner |
| 2010-01-10 | Fix nondeterministic behavior. | Julien Lerouge |
| 2010-01-09 | Fix nondeterministic behavior. | Julien Lerouge |
| 2010-01-05 | Convert a ton of simple integer type equality tests to the new predicate. | Benjamin Kramer |
| 2010-01-05 | Nick Lewycky pointed out that this code makes changes unconditionally. | Dan Gohman |
| 2010-01-05 | Use do+while instead of while for loops which obviously have a | Dan Gohman |
| 2010-01-05 | Make RecursivelyDeleteTriviallyDeadInstructions, | Dan Gohman |
| 2010-01-05 | Avoid going through the LLVMContext for type equality where it's safe to dere... | Benjamin Kramer |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2010-01-05 | Remove dead debug info intrinsics. | Devang Patel |
| 2009-12-31 | fix Analysis/DebugInfo.h to not include Metadata.h. Do this | Chris Lattner |
| 2009-12-31 | rename "elements" of metadata to "operands". "Elements" are | Chris Lattner |
| 2009-12-29 | Use an array instead of a SmallVector. | Benjamin Kramer |
| 2009-12-29 | prune #includes. | Chris Lattner |
| 2009-12-29 | Final step in the metadata API restructuring: move the | Chris Lattner |
| 2009-12-29 | remove useless argument. | Chris Lattner |
| 2009-12-28 | This is a major cleanup of the instruction metadata interfaces that | Chris Lattner |
| 2009-12-28 | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner |
| 2009-12-21 | improve indentation avoid a pointless conversion from weakvh to trackingvh, | Chris Lattner |
| 2009-12-21 | revert r89298, which was committed without a testcase. I think | Chris Lattner |
| 2009-12-21 | fix PR5837 by having SSAUpdate reuse phi nodes for the | Chris Lattner |
| 2009-12-18 | Add Loop contains utility methods for testing whether a loop | Dan Gohman |
| 2009-12-18 | Update a comment. | Dan Gohman |
| 2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
| 2009-12-13 | Don't leave pointers uninitialized in the default constructor. GCC complains | Chandler Carruth |
| 2009-12-08 | Remove unnecessary #include "llvm/LLVMContext.h". | Nick Lewycky |
| 2009-12-04 | add an assert to make it really clear what this is doing. Return singularval as | Chris Lattner |
| 2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
| 2009-12-02 | Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp | Jim Grosbach |
| 2009-11-23 | Pull LLVMContext out of PromoteMemToReg. | Nick Lewycky |
| 2009-11-20 | Make Loop::getLoopLatch() work on loops which don't have preheaders, as | Dan Gohman |
| 2009-11-19 | Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro... | Jim Grosbach |
| 2009-11-19 | Make EliminateDuplicatePHINodes() available as a utility function | Jim Grosbach |
| 2009-11-12 | Add the braces gcc suggested. | Daniel Dunbar |
| 2009-11-11 | Don't trivially delete unused calls to llvm.invariant.start. This allows | Duncan Sands |