aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachOWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Apply B. Scott Michel's patch for PR1054, thanks!Chris Lattner2006-12-161-16/+71
* Properly mangles symbol table namesNate Begeman2006-12-111-21/+36
* Behold, more work on relocations. Things are looking pretty good now.Nate Begeman2006-09-101-11/+36
* First pass at supporting relocations. Relocations are written correctly toNate Begeman2006-09-081-54/+86
* Properly size the string table, and emit symbol table and string tableNate Begeman2006-08-261-18/+35
* Get closer to handling globals correctly. We now generally get them in theNate Begeman2006-08-251-2/+36
* Remove a FIXME. Don't use strlcpy that isn't available on non-BSD platformsReid Spencer2006-08-241-9/+7
* Correctly attribute file author & remote tabsNate Begeman2006-08-231-20/+20
* Initial checkin of the Mach-O emitter. There's plenty of fixmes, but itNate Begeman2006-08-231-0/+600