aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/MachOWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Removed more <iostream> includesBill Wendling2006-12-071-1/+0
* Match MachineCodeEmitter changes.Evan Cheng2006-11-161-1/+1
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-101-38/+106
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-081-43/+75
* improve compat with certain versions of GCC (on cygwin?)Chris Lattner2006-09-021-1/+1
* Properly size the string table, and emit symbol table and string tableNate Begeman2006-08-261-59/+81
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-251-5/+70
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-0/+428