summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Note that a gold bug has been fixed.Rafael Espindola2014-10-061-2/+3
* WinCOFFObjectWriter: optimize the string table for common sufficesHans Wennborg2014-09-291-2/+2
* Elide unnecessary DenseMap copy.Benjamin Kramer2014-09-191-3/+3
* [MC] Pass MCSymbolData to needsRelocateWithSymbolUlrich Weigand2014-07-201-1/+1
* Mips.abiflags is a new implicitly generated section that will be present on ...Vladimir Medic2014-07-081-0/+1
* Invert the MC -> Object dependency.Rafael Espindola2014-07-031-1/+1
* Convert some assert(0) to llvm_unreachable or fold an 'if' condition into the...Craig Topper2014-06-191-2/+1
* Using llvm::sys::swapByteOrder() for the common case of byte-swapping a value...Artyom Skrobov2014-06-141-1/+1
* Renaming SwapByteOrder() to getSwappedBytes()Artyom Skrobov2014-06-141-1/+1
* Fix pr19645.Rafael Espindola2014-05-031-2/+21
* Move getBaseSymbol somewhere the COFF writer can use.Rafael Espindola2014-05-011-26/+3
* Make getBaseSymbol non recursive.Rafael Espindola2014-05-011-3/+5
* Provide a version of getSymbolOffset that returns false on error.Rafael Espindola2014-04-301-24/+6
* Simplify ELFObjectWriter::SymbolValue.Rafael Espindola2014-04-301-22/+14
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-301-86/+32
* Centralize the handling of the thumb bit.Rafael Espindola2014-04-291-8/+9
* Add an option for evaluating past symbols.Rafael Espindola2014-04-281-2/+2
* Simplify ELFObjectWriter::ExecutePostLayoutBinding.Rafael Espindola2014-04-281-3/+6
* Simplify isLocal().Rafael Espindola2014-04-281-11/+6
* Don't include an invalid symbol in the symbol table.Rafael Espindola2014-04-281-8/+10
* Produce an error instead of a crash in an expr we cannot represent.Rafael Espindola2014-04-281-1/+6
* Fix quadratic performance during debug compression due to sections x symbols ...David Blaikie2014-04-251-12/+21
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-1/+1
* Centralize handling of ELF_Other_ThumbFunc.Rafael Espindola2014-04-231-3/+2
OpenPOWER on IntegriCloud