summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/ELFObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Follow aliases when determining if a symbol is thumb.Rafael Espindola2014-04-221-2/+1
* Add parens to appease GCC warning.David Blaikie2014-04-191-4/+4
* Compress debug sections only when beneficial.David Blaikie2014-04-181-2/+6
* Update the fragments of symbols in compressed sections.David Blaikie2014-04-181-0/+21
* Add range access to MCAssembler's symbol collection.David Blaikie2014-04-181-16/+14
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-131-2/+2
* Format fixes for r205990David Blaikie2014-04-111-5/+12
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-111-0/+7
* 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
OpenPOWER on IntegriCloud