aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Use.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Switch from using an ilist for uses to using a custom doubly linked list.Chris Lattner2005-02-011-80/+50
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-301-3/+3
* Adjust to ilist changes.Chris Lattner2005-01-291-13/+25
* Adjust to User.h changes.Chris Lattner2005-01-291-2/+9
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-2/+2
* This is obviously illegal C++ code, but was apparently accepted by 3.3Chris Lattner2003-11-141-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+7
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Completely rewrite support for the Value::use_* list. Now, all operations onChris Lattner2003-10-161-0/+146