| Age | Commit message (Expand) | Author |
| 2009-10-27 | Factor out redundancy from clone() implementations. | Devang Patel |
| 2009-09-27 | Instruction::clone does not need to take an LLVMContext&. Remove that and | Nick Lewycky |
| 2009-08-25 | Rename Instruction::isIdenticalTo to Instruction::isIdenticalToWhenDefined, | Dan Gohman |
| 2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
| 2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
| 2009-07-17 | Documentation clarifications for isSafeToSpeculativelyExecute. | Eli Friedman |
| 2009-07-17 | Replace isTrapping with a new, similar method called | Eli Friedman |
| 2009-07-09 | This started as a small change, I swear. Unfortunately, lots of things call ... | Owen Anderson |
| 2009-05-06 | Allow readonly functions to unwind exceptions. Teach | Duncan Sands |
| 2009-03-29 | Updated the comment for isArithmeticShift() to match reality. | Misha Brukman |
| 2009-03-29 | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable | Chris Lattner |
| 2009-01-13 | add a new insertAfter method, patch by Tom Jablin! | Chris Lattner |
| 2008-11-27 | improve const correctness. | Chris Lattner |
| 2008-10-15 | Correct the name of isTrapping in comments. | Dan Gohman |
| 2008-08-23 | Switch the asmprinter (.ll) and all the stuff it requires over to | Chris Lattner |
| 2008-07-28 | Fold the useful features of alist and alist_node into ilist, and | Dan Gohman |
| 2008-06-17 | Add an insertBefore method for attaching previously unattached instructions, | Owen Anderson |
| 2008-05-10 | merge of use-diet branch to trunk | Gabor Greif |
| 2008-05-08 | add a new Instruction::mayReadFromMemory predicate, make | Chris Lattner |
| 2008-04-20 | add a handy helper method to instruction, useful for determining | Chris Lattner |
| 2008-04-09 | Add const qualifiers. | Dan Gohman |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-12-10 | split isBinaryOp into a static and member version. | Chris Lattner |
| 2007-12-10 | Reverting dtor devirtualization patch. | Gordon Henriksen |
| 2007-12-09 | Devirtualizing Value destructor (PR889). Patch by Pawel Kunio! | Gordon Henriksen |
| 2007-04-17 | Instruction:: Next/Prev accessors are now private | Chris Lattner |
| 2007-04-17 | Refactor SymbolTableListTraits to only have a single pointer in it, instead | Chris Lattner |
| 2007-04-13 | Rename Value::getValueType to getValueID, to avoid confusion with | Dan Gohman |
| 2007-02-24 | Refactor the setName stuff, moving it down the inheritance hierarchy, to | Chris Lattner |
| 2007-02-15 | make mayWriteToMemory a non-virtual function | Chris Lattner |
| 2007-02-13 | Switch UnaryOperators to default to passing names up by const char* when poss... | Chris Lattner |
| 2007-02-02 | Changes to support making the shift instructions be true BinaryOperators. | Reid Spencer |
| 2007-01-04 | Now that setcondinst has been eliminated, we can mark Value::SubclassID | Chris Lattner |
| 2006-12-23 | For PR950: | Reid Spencer |
| 2006-12-17 | Added an automatic cast to "std::ostream*" etc. from OStream. We then can | Bill Wendling |
| 2006-11-27 | For PR950: | Reid Spencer |
| 2006-09-30 | Override use_back in instruction/basicblock to provide more type information. | Chris Lattner |
| 2006-09-17 | Add new SetCondInst::isRelational/isEquality methods. Rename | Chris Lattner |
| 2006-06-21 | Add some out-of-line virtual dtors so that the class has a "home", preventing | Chris Lattner |
| 2006-05-09 | This method doesn't need to be virtual, thanks to Reid for pointing this out. | Chris Lattner |
| 2005-12-17 | Fix VC++ level 4 warnings. Because a base class has declared these private, ... | Jeff Cohen |
| 2005-10-25 | Remove some dead argument names which irritates GCC at certain warning levels. | Chris Lattner |
| 2005-08-08 | add a new helper method | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-03-07 | Fix problems compiling with G++ 4.x.x with -pedantic. Thanks to | Chris Lattner |
| 2005-03-05 | remove all of the various setName implementations, consolidating them into | Chris Lattner |
| 2005-03-05 | Remove the second argument to Value::setName, it is never needed. | Chris Lattner |
| 2005-01-29 | Adjust to changes in the User class. | Chris Lattner |
| 2004-11-30 | Add method | Chris Lattner |
| 2004-10-11 | Add long overdue methods | Chris Lattner |