summaryrefslogtreecommitdiffstats
path: root/lld/include
Commit message (Expand)AuthorAgeFilesLines
* [ARM] Move out .ARM.exidx related things to ARM backendDenis Protivensky2015-05-261-1/+0
* [ELF] Add support for -z origin/now options.Davide Italiano2015-05-261-0/+11
* [lld] Manage atom ordinals in the File class rather than using a static counter.Lang Hames2015-05-222-4/+10
* [LLD] Make lastOrdinal atomic to avoid race conditions.Lang Hames2015-05-201-1/+2
* [LLD] Fix an out-of-order-initialization bug that was introduced in r237841 byLang Hames2015-05-201-1/+1
* [LLD] Revert r237842 - it went in without a proper commit message.Lang Hames2015-05-201-1/+1
* yLang Hames2015-05-201-1/+1
* [LLD] Add support for the -stack_size option to Darwin ld.Lang Hames2015-05-201-0/+4
* [LLD] Add a mutex to prevent concurrent modification of the dylib maps inLang Hames2015-05-131-0/+1
* [ARM] Generation of .ARM.exidx/.ARM.extab sectionsLeny Kholodov2015-05-081-0/+1
* [ELF] Initialize the _outputMagic class field using default valueSimon Atanasyan2015-05-081-1/+1
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-271-2/+1
* Use MemoryBufferRef instead of MemoryBuffer&. NFC.Rafael Espindola2015-04-242-1/+3
* Simplify parseMemberFiles to take a single file.Rafael Espindola2015-04-241-1/+1
* Return ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-2/+2
* Remove unused enum value. NFC.Rafael Espindola2015-04-241-1/+0
* Return an ErrorOr<std::unique_ptr<File>>. NFC.Rafael Espindola2015-04-241-3/+2
* Delete unnecessary generality in loadFile.Rafael Espindola2015-04-241-4/+4
* [GNU/ELF] Add support for -X/--discard-locals.Davide Italiano2015-04-201-0/+5
* [GNU/ELF] Add support for -x/--discard-all.Davide Italiano2015-04-181-0/+5
* Use C++11 non-static member initialization.Rui Ueyama2015-04-171-6/+4
* ELF: Remove ELFT and LinkingContext template parameters from ELFReader.Rui Ueyama2015-04-141-0/+1
* Define make_dynamic_error_code(const char *).Rui Ueyama2015-04-141-0/+1
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-0/+5
* Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."Nico Weber2015-04-111-2/+3
* PECOFF: Use C++11 braced init list to make Version objects.Rui Ueyama2015-04-101-3/+2
* Use C++11 non-static member initialization.Rui Ueyama2015-04-101-8/+4
* Do s/_context/_ctx/g globally.Rui Ueyama2015-04-102-3/+3
* Remove the Native file format.Rui Ueyama2015-04-105-30/+7
* [Mips] Add -pcrel-eh-reloc command line optionSimon Atanasyan2015-04-101-0/+5
* ELF: Move Hexagon linker helper function to Hexagon directory.Rui Ueyama2015-04-101-37/+0
* Remove dead code.Rui Ueyama2015-04-101-20/+0
* AtomVector: Reorder member orders to use template alias in AtomRange.Rui Ueyama2015-04-081-11/+9
* Rename atom_collection -> AtomVector.Rui Ueyama2015-04-083-44/+42
* Separate atom_collection type into two different types. NFC.Rui Ueyama2015-04-082-28/+25
* Add begin() and end() to atom_collection that returns non-const iterators.Rui Ueyama2015-04-081-3/+8
* Replace atom_iterator with a template alias.Rui Ueyama2015-04-081-57/+6
* Merge atom_collection_vector with atom_collection.Rui Ueyama2015-04-083-54/+40
* Remove atom_collection_empty class.Rui Ueyama2015-04-081-22/+4
* vec.data() and vec.data() + vec.size() are both safe even if the vector is em...Rui Ueyama2015-04-081-4/+2
* Remove unused typedefs.Rui Ueyama2015-04-081-12/+0
* Define SimpleFile::addAtom for concrete atom types.Rui Ueyama2015-04-071-18/+23
* Merge MutableFile with SimpleFile.Rui Ueyama2015-04-075-31/+11
* Fix a very silly typo in my previous commit. I need more coffee.Davide Italiano2015-04-061-1/+1
* [GNU] Implement --enable-new-dtags/--disable-new-dtagsDavide Italiano2015-04-061-0/+13
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-064-5/+4
* ELF: Merge ELFTargets.h with ELFLinkingContext.h.Rui Ueyama2015-04-042-29/+9
* Remove a parameter for file extension from canParse.Rui Ueyama2015-04-041-4/+2
* ELF: Define mergeHeaderFlags to ELFLinkingContext.Rui Ueyama2015-04-041-0/+8
* ELF: Remove partial class definitions of <Arch>LinkingContexts.Rui Ueyama2015-04-031-16/+7
OpenPOWER on IntegriCloud