summaryrefslogtreecommitdiff
path: root/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAge
* Add parens to appease GCC warning.David Blaikie2014-04-19
* Compress debug sections only when beneficial.David Blaikie2014-04-18
* Update the fragments of symbols in compressed sections.David Blaikie2014-04-18
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-18
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* Format fixes for r205990David Blaikie2014-04-11
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-11
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-10
* Work around gold bug http://sourceware.org/PR16794.Rafael Espindola2014-04-02
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* Correctly propagates st_size.Rafael Espindola2014-03-27
* Correctly detect if a symbol uses a reserved section index or not.Rafael Espindola2014-03-26
* Create .symtab_shndxr only when needed.Rafael Espindola2014-03-25
* Use Endian.h to simplify this code a bit.Rafael Espindola2014-03-25
* Propagate section from base to derived symbol.Rafael Espindola2014-03-24
* Propagate types from symbol to aliases.Rafael Espindola2014-03-23
* Fix the value computation inRafael Espindola2014-03-21
* Reapply 'ARM IAS: support .thumb_set'Saleem Abdulrasool2014-03-20
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* Revert "Add back r203962, r204028 and r204059."Rafael Espindola2014-03-19
* Add back r203962, r204028 and r204059.Rafael Espindola2014-03-18
* Revert r203962 and two revisions depending on it: r204028 and r204059.Alexander Kornienko2014-03-18
* ARM IAS: support .thumb_setSaleem Abdulrasool2014-03-17
* Consider the base pointer for setting the symbol type.Rafael Espindola2014-03-17
* Correctly handle an ELF symbol defined with "a = b + expr".Rafael Espindola2014-03-14
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-08
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* doesSectionRequireSymbols is meaningless on ELF, remove.Rafael Espindola2014-02-06
* Force emit a relocation for @gnu_indirect_function symbols so that the indirectRoman Divacky2014-01-08
* In the ELFWriter when writing aliased (.set) symbols dont blindlyRoman Divacky2014-01-07
* MC: Fatally error if subtraction operand is badDavid Majnemer2014-01-06
* [mc] Fix ELF st_other flag.Logan Chien2013-12-05
* Move the STT_FILE symbols out of the normal symbol table processing forJoerg Sonnenberger2013-10-29
* MC: Support multiple sections with the same name in the same comdat groupDavid Blaikie2013-10-22
* WhitespaceDavid Blaikie2013-10-22
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-22
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-10
* Remove MCELFObjectTargetWriter::adjustFixupOffset hackUlrich Weigand2013-05-15
* Commit the right files for r176762. Sigh.Nick Lewycky2013-03-09
* ELF symbol table field st_other support, Jack Carter2013-02-19
* This patch just fixes up various llvm formattingJack Carter2013-02-12
* Link .ARM.exidx with corresponding text section.Logan Chien2013-02-05
* This patch reworks how llvm targets set Jack Carter2013-01-30
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-18
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Make the contents of encoded sections SmallVector<char, N> instead ofEli Bendersky2012-12-07
* Added Mapping Symbols for ARM ELFTim Northover2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03