aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Declare a function in the correct namespace.Reid Spencer2004-10-181-1/+1
* Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.Reid Spencer2004-10-171-0/+6
* Add support for the unreachable instructionChris Lattner2004-10-162-3/+5
* Add new UndefValueVal typeChris Lattner2004-10-161-4/+6
* Add new UnreachableInst classChris Lattner2004-10-161-0/+37
* Add new unreachable instructionChris Lattner2004-10-161-44/+45
* Add new UndefValue classChris Lattner2004-10-161-0/+31
* UndefValue's are constantsChris Lattner2004-10-161-1/+2
* Move the implementation of the clone method for these classes toChris Lattner2004-10-152-25/+19
* Allow machine operands to represent global variables with offsets. This isChris Lattner2004-10-152-21/+44
* Convert tabs to spacesMisha Brukman2004-10-141-2/+2
* Make sure any client of Dominators.h links in Dominators.cppChris Lattner2004-10-141-0/+6
* Remove unneeded typedef, patch by Morten OfstadChris Lattner2004-10-141-2/+0
* Use explicit std:: qualification to avoid relying on Koenig lookup, whichChris Lattner2004-10-131-1/+1
* Get rid of template templates that were preventing VC from compiling theChris Lattner2004-10-131-18/+18
* Update doco, make doxygen more, use standard dividers.Chris Lattner2004-10-131-19/+23
* Fix file comment headerMisha Brukman2004-10-121-1/+1
* On second thought, OpaqueType is not really a good first-class type.Misha Brukman2004-10-121-5/+2
* Add commentChris Lattner2004-10-121-0/+2
* Opaque types are considered to be first-class.Misha Brukman2004-10-121-1/+3
* Add std:: prefix for compilers without correct koenig lookup implemented.Chris Lattner2004-10-121-2/+2
* Right, calls have Operand#0 == the called function, don't forget this.Chris Lattner2004-10-121-12/+12
* New header. Classes can be added as needed.Chris Lattner2004-10-121-0/+198
* Allow creation of GEP constantexprs with a vector of value* operands asChris Lattner2004-10-111-2/+5
* Add long overdue methodsChris Lattner2004-10-114-2/+45
* Get friendly with TypeChris Lattner2004-10-071-0/+1
* Change signature of this method againChris Lattner2004-10-071-1/+1
* Rename passChris Lattner2004-10-071-3/+3
* Undoxyfy internal method.Misha Brukman2004-10-061-3/+2
* Doxygen-ify commentsMisha Brukman2004-10-061-2/+3
* Rename method, change comment, add argumentChris Lattner2004-10-061-3/+3
* Fix #include flavorChris Lattner2004-10-045-5/+5
* Add HAVE_BZIP2 and HAVE_ZLIBReid Spencer2004-10-041-0/+6
* Add a context for the callback so different compression scenarios can beReid Spencer2004-10-041-9/+11
* Minor corrections suggested by Chris' ever-watchful eye.Reid Spencer2004-10-041-9/+4
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-041-0/+160
* First version of a support utility to provide generalized compression inReid Spencer2004-10-041-0/+99
* Add const version of getLastBlock() member function.Alkis Evlogimenos2004-09-301-0/+3
* Remove whitespace from the end of the line.Alkis Evlogimenos2004-09-302-4/+4
* Add accessor function prototypes for reoptimizer support passes.Brian Gaeke2004-09-301-3/+18
* * Wrap some comments to 80 colsChris Lattner2004-09-301-1/+6
* Be consistent with our namingChris Lattner2004-09-281-2/+2
* Capture information about whether the target instructions have delay slotsChris Lattner2004-09-281-0/+9
* Add includes and use std:: for standard library calls to make codeAlkis Evlogimenos2004-09-281-2/+2
* Use class instead of struct for defining classes. This unbreaks theAlkis Evlogimenos2004-09-283-3/+6
* Clean up the interface of TimeValue:Reid Spencer2004-09-251-207/+171
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-241-0/+391
* Updated the last two header files so that they are configured withJohn Criswell2004-09-244-6/+44
* Modified hash_map and hash_set configuration so that they are notJohn Criswell2004-09-242-6/+14
* Configure Datatypes.h.in with AC_CONFIG_HEADERS. This should prevent itJohn Criswell2004-09-241-3/+15