Map directly from signature symbol to group index. NFC.
[oota-llvm.git] / lib / MC / ELFObjectWriter.cpp
2015-04-28 Rafael EspindolaMap directly from signature symbol to group index....
2015-04-28 Rafael EspindolaRemove redundant temporary std::vector.
2015-04-28 Rafael EspindolaAvoid one more walk over all sections. NFC.
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Rafael EspindolaAvoid an extra walk over the sections just to assign...
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-28 Rafael EspindolaUse range loops. NFC.
2015-04-28 Rafael EspindolaAvoid adding to SectionIndexMap sections that we never...
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Rafael EspindolaUse a std::vector to record the offsets of the sections...
2015-04-28 Rafael EspindolaAvoid an extra loop for computing the section size...
2015-04-20 Rafael EspindolaLook past locals in comdats.
2015-04-17 Rafael EspindolaCompute A-B when A or B is weak.
2015-04-17 Rafael EspindolaCompute A-B if both A and B are in the same comdat...
2015-04-17 Benjamin Kramer[mc] Clean up emission of byte sequences
2015-04-17 Rafael EspindolaDon't walk aliases from global to local symbols in...
2015-04-17 Rafael EspindolaWrite relocation sections contiguously.
2015-04-15 Rafael EspindolaWrite section and section table entries in the same...
2015-04-14 Rafael EspindolaUse the ability to pwrite to simplify the ELF writer.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-14 Petar JovanovicRe-enable target-specific relocation table sorting...
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-08 Rafael EspindolaRemove unused variable.
2015-04-08 Rafael EspindolaWrite the section header in the end.
2015-04-08 NAKAMURA TakumiELFObjectWriter.cpp: Prune obsolete \param since r23434...
2015-04-07 Rafael EspindolaDelete commented code. Don't repeat name in comment.
2015-04-07 Rafael EspindolaDon't subtract the header size just to add it back.
2015-04-07 Rafael EspindolaRemove intermediate variables.
2015-04-07 Rafael EspindolaRemove unused argument.
2015-04-06 Rafael EspindolaBe consistent when deciding if a relocation is needed.
2015-04-06 Rafael EspindolaStore the sh_link of ARM_EXIDX directly in MCSectionELF.
2015-04-06 Rafael EspindolaSimplify this function a bit. NFC.
2015-04-06 Rafael EspindolaSimplify mapping from relocation sections to relocated...
2015-03-30 Rafael EspindolaSpecial case the creation of relocation sections.
2015-03-25 Rafael EspindolaFix fixup evaluation when deciding what to relocate...
2015-03-24 Rafael EspindolaDon't be over eager in evaluating a subtraction with...
2015-03-23 Yaron KerenAdd missing ELFObjectWriter::reset() override, like...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-01 Benjamin KramerMake some non-constant static variables non-static...
2015-02-25 NAKAMURA TakumiFix UTF8 chars to ASCII.
2015-02-17 Rafael EspindolaAdd r228980 back.
2015-02-17 Rafael EspindolaAdd r228889 back.
2015-02-17 Rafael EspindolaAdd r228888 back.
2015-02-17 Rafael EspindolaAdd r228886 back now that r229530 fixed the issue lldb...
2015-02-13 Chandler CarruthRevert a series of commits starting at r228886 which...
2015-02-12 Rafael EspindolaAdd support for having multiple sections with the same...
2015-02-11 Rafael EspindolaInvert the section relocation map.
2015-02-11 Rafael EspindolaUse the existing SymbolTableIndex instead of doing...
2015-02-11 Rafael EspindolaCreate the Seciton -> Rel Section map when it is first...
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-02-11 Rafael EspindolaDon't recompute the entire section map just to add...
2015-02-11 Rafael EspindolaRemove unused argument. NFC.
2015-01-29 Rafael EspindolaCompute the ELF SectionKind from the flags.
2015-01-22 Rafael Espindola[pr21886] Change MCJIT/ELF to support MSVC C++ mangled...
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-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-06 Rafael EspindolaNote that a gold bug has been fixed.
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-19 Benjamin KramerElide unnecessary DenseMap copy.
2014-07-20 Ulrich Weigand[MC] Pass MCSymbolData to needsRelocateWithSymbol
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-03 Rafael EspindolaInvert the MC -> Object dependency.
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-14 Artyom SkrobovUsing llvm::sys::swapByteOrder() for the common case...
2014-06-14 Artyom SkrobovRenaming SwapByteOrder() to getSwappedBytes()
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Rafael EspindolaMake getBaseSymbol non recursive.
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Rafael EspindolaSimplify ELFObjectWriter::SymbolValue.
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-29 Rafael EspindolaCentralize the handling of the thumb bit.
2014-04-28 Rafael EspindolaAdd an option for evaluating past symbols.
2014-04-28 Rafael EspindolaSimplify ELFObjectWriter::ExecutePostLayoutBinding.
2014-04-28 Rafael EspindolaSimplify isLocal().
2014-04-28 Rafael EspindolaDon't include an invalid symbol in the symbol table.
2014-04-28 Rafael EspindolaProduce an error instead of a crash in an expr we canno...
2014-04-25 David BlaikieFix quadratic performance during debug compression...
2014-04-24 David BlaikieSpread some const around for non-mutating uses of MCSym...
2014-04-23 Rafael EspindolaCentralize handling of ELF_Other_ThumbFunc.
2014-04-22 Rafael EspindolaFollow aliases when determining if a symbol is thumb.
2014-04-19 David BlaikieAdd parens to appease GCC warning.
2014-04-18 David BlaikieCompress debug sections only when beneficial.
2014-04-18 David BlaikieUpdate the fragments of symbols in compressed sections.
2014-04-18 David BlaikieAdd range access to MCAssembler's symbol collection.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
next