summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/COFF.h
Commit message (Expand)AuthorAgeFilesLines
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-724/+0
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-081-0/+24
* Revert "Hopefully one last commit to fix this patch, addresses string reference"Eric Beckmann2017-05-081-24/+0
* Update llvm-readobj -coff-resources to display tree structure.Eric Beckmann2017-05-071-0/+24
* COFF: add ARM64 relocation typesSaleem Abdulrasool2017-05-061-0/+20
* Add a file magic for CL.exe's object file created with /GL.Rui Ueyama2016-11-151-0/+5
* COFF: Fix short import lib import name type bitshiftMartell Malone2016-10-011-1/+1
* Rename IMAGE_DEBUG_TYPE_NO_TIMESTAMP to IMAGE_DEBUG_TYPE_REPRODavid Majnemer2016-06-021-1/+2
* [COFF] Expose the PE debug data directory and dump itReid Kleckner2016-06-021-2/+7
* Support: remove outdated commentSaleem Abdulrasool2016-05-251-1/+0
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-10/+0
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+10
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-10/+0
* [codeview] Share more enums across the writer and the dumperReid Kleckner2016-01-131-9/+0
* [readobj] Expand CodeView dumping functionalityReid Kleckner2016-01-131-0/+1
* [CodeView] Improve the line table dumperDavid Majnemer2016-01-131-0/+9
* [COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristicsDavid Majnemer2015-07-301-0/+1
* Summary:Martell Malone2015-07-281-0/+1
* [CodeView] Add support for emitting column informationDavid Majnemer2015-07-091-0/+1
* Move all of the MCSymbol COFF flags logic in to MCSymbolCOFF.Pete Cooper2015-06-081-8/+0
* Move COFF Type in to the MCSymbolCOFF class.Pete Cooper2015-06-081-8/+5
* [WinCOFF] Add support for the .safeseh directiveDavid Majnemer2015-05-301-1/+2
* Modify llvm-readobj to dump symbol record bytes.Zachary Turner2015-02-181-6/+6
* Calm down build botsDavid Majnemer2014-11-141-2/+2
* obj2yaml, yaml2obj: Add support for COFF executablesDavid Majnemer2014-11-141-3/+7
* PR21189: Teach llvm-readobj to dump bits of COFF symbol subsections required ...Timur Iskhodzhanov2014-10-231-1/+6
* yaml2obj: Support bigobjDavid Majnemer2014-09-161-1/+1
* MC: Add support for BigObjDavid Majnemer2014-09-151-12/+9
* Object: Add support for bigobjDavid Majnemer2014-09-101-6/+29
* Support: update DLLCharacteristics enumerationSaleem Abdulrasool2014-06-271-0/+4
* Support: tweak comment layoutSaleem Abdulrasool2014-06-271-2/+4
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-071-2/+4
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-191-2/+13
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-181-0/+7
* Object/COFF: change data type of SymbolNumber from int16 to uint16.Rui Ueyama2014-03-151-2/+2
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-111-1/+1
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-021-1/+1
* Rename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.Rui Ueyama2014-01-271-1/+1
* COFF: Add a missing enum value for high entropy ASLR.Rui Ueyama2014-01-261-0/+2
* Remove unused typedef.Rui Ueyama2014-01-261-2/+0
* Support/COFF: Fix PEHeader struct, and define PE32Header as its alias.Rui Ueyama2014-01-241-6/+8
* Add constants for optional header magic field.Rui Ueyama2014-01-241-0/+5
* Teach the llvm-readobj COFF dumper to dump debug line tables from object filesTimur Iskhodzhanov2013-12-191-0/+7
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-231-1/+1
* [Support] fix compile with -WerrorSaleem Abdulrasool2013-08-241-1/+1
* [Support] add missing enumeration valuesSaleem Abdulrasool2013-08-241-1/+4
* COFF: Add constants for optional data directory.Rui Ueyama2013-07-161-0/+18
* [PECOFF] Remove COFF header from PE header for simplicity.Rui Ueyama2013-06-111-2/+3
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-1/+2
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
OpenPOWER on IntegriCloud