aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* -- debug messages dissabledRuchira Sasanka2001-09-151-1/+1
* added reg alloc supportRuchira Sasanka2001-09-151-0/+3
* --reg alloc code addedRuchira Sasanka2001-09-153-0/+245
* *** empty log message ***Ruchira Sasanka2001-09-141-2/+132
* Chris seems fond of #include <vector>. Fix these. Also convert use list inChris Lattner2001-09-1414-716/+14
* Minor reformatting, & protection fixesChris Lattner2001-09-142-58/+55
* Split Register specific stuff out from TargetMachine.h to RegInfo.hChris Lattner2001-09-144-109/+105
* Split Target/Machine.h into three files:Chris Lattner2001-09-145-596/+616
* Make a new llvm/Target #include directory.Chris Lattner2001-09-146-27/+32
* Checkin changes to:Chris Lattner2001-09-143-51/+19
* This checkin represents some cleanup of the backend, implementing the followi...Chris Lattner2001-09-143-1854/+27
* Initial instruction tree support for the analysis libraryChris Lattner2001-09-141-0/+285
* Generic k-way tree supportChris Lattner2001-09-141-0/+52
* More cleanups, preparing to revamp InstrForest to, among other things,Chris Lattner2001-09-121-1/+1
* * Clean up InstrForestChris Lattner2001-09-121-53/+47
* Eliminate 'BasicNode' from InstrForest.Chris Lattner2001-09-111-31/+23
* Eliminate MainTreeNode functionChris Lattner2001-09-111-23/+6
* Handle subtract in expression classifierChris Lattner2001-09-111-9/+8
* Disable destructors on constantsChris Lattner2001-09-111-0/+8
* * Add capability of printing out a global variableChris Lattner2001-09-101-0/+7
* * Method::getType should return type cast as MethodType, eliminate getMethodTypeChris Lattner2001-09-103-29/+102
* Update assertion to allow extra caseChris Lattner2001-09-101-3/+4
* Implement global variable supportChris Lattner2001-09-104-4/+73
* Remove 3 gross global functions that don't belong hereChris Lattner2001-09-091-20/+0
* Rename contype to subtypeChris Lattner2001-09-092-8/+8
* Convert ConstRules to use annotations to clean it up.Chris Lattner2001-09-095-24/+25
* Fix build breakage. :(Chris Lattner2001-09-092-6/+1
* Remove extra #includeChris Lattner2001-09-091-1/+0
* *** empty log message ***Ruchira Sasanka2001-09-081-9/+3
* *** empty log message ***Ruchira Sasanka2001-09-081-2/+2
* Committed for compliation. Not yet final.Ruchira Sasanka2001-09-0810-10/+440
* New file for supporting abstract typesChris Lattner2001-09-071-0/+134
* Provide a way to change the incoming value for a phi nodeChris Lattner2001-09-071-0/+3
* * Remove lots of unnecesary #includesChris Lattner2001-09-071-29/+6
* * Remove lots of annoying extra #includesChris Lattner2001-09-071-43/+38
* * Add tag so emacs knows it's a c++ fileChris Lattner2001-09-071-15/+3
* Add tags so emacs knows these are C++ filesChris Lattner2001-09-071-4/+1
* Remove extra spaceChris Lattner2001-09-071-1/+1
* Remove ReversePostOrderTraversal declarationChris Lattner2001-09-071-30/+0
* * Don't predefine ReversePostOrderTraversal because it adds a dependence on v...Chris Lattner2001-09-071-13/+27
* NEw fileChris Lattner2001-09-071-0/+83
* Follow the golden rule of the coding standards guide: Make the code lookChris Lattner2001-09-071-28/+11
* Constant pool is eliminatedChris Lattner2001-09-071-83/+0
* Add support for iteration through type graphsChris Lattner2001-09-071-11/+36
* * Fixed mapped_iterator to actually work with functorsChris Lattner2001-09-071-5/+17
* Constant pools no longer existChris Lattner2001-09-071-1/+0
* Eliminate DoConstantPoolMerging. ConstantPools no longer existChris Lattner2001-09-071-16/+0
* You no longer have to delete constants! They are located in a globalChris Lattner2001-09-071-19/+11
* Annotations are now passed around as const objectsChris Lattner2001-09-071-2/+2
* Use a deque instead of a vector for greater efficiency writing bytecodeChris Lattner2001-09-071-10/+10