summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCMachObjectWriter.h
Commit message (Expand)AuthorAge
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-01
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-27
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-27
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* llvm/MC/MCMachObjectWriter.h: ComputeSymbolTable(): Prune one description in ...NAKAMURA Takumi2012-12-24
* Add more reset methods to make all objects that the backend may use for outpu...Pedro Artigas2012-12-14
* Fix Doxygen issues:Dmitri Gribenko2012-09-14
* MachO: Correctly mark symbol-difference variables as N_ABS.Jim Grosbach2012-09-13
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* Refactor MachO relocation generaration into the Target directories.Jim Grosbach2011-06-24
* MC/Mach-O: Shuffle enums a bit to make it harder to inadvertently use the wrongDaniel Dunbar2010-12-21
* MC/Mach-O: On second thought, use a custom hook for enabling aggressiveDaniel Dunbar2010-12-17
* MC/Mach-O: Lift some MachObjectWriter arguments into the target specificDaniel Dunbar2010-12-16
* MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface.Daniel Dunbar2010-12-16
* MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h.Daniel Dunbar2010-12-16