Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-mc/Mach-O: Improve symbol table support: | Daniel Dunbar | 2009-08-22 | 1 | -0/+11 |
* | llvm-mc/Mach-O: Sketch symbol table support. | Daniel Dunbar | 2009-08-22 | 1 | -2/+56 |
* | llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writer | Daniel Dunbar | 2009-08-22 | 1 | -10/+0 |
* | llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (the | Daniel Dunbar | 2009-08-22 | 1 | -9/+8 |
* | Make MSVC happy. | Daniel Dunbar | 2009-08-21 | 1 | -0/+1 |
* | llvm-mc/Mach-O: Support .o emission for .org and .align. | Daniel Dunbar | 2009-08-21 | 1 | -17/+11 |
* | llvm-mc/Mach-O: Support byte and fill value emission. | Daniel Dunbar | 2009-08-21 | 1 | -10/+246 |
* | Fix build on platforms where stdint.h is not implicitly included in the stand... | Benjamin Kramer | 2009-08-21 | 1 | -0/+1 |
* | llvm-mc: Start MCAssembler and MCMachOStreamer. | Daniel Dunbar | 2009-08-21 | 1 | -0/+137 |