summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Implement a constant pointer valueChris Lattner2001-09-301-0/+21
* Pull iterators out of CFG.h and genericize them with GraphTraitsChris Lattner2001-09-283-0/+351
* Pull iterators out of CFG.h and CFGdecls and put them in Support directoryChris Lattner2001-09-285-362/+128
* Initial support for construction of a call graphChris Lattner2001-09-281-0/+88
* print out value's by pointerChris Lattner2001-09-281-11/+11
* Add capability to print out call graphChris Lattner2001-09-281-0/+14
* Change debug info from #define to command line optionChris Lattner2001-09-191-1/+12
* Remove debugging output stuffChris Lattner2001-09-191-7/+0
* Add emitAssembly MethodChris Lattner2001-09-191-4/+1
* *** empty log message ***Ruchira Sasanka2001-09-181-60/+56
* --added methods to operand class to set/get registers after register allocationRuchira Sasanka2001-09-181-4/+4
* Move operator << from Value.h to Assembly/Writer.hChris Lattner2001-09-181-0/+15
* Remove operator << to Assembly/Writer.hChris Lattner2001-09-181-10/+10
* Renamed files to match the primary classes they provide.Vikram S. Adve2001-09-185-1014/+0
* Moved debugging interfaces for class Value to Value.h.Vikram S. Adve2001-09-181-17/+0
* Minor fixes: renamed target machine files; fold sched info into TargetMachine.Vikram S. Adve2001-09-184-30/+31
* Make class TargetMachine the common interface to all target-dependentVikram S. Adve2001-09-186-0/+1238
* Added debugging support.Vikram S. Adve2001-09-181-13/+27
* Add support for global constants, and for initializers for constantsChris Lattner2001-09-181-5/+35
* added a method to get reg num after register allocationRuchira Sasanka2001-09-151-0/+8
* -modified machine operand class - took regNum out of union to set regNum afterRuchira Sasanka2001-09-151-4/+10
* -- 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