aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Factor parentness out of Module & GlobalVariable into GlobalValueChris Lattner2001-10-035-17/+12
* Share ConstPoolPointer elements correctlyChris Lattner2001-10-032-5/+9
* * Both Method & GlobalVariable now subclass GlobalValueChris Lattner2001-10-037-25/+63
* First try at a horrible global value reference wrapperChris Lattner2001-10-031-0/+28
* Commit more code over to new cast styleChris Lattner2001-10-0215-95/+214
* Convert more code to use new style castsChris Lattner2001-10-014-37/+54
* Add more support for new style castsChris Lattner2001-10-019-44/+103
* Add support for new style castsChris Lattner2001-10-0110-31/+78
* Add support for newer cleaner isa, cast, dyn_castChris Lattner2001-10-014-3/+65
* Update commentsChris Lattner2001-10-011-3/+9
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-015-314/+128
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-012-30/+21
* Add vector `implicitUses' to class MachineCodeForVMInstr to hold valuesVikram S. Adve2001-10-011-12/+19
* no major change.Ruchira Sasanka2001-09-304-4/+4
* added suggesting color supporRuchira Sasanka2001-09-301-7/+24
* 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