| Age | Commit message (Expand) | Author |
| 2010-07-26 | re-commit r109220, the compile error has already been fixed | Gabor Greif |
| 2010-07-23 | Revert 109220. | Eric Christopher |
| 2010-07-23 | Simplifying use_iterators by dereferencing | Gabor Greif |
| 2010-06-10 | Add includes to get ptrdiff_t. This is needed by gcc-4.6 which has | Duncan Sands |
| 2009-08-27 | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif |
| 2009-08-27 | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif |
| 2009-04-30 | Add a comment to refer to the section of the programmer's manual that explain... | Stefanus Du Toit |
| 2009-04-03 | Work around an apparent GCC miscompilation by specializing different, | Chris Lattner |
| 2009-03-31 | teach PointerLikeTypeTraits that all pointers to pointers may only be 4-byte ... | Chris Lattner |
| 2009-03-29 | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable | Chris Lattner |
| 2009-03-12 | Rearrange operands of the BranchInst, to be able to | Gabor Greif |
| 2009-01-05 | eliminate tabs from my previous commit | Gabor Greif |
| 2009-01-05 | Get rid of the tagging functions and use PointerIntPair. | Gabor Greif |
| 2008-10-17 | Add comment on how tagged pointers are | Gabor Greif |
| 2008-10-16 | Introduce a typing refinenement on tagged data | Gabor Greif |
| 2008-10-15 | Fix PR2115 by doxygenating Use more, and make some more methods private. | Chris Lattner |
| 2008-10-13 | remove a deprecated internal interface | Gabor Greif |
| 2008-09-19 | backing out my last commit, it was not intended to go on the trunk | Gabor Greif |
| 2008-09-19 | first shot at removing Use::Val | Gabor Greif |
| 2008-07-27 | Tidy SDNode::use_iterator, and complete the transition to have it | Dan Gohman |
| 2008-05-29 | For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" | Anton Korobeynikov |
| 2008-05-27 | Make Use::init() private, it breaks invariants, clients should assign or use ... | Gabor Greif |
| 2008-05-13 | Merge of r51073-51074 from use-diet branch. | Gabor Greif |
| 2008-05-10 | merge of use-diet branch to trunk | Gabor Greif |
| 2008-04-16 | Fix a copy+paste error in a comment. | Dan Gohman |
| 2008-03-31 | test commit | Torok Edwin |
| 2008-03-25 | Add explicit keywords. | Dan Gohman |
| 2008-03-14 | move the Use destructor where it belongs to | Gabor Greif |
| 2007-12-29 | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner |
| 2007-10-11 | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner |
| 2006-05-08 | Move the definition of value_use_iterator::getOperandNo to User.h where the | Chris Lattner |
| 2006-05-05 | Add a helper method. | Chris Lattner |
| 2006-03-27 | Add some missing template specializations for autodereferencing User. | Chris Lattner |
| 2005-04-21 | Remove trailing whitespace | Misha Brukman |
| 2005-02-01 | Switch from using an ilist for uses to using a custom doubly linked list. | Chris Lattner |
| 2005-01-30 | Improve conformance with the Misha spelling benchmark suite | Chris Lattner |
| 2005-01-29 | Adjust to ilist changes. | Chris Lattner |
| 2005-01-29 | Adjust to User.h changes. | Chris Lattner |
| 2004-10-27 | Convert 'struct' to 'class' in various places to adhere to the coding standards | Chris Lattner |
| 2004-09-01 | Changes For Bug 352 | Reid Spencer |
| 2003-11-16 | Fixes for PR114: Thanks to Reid Spencer! | Chris Lattner |
| 2003-11-14 | This is obviously illegal C++ code, but was apparently accepted by 3.3 | Chris Lattner |
| 2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
| 2003-10-20 | Added LLVM copyright header (for lack of a better term). | John Criswell |
| 2003-10-16 | Completely rewrite support for the Value::use_* list. Now, all operations on | Chris Lattner |