Age | Commit message (Expand) | Author |
---|---|---|
2003-06-03 | Pass through the emitConstantPool() call to the real emitter. | Misha Brukman |
2003-06-02 | Removed a useless ofstream. | Misha Brukman |
2003-06-02 | Remove spurious assert() | Misha Brukman |
2003-06-01 | Changes to be compatible with MachineCodeEmitter.h | Chris Lattner |
2003-05-30 | Added saveBBreferences() for BasicBlock resolution. | Misha Brukman |
2003-05-28 | Correctly write out binary data as chars, before they're cast to ints. | Misha Brukman |
2003-05-27 | Added a debugging code emitter that prints code to a file, debug to std::cerr, | Misha Brukman |
2003-05-09 | Allow const functions | Chris Lattner |
2003-05-08 | Add methods for stub function generation | Chris Lattner |
2003-01-13 | Add support for global address by string and constant pool values | Chris Lattner |
2002-12-04 | Print out direct global references | Chris Lattner |
2002-12-03 | Checkin debug implementation of MCE | Chris Lattner |