Fix include guards so they exactly match file names.
[oota-llvm.git] / include / llvm / Support / COFF.h
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-08-14 Michael J. Spencer[yaml2obj] Fix incorrect use of signed values.
2012-08-02 Michael J. SpencerAdd yaml2obj. A utility to convert YAML to binaries.
2012-05-14 Michael J. Spencer[Support/COFF] Make the order of members in symbol...
2011-11-16 Michael J. SpencerRemove extra ,.
2011-11-16 Michael J. SpencerSupport/COFF: Add structs and enums from the standard...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Michael J. SpencerFix Whitespace.
2010-09-01 Michael J. SpencerCOFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few...
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-17 Anton KorobeynikovAdd some win64 coff goodness.
2010-07-26 Michael J. SpencerMC: Add WinCOFFObjectWriter implementation.
2010-07-14 Chris LattnerMerge lib/Target/X86/X86COFF.h into include/llvm/Suppor...
2010-07-01 Daniel DunbarRemove stray comma.
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...