summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Write section and section table entries in the same order.Rafael Espindola2015-04-151-50/+15
* Use the ability to pwrite to simplify the ELF writer.Rafael Espindola2015-04-141-44/+31
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-2/+2
* Re-enable target-specific relocation table sorting and use it for MipsPetar Jovanovic2015-04-141-31/+3
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Remove unused variable.Rafael Espindola2015-04-081-2/+0
* Write the section header in the end.Rafael Espindola2015-04-081-27/+4
* ELFObjectWriter.cpp: Prune obsolete \param since r234342. [-Wdocumentation]NAKAMURA Takumi2015-04-081-1/+0
* Delete commented code. Don't repeat name in comment.Rafael Espindola2015-04-071-7/+1
* Don't subtract the header size just to add it back.Rafael Espindola2015-04-071-5/+4
* Remove intermediate variables.Rafael Espindola2015-04-071-7/+1
* Remove unused argument.Rafael Espindola2015-04-071-9/+6
* Be consistent when deciding if a relocation is needed.Rafael Espindola2015-04-061-9/+8
* Store the sh_link of ARM_EXIDX directly in MCSectionELF.Rafael Espindola2015-04-061-13/+2
* Simplify this function a bit. NFC.Rafael Espindola2015-04-061-20/+4
* Simplify mapping from relocation sections to relocated sections.Rafael Espindola2015-04-061-39/+21
* Special case the creation of relocation sections.Rafael Espindola2015-03-301-6/+3
* Fix fixup evaluation when deciding what to relocate with.Rafael Espindola2015-03-251-2/+8
* Don't be over eager in evaluating a subtraction with a weak symbol.Rafael Espindola2015-03-241-1/+9
* Add missing ELFObjectWriter::reset() override, like other MC classes.Yaron Keren2015-03-231-0/+14
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-2/+2
* Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...Daniel Sanders2015-03-131-1/+2
* Make some non-constant static variables non-static or fully const.Benjamin Kramer2015-03-011-1/+1
* Fix UTF8 chars to ASCII.NAKAMURA Takumi2015-02-251-1/+1
* Add r228980 back.Rafael Espindola2015-02-171-1/+1
* Add r228889 back.Rafael Espindola2015-02-171-31/+26
* Add r228888 back.Rafael Espindola2015-02-171-7/+3
* Add r228886 back now that r229530 fixed the issue lldb was hitting.Rafael Espindola2015-02-171-47/+45
* Revert a series of commits starting at r228886 which is triggering someChandler Carruth2015-02-131-71/+82
* Add support for having multiple sections with the same name and comdat.Rafael Espindola2015-02-121-1/+1
* Invert the section relocation map.Rafael Espindola2015-02-111-31/+26
* Use the existing SymbolTableIndex instead of doing a lookup. NFC.Rafael Espindola2015-02-111-7/+3
* Create the Seciton -> Rel Section map when it is first needed. NFC.Rafael Espindola2015-02-111-47/+45
* Remove unused argument. NFC.Rafael Espindola2015-02-111-8/+4
* Don't recompute the entire section map just to add 3 entries. NFC.Rafael Espindola2015-02-111-6/+6
* Remove unused argument. NFC.Rafael Espindola2015-02-111-4/+2
* Compute the ELF SectionKind from the flags.Rafael Espindola2015-01-291-20/+9
* [pr21886] Change MCJIT/ELF to support MSVC C++ mangled symbol.Rafael Espindola2015-01-221-9/+36
* Add r224985 back with fixes.Rafael Espindola2015-01-191-6/+4
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-4/+6
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-6/+4
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-4/+6
* Add r224985 back with a fix.Rafael Espindola2014-12-311-6/+4
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-4/+6
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-6/+4
* Add back commits r219835 and a fixed version of r219829.Rafael Espindola2014-10-171-48/+26
* Revert commit r219835 and r219829.Rafael Espindola2014-10-171-26/+48
* Correctly handle references to section symbols.Rafael Espindola2014-10-151-48/+26
* Simplify handling of --noexecstack by using getNonexecutableStackSection.Rafael Espindola2014-10-151-7/+0
OpenPOWER on IntegriCloud