| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor parentness out of Module & GlobalVariable into GlobalValue | Chris Lattner | 2001-10-03 | 5 | -17/+12 |
* | Share ConstPoolPointer elements correctly | Chris Lattner | 2001-10-03 | 2 | -5/+9 |
* | * Both Method & GlobalVariable now subclass GlobalValue | Chris Lattner | 2001-10-03 | 7 | -25/+63 |
* | First try at a horrible global value reference wrapper | Chris Lattner | 2001-10-03 | 1 | -0/+28 |
* | Commit more code over to new cast style | Chris Lattner | 2001-10-02 | 15 | -95/+214 |
* | Convert more code to use new style casts | Chris Lattner | 2001-10-01 | 4 | -37/+54 |
* | Add more support for new style casts | Chris Lattner | 2001-10-01 | 9 | -44/+103 |
* | Add support for new style casts | Chris Lattner | 2001-10-01 | 10 | -31/+78 |
* | Add support for newer cleaner isa, cast, dyn_cast | Chris Lattner | 2001-10-01 | 4 | -3/+65 |
* | Update comments | Chris Lattner | 2001-10-01 | 1 | -3/+9 |
* | Pull predecessor and successor iterators out of the CFG*.h files, and plop th... | Chris Lattner | 2001-10-01 | 5 | -314/+128 |
* | Pull predecessor and successor iterators out of the CFG*.h files, and plop th... | Chris Lattner | 2001-10-01 | 2 | -30/+21 |
* | Add vector `implicitUses' to class MachineCodeForVMInstr to hold values | Vikram S. Adve | 2001-10-01 | 1 | -12/+19 |
* | no major change. | Ruchira Sasanka | 2001-09-30 | 4 | -4/+4 |
* | added suggesting color suppor | Ruchira Sasanka | 2001-09-30 | 1 | -7/+24 |
* | Implement a constant pointer value | Chris Lattner | 2001-09-30 | 1 | -0/+21 |
* | Pull iterators out of CFG.h and genericize them with GraphTraits | Chris Lattner | 2001-09-28 | 3 | -0/+351 |
* | Pull iterators out of CFG.h and CFGdecls and put them in Support directory | Chris Lattner | 2001-09-28 | 5 | -362/+128 |
* | Initial support for construction of a call graph | Chris Lattner | 2001-09-28 | 1 | -0/+88 |
* | print out value's by pointer | Chris Lattner | 2001-09-28 | 1 | -11/+11 |
* | Add capability to print out call graph | Chris Lattner | 2001-09-28 | 1 | -0/+14 |
* | Change debug info from #define to command line option | Chris Lattner | 2001-09-19 | 1 | -1/+12 |
* | Remove debugging output stuff | Chris Lattner | 2001-09-19 | 1 | -7/+0 |
* | Add emitAssembly Method | Chris Lattner | 2001-09-19 | 1 | -4/+1 |
* | *** empty log message *** | Ruchira Sasanka | 2001-09-18 | 1 | -60/+56 |
* | --added methods to operand class to set/get registers after register allocation | Ruchira Sasanka | 2001-09-18 | 1 | -4/+4 |
* | Move operator << from Value.h to Assembly/Writer.h | Chris Lattner | 2001-09-18 | 1 | -0/+15 |
* | Remove operator << to Assembly/Writer.h | Chris Lattner | 2001-09-18 | 1 | -10/+10 |
* | Renamed files to match the primary classes they provide. | Vikram S. Adve | 2001-09-18 | 5 | -1014/+0 |
* | Moved debugging interfaces for class Value to Value.h. | Vikram S. Adve | 2001-09-18 | 1 | -17/+0 |
* | Minor fixes: renamed target machine files; fold sched info into TargetMachine. | Vikram S. Adve | 2001-09-18 | 4 | -30/+31 |
* | Make class TargetMachine the common interface to all target-dependent | Vikram S. Adve | 2001-09-18 | 6 | -0/+1238 |
* | Added debugging support. | Vikram S. Adve | 2001-09-18 | 1 | -13/+27 |
* | Add support for global constants, and for initializers for constants | Chris Lattner | 2001-09-18 | 1 | -5/+35 |
* | added a method to get reg num after register allocation | Ruchira Sasanka | 2001-09-15 | 1 | -0/+8 |
* | -modified machine operand class - took regNum out of union to set regNum after | Ruchira Sasanka | 2001-09-15 | 1 | -4/+10 |
* | -- debug messages dissabled | Ruchira Sasanka | 2001-09-15 | 1 | -1/+1 |
* | added reg alloc support | Ruchira Sasanka | 2001-09-15 | 1 | -0/+3 |
* | --reg alloc code added | Ruchira Sasanka | 2001-09-15 | 3 | -0/+245 |
* | *** empty log message *** | Ruchira Sasanka | 2001-09-14 | 1 | -2/+132 |
* | Chris seems fond of #include <vector>. Fix these. Also convert use list in | Chris Lattner | 2001-09-14 | 14 | -716/+14 |
* | Minor reformatting, & protection fixes | Chris Lattner | 2001-09-14 | 2 | -58/+55 |
* | Split Register specific stuff out from TargetMachine.h to RegInfo.h | Chris Lattner | 2001-09-14 | 4 | -109/+105 |
* | Split Target/Machine.h into three files: | Chris Lattner | 2001-09-14 | 5 | -596/+616 |
* | Make a new llvm/Target #include directory. | Chris Lattner | 2001-09-14 | 6 | -27/+32 |
* | Checkin changes to: | Chris Lattner | 2001-09-14 | 3 | -51/+19 |
* | This checkin represents some cleanup of the backend, implementing the followi... | Chris Lattner | 2001-09-14 | 3 | -1854/+27 |
* | Initial instruction tree support for the analysis library | Chris Lattner | 2001-09-14 | 1 | -0/+285 |
* | Generic k-way tree support | Chris Lattner | 2001-09-14 | 1 | -0/+52 |
* | More cleanups, preparing to revamp InstrForest to, among other things, | Chris Lattner | 2001-09-12 | 1 | -1/+1 |