Add printing the LC_SUB_LIBRARY load command with llvm-objdump’s -private-headers.
[oota-llvm.git] / include / llvm / Support / MachO.h
2014-12-19 Kevin EnderbyAdd printing the LC_SUB_LIBRARY load command with llvm...
2014-12-18 Kevin EnderbyRemove an extra ';' on line 1120 include/llvm/Support...
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_UMBRELLA load command with...
2014-12-18 Colin LeMahieu[NFC] Removing extra semicolon.
2014-12-18 Kevin EnderbyAdd printing the LC_SUB_FRAMEWORK load command with...
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO_64 load command...
2014-12-16 Kevin EnderbyAdd printing the LC_ENCRYPTION_INFO load command with...
2014-12-04 Jean-Daniel DupasAdd mach-o LC_RPATH support to llvm-objdump
2014-09-04 Kevin EnderbyAdds the next bit of support for llvm-objdump’s -privat...
2014-08-30 Nick KledzikObject/llvm-objdump: allow dumping of mach-o exports...
2014-08-29 Nick KledzikAdd missing mach-o EXPORT_SYMBOL_FLAG_KIND_ABSOLUTE
2014-08-22 Kevin EnderbyAdd a few missing mach header flags.
2014-07-18 Artyom Skrobovextracting swapStruct into include/llvm/Support/MachO...
2014-07-17 Kevin EnderbyAdd printing of Mach-O stabs in llvm-nm.
2014-06-30 Kevin EnderbyAdd the -arch flag support to llvm-nm to select the...
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-05-17 David MajnemerMachO: Add comments describing section flags/attrs
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-29 Tim NorthoverMachO: Add linker-optimisation hint framework to MC.
2014-03-18 Jim GrosbachC++ style comments
2014-03-18 Jim GrosbachMachO: Comment fields in the version_min load command.
2014-03-07 David MajnemerMC: Remove superfluous section attribute flag definitions
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-01-15 Bob WilsonRemove support for armv7f slice. <rdar://problem/12478440>
2013-11-16 Jim GrosbachX86: Encode the 'h' cpu subtype in the MachO header...
2013-10-08 Nick Kledzikupdate mach-o EXPORT_SYMBOL_* names
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-09-04 Nick KledzikAdd names for mach-o permissions bits and use the symbo...
2013-09-04 Nick Kledzikfix typo in enum name
2013-08-27 Charles DavisSupport/MachO: Add a bunch of defines.
2013-08-21 Ahmed BougachaAdd Mach-O entry_point_command declaration.
2012-07-19 Bill WendlingRemove tabs.
2012-03-06 Ted KremenekAdd new load commands for MachO.
2011-10-17 Michael J. SpencerObject: Add isSymbolWeak.
2011-08-30 Benjamin KramerAdd load commands from Lion to Macho.h.
2011-01-17 Jim GrosbachTrailing whitespace.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-05 Jim GrosbachAdd v5 and v7 ARM CPU subtype values.
2010-07-21 Daniel DunbarUse System/DataTypes.h instead of stdint.h, which isn...
2010-07-20 Greg ClaytonAdded support to MachO.h for many defines and structure...
2010-02-02 Chris LattnerAdd a new top-level MachO.h file for manifest constants...