Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / include / llvm / Support / COFF.h
2016-01-13 David Majnemer[CodeView] Improve the line table dumper
2015-07-30 David Majnemer[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
2015-07-28 Martell MaloneSummary:
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperMove COFF Type in to the MCSymbolCOFF class.
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-02-18 Zachary TurnerModify llvm-readobj to dump symbol record bytes.
2014-11-14 David MajnemerCalm down build bots
2014-11-14 David Majnemerobj2yaml, yaml2obj: Add support for COFF executables
2014-10-23 Timur IskhodzhanovPR21189: Teach llvm-readobj to dump bits of COFF symbol...
2014-09-16 David Majnemeryaml2obj: Support bigobj
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-10 David MajnemerObject: Add support for bigobj
2014-06-27 Saleem AbdulrasoolSupport: update DLLCharacteristics enumeration
2014-06-27 Saleem AbdulrasoolSupport: tweak comment layout
2014-04-07 David Majnemerobj2yaml: Use the correct relocation type for different...
2014-03-19 David MajnemerObject: Provide a richer means of describing auxiliary...
2014-03-18 Rui UeyamaObject/COFF: Add function to check if section number...
2014-03-15 Rui UeyamaObject/COFF: change data type of SymbolNumber from...
2014-03-11 Saleem AbdulrasoolObject: rename ARMV7 to ARMNT
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui UeyamaRemove unused typedef.
2014-01-24 Rui UeyamaSupport/COFF: Fix PEHeader struct, and define PE32Heade...
2014-01-24 Rui UeyamaAdd constants for optional header magic field.
2013-12-19 Timur IskhodzhanovTeach the llvm-readobj COFF dumper to dump debug line...
2013-09-23 Reid KlecknerExplicitly request unsigned enum types when desired
2013-08-24 Saleem Abdulrasool[Support] fix compile with -Werror
2013-08-24 Saleem Abdulrasool[Support] add missing enumeration values
2013-07-16 Rui UeyamaCOFF: Add constants for optional data directory.
2013-06-11 Rui Ueyama[PECOFF] Remove COFF header from PE header for simplicity.
2013-04-03 Eric ChristopherImplements low-level object file format specific output...
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...