aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCAssembler.h
Commit message (Expand)AuthorAgeFilesLines
* llvm-mc/Mach-O: Improve symbol table support:Daniel Dunbar2009-08-221-0/+11
* llvm-mc/Mach-O: Sketch symbol table support.Daniel Dunbar2009-08-221-2/+56
* llvm-mc/Mach-O: Move more logic for writing the Mach-O file into the writerDaniel Dunbar2009-08-221-10/+0
* llvm-mc: Rename / redefine MCFragment::FileOffset to MCFragment::Offset (theDaniel Dunbar2009-08-221-9/+8
* Make MSVC happy.Daniel Dunbar2009-08-211-0/+1
* llvm-mc/Mach-O: Support .o emission for .org and .align.Daniel Dunbar2009-08-211-17/+11
* llvm-mc/Mach-O: Support byte and fill value emission.Daniel Dunbar2009-08-211-10/+246
* Fix build on platforms where stdint.h is not implicitly included in the stand...Benjamin Kramer2009-08-211-0/+1
* llvm-mc: Start MCAssembler and MCMachOStreamer.Daniel Dunbar2009-08-211-0/+137