Nate Begeman
|
a0d95a8da9
|
Behold, more work on relocations. Things are looking pretty good now.
llvm-svn: 30240
|
2006-09-10 23:03:44 +00:00 |
Nate Begeman
|
69df6132d7
|
First pass at supporting relocations. Relocations are written correctly to
the file now, however the relocated address is currently wrong. Fixing
that will require some deep pondering.
llvm-svn: 30207
|
2006-09-08 22:42:09 +00:00 |
Chris Lattner
|
f2ce949ae9
|
improve compat with certain versions of GCC (on cygwin?)
llvm-svn: 30054
|
2006-09-02 17:37:30 +00:00 |
Nate Begeman
|
7851db75d9
|
Properly size the string table, and emit symbol table and string table
entries in the correct order, fixing several fixmes.
llvm-svn: 29902
|
2006-08-26 15:46:34 +00:00 |
Nate Begeman
|
89fa9c7d65
|
Get closer to handling globals correctly. We now generally get them in the
right section.
llvm-svn: 29871
|
2006-08-25 06:36:58 +00:00 |
Nate Begeman
|
3cb3921a60
|
Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it
does emit linkable .o files in very simple cases.
llvm-svn: 29850
|
2006-08-23 21:08:52 +00:00 |