| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the old ELF linker. | Rafael Espindola | 2016-02-28 | 1 | -48/+0 |
* | ELF: Inline ELFReader typedefs which are used only once. | Rui Ueyama | 2015-04-14 | 1 | -5/+2 |
* | ELF: Remove ELFT and LinkingContext template parameters from ELFReader. | Rui Ueyama | 2015-04-14 | 1 | -2/+2 |
* | ELF: Define ELF{32,64}{LE,BE} types and use them everywhere. | Rui Ueyama | 2015-04-14 | 1 | -4/+3 |
* | ELF: s/ELFTy/ELFT/ for consistency. | Rui Ueyama | 2015-04-13 | 1 | -4/+4 |
* | ELF: Return TargetRelocationHandler instead of <ArcH>TargetRelocationHandler. | Rui Ueyama | 2015-04-04 | 1 | -1/+1 |
* | ELF: Remove ELF{Object,DSO}Reader alias templates. | Rui Ueyama | 2015-04-04 | 1 | -3/+2 |
* | ELF: Remove <Arch>ELFReader.h. NFC. | Rui Ueyama | 2015-04-03 | 1 | -4/+9 |
* | ELF: Remove {AArch64,X86,X86_64}ELFFile because they are empty. | Rui Ueyama | 2015-04-02 | 1 | -1/+0 |
* | ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon... | Rui Ueyama | 2015-04-02 | 1 | -2/+0 |
* | ELF: Remove empty classes. | Rui Ueyama | 2015-04-02 | 1 | -6/+1 |
* | ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ... | Rui Ueyama | 2015-04-02 | 1 | -3/+3 |
* | ELF: Remove <Arch>TargetHandler::kindString. | Rui Ueyama | 2015-04-01 | 1 | -1/+0 |
* | ELF: Remove TargetHandlerBase by merging it with TargetHandler. | Rui Ueyama | 2015-04-01 | 1 | -1/+1 |
* | ELF: Remove dead class that does nothing in class hierarchy. | Rui Ueyama | 2015-03-31 | 1 | -3/+1 |
* | ELF: Remove TargetHandler::getTargetLayout. | Rui Ueyama | 2015-03-31 | 1 | -4/+0 |
* | Replace *(uniqueptr.get()) with *uniqueptr. | Rui Ueyama | 2015-03-31 | 1 | -2/+2 |
* | Rename ELFLinkingContext instances "ctx" intead of "context". | Rui Ueyama | 2015-03-27 | 1 | -5/+5 |
* | Use llvm::make_unique. | Rui Ueyama | 2015-03-26 | 1 | -2/+2 |
* | [ELF] Add LinkingContext to the ELFReader. | Shankar Easwaran | 2015-02-12 | 1 | -4/+4 |
* | [ELF] Check for target architecture. | Shankar Easwaran | 2014-10-20 | 1 | -1/+0 |
* | [ELF] Add Readers for all the ELF subtargets. | Shankar Easwaran | 2014-10-18 | 1 | -20/+11 |
* | More prefixing of error_code. | Rafael Espindola | 2014-06-12 | 1 | -3/+3 |
* | [ELF] Add "override" and remove "virtual". | Rui Ueyama | 2014-03-28 | 1 | -7/+7 |
* | [C++11] Switch from LLVM_FINAL to just "final" now that all of LLVM is | Chandler Carruth | 2014-03-02 | 1 | -2/+2 |
* | [ELF] Make changes to all the targets supported currently | Shankar Easwaran | 2014-01-27 | 1 | -8/+23 |
* | Run clang-format on r197727. | Rui Ueyama | 2013-12-20 | 1 | -5/+2 |
* | [lld] fix unused variable warnings | Nick Kledzik | 2013-12-19 | 1 | -4/+1 |
* | [lld] Introduce registry and Reference kind tuple | Nick Kledzik | 2013-12-19 | 1 | -0/+9 |
* | Replace ErrorOr<void> with error_code. | Rafael Espindola | 2013-11-05 | 1 | -3/+3 |
* | [ELF] Change MaxAlignment to 2. | Shankar Easwaran | 2013-10-09 | 1 | -1/+1 |
* | Rename TargetInfo -> LinkingContext. | Rui Ueyama | 2013-08-06 | 1 | -4/+5 |
* | [lld] Move AtomLayout from ELF to ReaderWriter so that it can be used by non-... | Rui Ueyama | 2013-06-16 | 1 | -1/+1 |
* | [ELF] Use the target's LayoutHandler. | Michael J. Spencer | 2013-01-30 | 1 | -0/+6 |
* | [ELF] Add {Hexagon,PPC,X86}TargetHandler. | Michael J. Spencer | 2013-01-30 | 1 | -0/+48 |