Use raw_pwrite_stream in the object writer/streamer.
[oota-llvm.git] / lib / MC / WinCOFFObjectWriter.cpp
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-09 Rafael EspindolaDefine a function with "... llvm::func...".
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-03-30 Yaron KerenRemove more superfluous .str() and replace std::string...
2015-03-26 Rafael EspindolaFix PR23025.
2015-02-11 David MajnemerUnbreak buildbots
2015-02-11 David MajnemerMC, COFF: Align section contents to a four byte boundary
2015-02-09 David MajnemerMC: Calculate intra-section symbol differences correctl...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-04 Yaron Kerenclang-formatted ranged loops and assignment, NFC.
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-11 Nico Weberspeling.
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
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...
next