summaryrefslogtreecommitdiffstats
path: root/lld/lib/ReaderWriter/ELF/X86/X86ExecutableWriter.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the old ELF linker.Rafael Espindola2016-02-281-39/+0
* ELF: Remove ELFT template argument when referring the base class.Rui Ueyama2015-04-141-2/+2
* ELF: Define ELF{32,64}{LE,BE} types and use them everywhere.Rui Ueyama2015-04-141-10/+7
* [ELF] Remove unused xxxWriter class fieldsSimon Atanasyan2015-04-071-5/+1
* [ELF] Remove redundant override methods which just call base class functionsSimon Atanasyan2015-04-071-4/+0
* [ELF] Simplify adding default atomsSimon Atanasyan2015-04-071-4/+0
* Replace the `createImplicitFiles` method return type with `void`Simon Atanasyan2015-04-061-3/+2
* [ELF] Use override keyword instead of virtualSimon Atanasyan2015-04-061-3/+3
* ELF: Remove empty classes.Rui Ueyama2015-04-021-3/+3
* ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ...Rui Ueyama2015-04-021-2/+2
* Rename ELFLinkingContext instances "ctx" intead of "context".Rui Ueyama2015-03-271-6/+4
* [ELF] Add Readers for all the ELF subtargets.Shankar Easwaran2014-10-181-0/+57
OpenPOWER on IntegriCloud