summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-101-0/+114
* Work around gold bug http://sourceware.org/PR16794.Rafael Espindola2014-04-021-0/+5
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-291-160/+226
* Remove another unused argument.Rafael Espindola2014-03-271-6/+3
* Remove unused argument.Rafael Espindola2014-03-271-1/+1
* Correctly propagates st_size.Rafael Espindola2014-03-271-7/+6
* Correctly detect if a symbol uses a reserved section index or not.Rafael Espindola2014-03-261-3/+5
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-251-86/+120
* Use Endian.h to simplify this code a bit.Rafael Espindola2014-03-251-104/+64
* Propagate section from base to derived symbol.Rafael Espindola2014-03-241-18/+19
* Propagate types from symbol to aliases.Rafael Espindola2014-03-231-1/+22
* Fix the value computation inRafael Espindola2014-03-211-23/+31
* Reapply 'ARM IAS: support .thumb_set'Saleem Abdulrasool2014-03-201-4/+11
* Look through variables when computing relocations.Rafael Espindola2014-03-201-5/+9
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-191-58/+39
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-181-39/+58
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-181-58/+39
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-171-2/+8
* Consider the base pointer for setting the symbol type.Rafael Espindola2014-03-171-2/+3
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-141-37/+49
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-10/+8
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-2/+1
* doesSectionRequireSymbols is meaningless on ELF, remove.Rafael Espindola2014-02-061-3/+0
* Force emit a relocation for @gnu_indirect_function symbols so that the indirectRoman Divacky2014-01-081-1/+1
* In the ELFWriter when writing aliased (.set) symbols dont blindlyRoman Divacky2014-01-071-1/+36
* MC: Fatally error if subtraction operand is badDavid Majnemer2014-01-061-0/+6
* [mc] Fix ELF st_other flag.Logan Chien2013-12-051-2/+1
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-291-8/+26
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-221-8/+11
* WhitespaceDavid Blaikie2013-10-221-2/+2
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-221-5/+4
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-101-2/+9
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-151-3/+0
* Commit the right files for r176762. Sigh.Nick Lewycky2013-03-091-3/+3
* ELF symbol table field st_other support, Jack Carter2013-02-191-3/+8
* This patch just fixes up various llvm formattingJack Carter2013-02-121-1/+2
* Link .ARM.exidx with corresponding text section.Logan Chien2013-02-051-0/+18
* This patch reworks how llvm targets set Jack Carter2013-01-301-8/+6
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-181-0/+2
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-131-1/+1
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-071-8/+8
* Added Mapping Symbols for ARM ELFTim Northover2012-12-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+3
* Initial TOC support for PowerPC64 object creationAdhemerval Zanella2012-10-251-5/+13
* Check .rela instead of ELF64 for the compensation vaue resettingMichael Liao2012-10-161-2/+1
* Fix comment.Rafael Espindola2012-08-271-3/+4
* The ELF relocation record format is different for N64 Jack Carter2012-06-271-4/+12
* Tidy up. Trailing whitespace.Jim Grosbach2012-05-111-1/+1
* Prune some includes and forward declarations.Craig Topper2012-03-261-3/+2
* Add a hook in MCELFObjectTargetWriter to allow targets to sort relocationAkira Hatanaka2012-03-231-29/+5
OpenPOWER on IntegriCloud