summaryrefslogtreecommitdiff
path: root/include/llvm/Support/MachO.h
Commit message (Expand)AuthorAge
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* MachO: Add comments describing section flags/attrsDavid Majnemer2014-05-17
* ARM64: initial backend importTim Northover2014-03-29
* MachO: Add linker-optimisation hint framework to MC.Tim Northover2014-03-29
* C++ style commentsJim Grosbach2014-03-18
* MachO: Comment fields in the version_min load command.Jim Grosbach2014-03-18
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-07
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-15
* X86: Encode the 'h' cpu subtype in the MachO header for x86.Jim Grosbach2013-11-16
* update mach-o EXPORT_SYMBOL_* namesNick Kledzik2013-10-08
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* Add names for mach-o permissions bits and use the symbol names in place of ma...Nick Kledzik2013-09-04
* fix typo in enum nameNick Kledzik2013-09-04
* Support/MachO: Add a bunch of defines.Charles Davis2013-08-27
* Add Mach-O entry_point_command declaration.Ahmed Bougacha2013-08-21
* Remove tabs.Bill Wendling2012-07-19
* Add new load commands for MachO.Ted Kremenek2012-03-06
* Object: Add isSymbolWeak.Michael J. Spencer2011-10-17
* Add load commands from Lion to Macho.h.Benjamin Kramer2011-08-30
* Trailing whitespace.Jim Grosbach2011-01-17
* Merge System into Support.Michael J. Spencer2010-11-29
* Add v5 and v7 ARM CPU subtype values.Jim Grosbach2010-11-05
* Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar2010-07-21
* Added support to MachO.h for many defines and structures that are neededGreg Clayton2010-07-20
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-02