aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* This file uses the Value class without a forward declChris Lattner2004-07-081-0/+1
* Add viewCFG() and viewCFGOnly() APIs.Alkis Evlogimenos2004-07-081-0/+66
* Headers movedChris Lattner2004-07-071-2/+2
* All of these now live in the DataStructure directoryChris Lattner2004-07-075-1632/+0
* Move DSA headers into Analysis/DataStructure to make it more obviousChris Lattner2004-07-073-3/+3
* As much as I hate to say it, the whole setNode interface for DSNodeHandlesChris Lattner2004-07-074-34/+36
* Remove definition and use of OtherVal enumerator. This just fixes a thinko.Reid Spencer2004-07-061-1/+0
* Move SlotCalculator.h to lib/Bytecode/Writer since that is the only placeReid Spencer2004-07-041-141/+0
* Make all the virtual function (except destructor) inline so there areReid Spencer2004-07-041-41/+41
* Add a new, compatible, interface function for writing types as operands.Reid Spencer2004-07-041-0/+3
* Added #include <iostream> since this header is no longer picked up fromReid Spencer2004-07-041-0/+1
* - Remove enumerator TypeVal since Values can't be types any moreReid Spencer2004-07-041-5/+1
* There is no longer a "Type" primitive type because Values and Types areReid Spencer2004-07-041-1/+0
* Constify usage of Type* on the interface to ensure SymbolTable doesn'tReid Spencer2004-07-041-9/+6
* Remove all of the classof(const Value*) methods of the derived types sinceReid Spencer2004-07-041-36/+2
* Make Type have no base classes. Previously it inherited Value. AlsoReid Spencer2004-07-041-15/+17
* Add more operators.Alkis Evlogimenos2004-07-042-0/+4
* Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner2004-07-021-2/+7
* Since we are in the department of redundancy department, at least be correctChris Lattner2004-07-021-1/+1
* Add a new pass for code generators to useChris Lattner2004-07-021-1/+9
* * Doxygenify commentsMisha Brukman2004-07-011-11/+13
* Move init methods out of line to enable better assertions, contributedChris Lattner2004-07-011-14/+4