Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | | | Header files will be on the way. llvm-svn: 9298 | ||||
* | Pass through the emitConstantPool() call to the real emitter. | Misha Brukman | 2003-06-03 | 1 | -0/+4 |
| | | | | llvm-svn: 6590 | ||||
* | Removed a useless ofstream. | Misha Brukman | 2003-06-02 | 1 | -8/+2 |
| | | | | llvm-svn: 6547 | ||||
* | Remove spurious assert() | Misha Brukman | 2003-06-02 | 1 | -1/+0 |
| | | | | llvm-svn: 6529 | ||||
* | Changes to be compatible with MachineCodeEmitter.h | Chris Lattner | 2003-06-01 | 1 | -65/+51 |
| | | | | llvm-svn: 6515 | ||||
* | Added saveBBreferences() for BasicBlock resolution. | Misha Brukman | 2003-05-30 | 1 | -4/+8 |
| | | | | llvm-svn: 6451 | ||||
* | Correctly write out binary data as chars, before they're cast to ints. | Misha Brukman | 2003-05-28 | 1 | -2/+1 |
| | | | | llvm-svn: 6385 | ||||
* | Added a debugging code emitter that prints code to a file, debug to std::cerr, | Misha Brukman | 2003-05-27 | 1 | -0/+121 |
| | | | | | | | and passes the real code to a memory-outputting code emitter. This may be removed at a later point in development. llvm-svn: 6379 | ||||
* | Allow const functions | Chris Lattner | 2003-05-09 | 1 | -2/+3 |
| | | | | llvm-svn: 6056 | ||||
* | Add methods for stub function generation | Chris Lattner | 2003-05-08 | 1 | -0/+7 |
| | | | | llvm-svn: 6054 | ||||
* | Add support for global address by string and constant pool values | Chris Lattner | 2003-01-13 | 1 | -1/+10 |
| | | | | llvm-svn: 5215 | ||||
* | Print out direct global references | Chris Lattner | 2002-12-04 | 1 | -1/+4 |
| | | | | llvm-svn: 4906 | ||||
* | Checkin debug implementation of MCE | Chris Lattner | 2002-12-03 | 1 | -0/+41 |
llvm-svn: 4893 |