summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/OutputELFWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-153/+0
* [ELF] Define __start_XXX/__stop_XXX symbols where XXX is a section nameSimon Atanasyan2015-07-031-1/+2
* [ELF] Move start/end atom method assignment to OutputELFWriter. NFCDenis Protivensky2015-05-211-0/+3
* ELF: Split OutputELFWriter.h to OutputELFWriter.{h,cpp}.Rui Ueyama2015-04-141-448/+4
* [ELF] Set `addAbsoluteAtom` and `addUndefinedAtom` functions return type to voidSimon Atanasyan2015-04-071-1/+1
* [ELF] Simplify adding default atomsSimon Atanasyan2015-04-071-14/+6
* [ELF] Remove redundant const_castSimon Atanasyan2015-04-071-3/+2
* [GNU] Implement --enable-new-dtags/--disable-new-dtagsDavide Italiano2015-04-061-1/+1
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* Strip .strtab and .symtab when --strip-all is used.Davide Italiano2015-04-051-9/+16
* [ELF] Delete empty TargetLayout class and rename DefaultLayout to TargetLayoutSimon Atanasyan2015-04-031-12/+10
* ELF: Remove TargetHandlerBase by merging it with TargetHandler.Rui Ueyama2015-04-011-2/+2
* ELF: Make findAbsoluteAtom return AtomLayout* instead of an iterator.Rui Ueyama2015-03-311-2/+3
* ELF: make scopes of error code varaibles narrower.Rui Ueyama2015-03-271-11/+5
* ELF: Simplify SymbolFile.Rui Ueyama2015-03-271-12/+2
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-44/+42
* [ELF] Use parallel_for_each for writing.Shankar Easwaran2015-03-171-2/+4
* [LinkerScript] Handle symbols defined in linker scriptsRafael Auler2015-03-161-13/+36
* Revert "[ELF] Change few static functions."Shankar Easwaran2015-03-141-2/+2
* [ELF] Ability to resolve undefined symbols lazilyDenis Protivensky2015-03-141-0/+69
* [ELF] Change few static functions.Shankar Easwaran2015-03-141-2/+2
* Use template aliases.Rui Ueyama2015-03-101-22/+22
* [ELF] Add section group/COMDAT support.Shankar Easwaran2015-02-231-0/+7
* [ELF] Implement --strip-all/-sDavide Italiano2015-02-081-1/+3
* Fix five of the shared library build targetsGreg Fitzgerald2015-01-211-1/+1
* [ELF] Add --as-needed.Rui Ueyama2015-01-161-0/+20
* [ELF] Adjust ELF header entry symbol value if this symbol is microMIPS encodedSimon Atanasyan2014-12-041-3/+4
* [ELF] Create input and output section namesShankar Easwaran2014-11-301-1/+3
* [ELF] Rename MergedSection to OutputSection.Shankar Easwaran2014-11-301-10/+10
* Revert "[ELF] Rename MergedSection to OutputSection."Shankar Easwaran2014-11-191-10/+10
* Revert "[ELF] Create input and output section names"Shankar Easwaran2014-11-191-3/+1
* [ELF] Create input and output section namesShankar Easwaran2014-11-191-1/+3
* [ELF] Rename MergedSection to OutputSection.Shankar Easwaran2014-11-191-10/+10
* [ELF] Add CodeModel attribute to the DefinedAtom classSimon Atanasyan2014-11-131-2/+11
* [ELF] Remove is64bits() and isLittlEndian().Shankar Easwaran2014-11-071-5/+5
* [ELF] Fix program headers.Shankar Easwaran2014-11-041-2/+1
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-2/+0
* Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353)Rafael Auler2014-10-091-2/+5
* Revert "[ELF] Only mark as DT_NEEDED libs that are strictly necessary"Rui Ueyama2014-10-091-5/+2
* [ELF] Only mark as DT_NEEDED libs that are strictly necessaryRafael Auler2014-10-081-2/+5
* [ELF] Implement --export-dynamic/-ERafael Auler2014-10-081-9/+0
* [ELF] Never mark the dynamic linker as DT_NEEDEDRafael Auler2014-10-021-0/+3
* [lld] [ELF] Support for general dynamic TLS relocations on X86_64Rafael Auler2014-09-291-2/+2
* Re-commit r218259.Rui Ueyama2014-09-221-1/+1
* Revert "[ELF] Fix linking when a regular object defines a symbol that is used...Rui Ueyama2014-09-221-1/+1
* [ELF] Fix linking when a regular object defines a symbol that is used in a DSORui Ueyama2014-09-221-1/+1
* [ELF] Export strong defined symbol if it coalesces away a weak symbolSimon Atanasyan2014-09-081-1/+2
* [ELF] Add two new virtual functions to the `OutputELFWriter` class to controlSimon Atanasyan2014-06-251-2/+14
* More prefixing of error_code.Rafael Espindola2014-06-121-14/+15
* [ELF] Fix typo in the type name of the range-based loop item.Simon Atanasyan2014-06-101-1/+1
OpenPOWER on IntegriCloud