summaryrefslogtreecommitdiff
path: root/include/llvm/Support/COFF.h
Commit message (Expand)AuthorAge
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-23
* [Support] fix compile with -WerrorSaleem Abdulrasool2013-08-24
* [Support] add missing enumeration valuesSaleem Abdulrasool2013-08-24
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-16
* [PECOFF] Remove COFF header from PE header for simplicity.Rui Ueyama2013-06-11
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-03
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* [yaml2obj] Fix incorrect use of signed values.Michael J. Spencer2012-08-14
* Add yaml2obj. A utility to convert YAML to binaries.Michael J. Spencer2012-08-02
* [Support/COFF] Make the order of members in symbol match the standard.Michael J. Spencer2012-05-14
* Remove extra ,.Michael J. Spencer2011-11-16
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-16
* Merge System into Support.Michael J. Spencer2010-11-29
* MC-COFF: Add support for default-null weak externals.Michael J. Spencer2010-10-16
* MC-COFF: Fix Simple and Complex type. Fixes PR8320.Michael J. Spencer2010-10-08
* Fix Whitespace.Michael J. Spencer2010-10-08
* COFF: Fix incorrect SCT_COMPLEX_TYPE_SHIFT. Add a few constants.Michael J. Spencer2010-09-01
* MC: Add partial x86-64 support to COFF.Michael J. Spencer2010-08-21
* Add some win64 coff goodness.Anton Korobeynikov2010-08-17
* MC: Add WinCOFFObjectWriter implementation.Michael J. Spencer2010-07-26
* Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h,Chris Lattner2010-07-14
* Remove stray comma.Daniel Dunbar2010-07-01
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-01