aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fill comment to 80 colsChris Lattner2004-07-191-11/+7
* inline classof implementations, eliminate use of virtual methods.Chris Lattner2004-07-191-41/+33
* eliminate isConstantExpr, changes to isa<Constant> implementationChris Lattner2004-07-191-7/+4
* Add new enum entries for ConstantAggregateZeroVal/ConstantExprVal andChris Lattner2004-07-191-8/+12
* Change method to return void. Inline dtorChris Lattner2004-07-191-5/+7
* Remove dead fileChris Lattner2004-07-181-298/+0
* Add a missing space to align comments.Reid Spencer2004-07-181-1/+1
* Fix typeos in comments.Reid Spencer2004-07-181-2/+2
* bug 122:Reid Spencer2004-07-171-7/+9
* bug 122:Reid Spencer2004-07-171-1/+4
* bug 122:Reid Spencer2004-07-171-2/+1
* Fix a comment.Reid Spencer2004-07-171-3/+2
* bug 122:Reid Spencer2004-07-171-1/+0
* bug 122:Reid Spencer2004-07-171-0/+5
* bug 122:Reid Spencer2004-07-171-4/+18
* ****** ABOLISH ConstantPointerRef *****Reid Spencer2004-07-171-38/+0
* Extend constructor so that it can support GlobalValue's (with names).Reid Spencer2004-07-171-9/+7
* Constant value not needed after CPR's disappear.Reid Spencer2004-07-171-2/+1
* Added a README to point users to the documentation on the design of thisReid Spencer2004-07-171-0/+14
* link.h causes problems on some platforms and is not needed on solaris, whereChris Lattner2004-07-172-18/+0
* Remove dead fileChris Lattner2004-07-171-23/+0
* Add convinience constructor for function calls with two args.Alkis Evlogimenos2004-07-161-1/+7
* Add a new macro to be used for the end of enum lists.Chris Lattner2004-07-162-0/+2
* Give SetVector range supportChris Lattner2004-07-152-2/+34
* Final fix for PR341: eliminate operator<<(ostream, Value*). Clients shouldChris Lattner2004-07-152-9/+0
* Fixes for PR341Chris Lattner2004-07-151-11/+3
* Fix for PR341Chris Lattner2004-07-151-1/+1
* Yeah, how about those 'primative' types huh?Chris Lattner2004-07-151-1/+1
* Make PATypeHolder and friends return non-const pointers to the types theyChris Lattner2004-07-142-11/+11
* * Change code to use a static_cast instead of reinterpret_castChris Lattner2004-07-141-2/+17
* Add a helper method. The StructType element is completely redundant in mostChris Lattner2004-07-121-0/+3
* Add a missing #includeChris Lattner2004-07-121-0/+1
* Fix warning compiling with VC++Chris Lattner2004-07-122-4/+4
* Implement a new method useful for things like the inlinerChris Lattner2004-07-121-0/+10
* Add a new listener class for things that want to be informed about newChris Lattner2004-07-111-6/+21
* Delete the allocate*TargetMachine functions. Move options to a header fileChris Lattner2004-07-112-62/+30
* Add a new TargetNameParser class, which is useful for parsing options.Chris Lattner2004-07-111-4/+36
* Provide better support for pointer-valued command line argumentsChris Lattner2004-07-112-0/+6
* First cut at TargetMachineRegistry and RegisterTarget classesChris Lattner2004-07-111-0/+76
* Add two new "virtual static" methods to the TargetMachine classChris Lattner2004-07-111-0/+14
* Add a new headerChris Lattner2004-07-112-0/+70
* Removed unneeded forward declChris Lattner2004-07-091-1/+0
* Remove unused methodChris Lattner2004-07-091-5/+0
* Eliminate the UID field in the Type class, bringing it down to 28 bytes.Chris Lattner2004-07-081-11/+1
* Add a new methodChris Lattner2004-07-081-0/+8
* Get rid of some cruft in the insert method.Reid Spencer2004-07-082-6/+6
* First version of a vector with uniqueness constraints (or a set withReid Spencer2004-07-082-0/+216
* Fix spelling of `equivalent'Misha Brukman2004-07-081-1/+1
* isSigned/isUnsigned/isInteger methods do not need to be virtualChris Lattner2004-07-081-7/+11
* Update comment.Chris Lattner2004-07-081-4/+4