aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/MachO.h
AgeCommit message (Expand)Author
2012-07-19Remove tabs.Bill Wendling
2012-03-06Add new load commands for MachO.Ted Kremenek
2011-10-17Object: Add isSymbolWeak.Michael J. Spencer
2011-08-30Add load commands from Lion to Macho.h.Benjamin Kramer
2011-01-17Trailing whitespace.Jim Grosbach
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-05Add v5 and v7 ARM CPU subtype values.Jim Grosbach
2010-07-21Use System/DataTypes.h instead of stdint.h, which isn't portable.Daniel Dunbar
2010-07-20Added support to MachO.h for many defines and structures that are neededGreg Clayton
2010-02-02Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner