WinCOFFObjectWriter.cpp: Roll back TimeDateStamp along ENABLE_TIMESTAMPS.
[oota-llvm.git] / lib / MC / WinCOFFObjectWriter.cpp
2015-09-05 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Roll back TimeDateStamp along...
2015-09-04 David Majnemer[MC] Replace comparison with isUInt<32>.
2015-09-04 NAKAMURA TakumiWinCOFFObjectWriter.cpp: Appease a warning in checking...
2015-09-01 David Majnemer[MC] Generate a timestamp for COFF object files
2015-09-01 David Majnemer[MC] Add support for generating COFF CRCs
2015-09-01 David Majnemer[MC] Allow MCObjectWriter's output stream to be swapped out
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-11 Reid Kleckner[WinEH] Create an llvm.x86.seh.exceptioninfo intrinsic
2015-06-08 Pete CooperMove all of the MCSymbol COFF flags logic in to MCSymbo...
2015-06-08 Pete CooperAdd MCSymbolCOFF class and use it to get and set the...
2015-06-04 Jim GrosbachMC: Clean up the naming for MCMachObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaMove common symbol related information from MCSectionDa...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-28 Rafael EspindolaUse range loops for accessing file names. NFC.
2015-05-27 Rafael EspindolaStop using MCSectionData in WinCOFFObjectWriter.cpp.
2015-05-27 Rafael Espindolaclang-format WinCOFFObjectWriter.cpp. NFC.
2015-05-26 Rafael EspindolaRemove most uses of MCSectionData from MCAssembler.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCAsmLayout.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaTurn MCSectionData into a field of MCSection.
2015-05-21 Rafael EspindolaStop forwarding (get|set)Aligment from MCSectionData...
2015-05-20 Duncan P. N. Exon... MC: Stop using MCSymbolData::getSymbol() in WinCOFF...
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MCObjectWriter::isWeak(), NFC
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in MCObject::IsSymbolRefDifferenceFull...
2015-05-16 Duncan P. N. Exon... MC: Change MCAssembler::Symbols to store MCSymbol, NFC
2015-05-14 Andy AyersDon't omit the constant when computing a cross-section...
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Rafael EspindolaAdd a proper fix for pr23025.
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
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
next