WinCOFFObjectWriter.cpp: make write_uint32_le more efficient
[oota-llvm.git] / lib / MC / WinCOFFObjectWriter.cpp
2014-09-28 Hans WennborgWinCOFFObjectWriter.cpp: make write_uint32_le more...
2014-09-16 Yaron KerenThis add a reset method for WinCOFFObjectWriter, like...
2014-09-15 David MajnemerFix the build for MSVC, it doesn't support extended...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-10 David MajnemerObject: Add support for bigobj
2014-08-28 Aaron BallmanSilence a -Wsign-compare warning. NFC.
2014-08-28 David MajnemerMC: Don't crash when the COFF section limit is reached
2014-07-13 David MajnemerMC: Let non-temporary COFF aliases be in symtab
2014-07-04 David MajnemerMC: Correct comment in ExportSymbol
2014-06-06 Saleem AbdulrasoolMC: prevent early DCE of empty sections
2014-06-06 Rafael EspindolaFix a few issues with comdat handling on COFF.
2014-06-06 Timur IskhodzhanovRevert r210298 'Correctly set the comdat symbol on...
2014-06-05 Rafael EspindolaCorrectly set the comdat symbol on COFF.
2014-05-21 Saleem AbdulrasoolMC: introduce ability to restrict recorded relocations
2014-05-15 Alp TokerFix typos
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaStart fixing pr19147.
2014-04-28 Saleem AbdulrasoolMC: range-loopify
2014-04-27 Saleem AbdulrasoolAdd WoA object file emission support
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-17 Saleem AbdulrasoolMC: rework static_assert to be MSVC compatible
2014-04-16 Timur IskhodzhanovSimplify a static_assert so VS2013 can build it
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-15 David BlaikieUse unique_ptr for section/segment ownership in WinCOFF...
2014-04-13 Saleem AbdulrasoolMC: check machine magic when applying offset adjustments
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 David MajnemerWinCOFF: Emit common symbols as specified in the COFF...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Nico RieckReuse constants for COFF string table entry offsets
2014-02-22 Nico RieckMC: Support COFF string tables larger than 10MB
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-06 David MajnemerMC: Fatally error if subtraction operand is bad
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-04 Rafael EspindolaFix a funny typo.
2013-12-04 Rafael EspindolaProduce deterministic coff files.
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Reid KlecknerRevert "COFF: Emit all MCSymbols rather than filtering...
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-09-17 Reid KlecknerCOFF: Ensure that objects produced by LLVM link with...
2013-09-17 Reid KlecknerCOFF: Emit all MCSymbols rather than filtering out...
2013-09-17 Reid KlecknerCOFF: Remove ExportSection, which has been dead since...
2013-09-10 Eli FriedmanRemove unused functions.
2013-07-29 Nico RieckMC: Support larger COFF string tables
2013-07-15 Reid Kleckner[mc-coff] Resolve aliases when emitting COFF relocations
2013-07-06 Nico RieckMC: Implement COFF .linkonce directive
2013-04-22 Peter CollingbourneCOFF: Fix weak external aliases.
2013-04-10 Nico RieckMC: Support COFF image-relative MCSymbolRefs
2013-01-29 Dmitri GribenkoRemove unused variable (unused since r173839)
2013-01-29 Michael J. Spencer[MC][COFF] Delay handling symbol aliases when writing
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-03-15 Michael J. SpencerImplement relocation-overflow behavior for PE/COFF.
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-22 Rafael EspindolaMove all the dependencies on X86FixupKinds.h to a singl...
2011-12-17 Rafael EspindolaAdd back the MC bits of 126425. Original patch by Natha...
2011-12-06 Jim GrosbachSwitch MCAssembler to method names starting w/ lower...
2011-11-08 Michael J. SpencerMC/COFF: Correctly emit the size of an empty string...
2011-07-25 Evan ChengRefactor X86 target to separate MC code from Target...
2011-04-21 Rafael EspindolaFix relative relocations. This is sufficient for runnin...
2011-04-20 Rafael EspindolaBehave like gnu as when a relocation crosses sections.
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2010-12-24 Rafael EspindolaMerge IsFixupFullyResolved and IsSymbolRefDifferenceFul...
2010-12-18 Rafael EspindolaMerge isAbsolute into IsSymbolRefDifferenceFullyResolved.
2010-12-18 Rafael EspindolaRemove the MCObjectFormat class.
2010-12-17 Daniel DunbarMC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyRe...
2010-12-17 Daniel DunbarMC/Assembler: Strip out object writer arguments, now...
2010-12-07 Rafael EspindolaSorry for such a large commit. The summary is that...
2010-12-06 Rafael EspindolaUse getSymbolOffset on the COFF writer.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-28 Rafael EspindolaDefine generic 1, 2 and 4 byte pc relative relocations...
2010-10-21 Michael J. SpencerFix Warnings.
2010-10-16 Michael J. SpencerMC-COFF: Add support for default-null weak externals.
2010-10-09 Michael J. SpencerMC-COFF: Fix .bss section size. Fixes PR8335. Patch...
2010-10-09 Michael J. SpencerMC-COFF: Assert on non-coff sections.
2010-10-07 Michael J. SpencerMC-COFF: Handle relaxation in COFF better. Fixes PR8321.
2010-10-05 Michael J. SpencerFix Punctuation.
2010-10-05 Michael J. SpencerMC-COFF: Fix (PR8278) temporary symbol relocations.
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-09-30 Rafael EspindolaCorrectly produce R_X86_64_32 or R_X86_64_32S.
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-29 Michael J. SpencerMC-COFF: Fix symbol storage class for globals
2010-09-27 Michael J. SpencerMC-COFF: Fix signed/unsigned comparison.
2010-09-27 Michael J. SpencerMC-COFF: Drop empty sections, and label symbols. Conver...
2010-08-24 Michael J. SpencerFix COFF x86-64 relocations. PR7960.
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-03 Michael J. SpencerMC: Fix symbol fragment offsets in COFF.
2010-08-03 Michael J. SpencerRevert "MC: Fix symbol fragment offsets in COFF."
next