aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Handle cast float-to-float or cast double-to-double.Vikram S. Adve2001-09-091-4/+17
* Fix build breakage. :(Chris Lattner2001-09-091-3/+3
* I really don't like it when people break the build.Chris Lattner2001-09-092-2/+2
* Committed for compliation. Not yet final.Ruchira Sasanka2001-09-088-0/+634
* --RuchiraRuchira Sasanka2001-09-084-0/+394
* Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.commonChris Lattner2001-09-071-8/+3
* Updates to work with new lack of constant poolChris Lattner2001-09-071-22/+5
* Remove unneeded #includesChris Lattner2001-09-072-36/+4
* Remove unnecesary #include add dump calls pulled out of .h fileChris Lattner2001-09-072-12/+20
* * Remove lots of #includesChris Lattner2001-09-072-104/+82
* Add tags so emacs knows these are C++ filesChris Lattner2001-09-072-2/+2
* Moved functionality into the other constant pool stuffChris Lattner2001-09-071-108/+0
* The header file for a translation unit should always be included firstChris Lattner2001-09-071-8/+2
* A file should always include it's private header file *FIRST* see theChris Lattner2001-09-072-2/+2
* Annotations are now constChris Lattner2001-09-071-1/+1
* CleanupChris Lattner2001-09-071-2/+1
* Support abstract typesChris Lattner2001-09-071-13/+13
* Support a abstract, opaque, and recursive typesChris Lattner2001-09-071-187/+756
* Types and constnats are wierd objects in the symtabsChris Lattner2001-09-071-19/+73
* Modules must have a valid, nonnull type. Make them voidChris Lattner2001-09-071-1/+2
* Support new setName interfaceChris Lattner2001-09-072-2/+6
* * Support new setname interfaceChris Lattner2001-09-071-1/+4
* * Cnstants are now global objectsChris Lattner2001-09-071-291/+234
* Support new setName itfChris Lattner2001-09-071-6/+5
* Annotations are const objects nowChris Lattner2001-09-071-2/+2
* Types and constants are wierd things in symbol tables nowChris Lattner2001-09-071-3/+7
* * Eliminate reference to ConstantPool classChris Lattner2001-09-071-14/+7
* Constant pool is deadChris Lattner2001-09-071-16/+2
* Constants are now global unique objectsChris Lattner2001-09-071-6/+2
* * Eliminate constant pool dependancies:Chris Lattner2001-09-071-29/+6
* * Supoprt global constantsChris Lattner2001-09-071-55/+13
* * Support global constantsChris Lattner2001-09-071-13/+11
* annotations are now constChris Lattner2001-09-071-1/+2
* * Emit bytecode using a deque instead of a vector to be fasterChris Lattner2001-09-074-73/+114
* * Remove support for internal constant poolChris Lattner2001-09-074-112/+239
* * Assembly writer is not a module analyzer anymoreChris Lattner2001-09-071-60/+81
* * Add support for forward referencing typesChris Lattner2001-09-071-369/+501
* Add support for forward referencing typesChris Lattner2001-09-071-3/+13
* Add support for an opaque typeChris Lattner2001-09-071-19/+22
* Remove #include of nonexistant header fileChris Lattner2001-09-071-1/+0
* * Slot calc is now simpler and not based on module analyzer.Chris Lattner2001-09-072-160/+370
* Module analyzer no longer has to iterate over constant poolChris Lattner2001-09-071-43/+0
* Simplify code by eliminating need to hang onto constant pool referencesChris Lattner2001-09-071-52/+27
* You no longer have to delete constants! They are located in a globalChris Lattner2001-09-072-38/+22
* Simplify SlotCalculator. SlotCalculator is now not a ModuleAnalyzerChris Lattner2001-09-071-36/+24
* *** empty log message ***Ruchira Sasanka2001-08-314-0/+910
* Added directory LiveVar/Vikram S. Adve2001-08-281-0/+2
* Added nonterminals for arithmetic operations where one operand is constant.Vikram S. Adve2001-08-281-46/+65
* Makefile for InstrSched/Vikram S. Adve2001-08-282-0/+14
* Remove source list.Vikram S. Adve2001-08-282-12/+0