Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly mangles symbol table names | Nate Begeman | 2006-12-11 | 1 | -112/+333 |
| | | | | | | | | | Supports constant pools Supports relocations to jump tables Supports relocations within the data segment (global = address of global) Allocates memory in a non-hacky for all non-code objects. llvm-svn: 32430 | ||||
* | Removed more <iostream> includes | Bill Wendling | 2006-12-07 | 1 | -1/+0 |
| | | | | llvm-svn: 32321 | ||||
* | Match MachineCodeEmitter changes. | Evan Cheng | 2006-11-16 | 1 | -1/+1 |
| | | | | llvm-svn: 31787 | ||||
* | Behold, more work on relocations. Things are looking pretty good now. | Nate Begeman | 2006-09-10 | 1 | -38/+106 |
| | | | | llvm-svn: 30240 | ||||
* | First pass at supporting relocations. Relocations are written correctly to | Nate Begeman | 2006-09-08 | 1 | -43/+75 |
| | | | | | | | the file now, however the relocated address is currently wrong. Fixing that will require some deep pondering. llvm-svn: 30207 | ||||
* | improve compat with certain versions of GCC (on cygwin?) | Chris Lattner | 2006-09-02 | 1 | -1/+1 |
| | | | | llvm-svn: 30054 | ||||
* | Properly size the string table, and emit symbol table and string table | Nate Begeman | 2006-08-26 | 1 | -59/+81 |
| | | | | | | entries in the correct order, fixing several fixmes. llvm-svn: 29902 | ||||
* | Get closer to handling globals correctly. We now generally get them in the | Nate Begeman | 2006-08-25 | 1 | -5/+70 |
| | | | | | | right section. llvm-svn: 29871 | ||||
* | Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it | Nate Begeman | 2006-08-23 | 1 | -0/+428 |
does emit linkable .o files in very simple cases. llvm-svn: 29850 |