Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the old ELF linker. | Rafael Espindola | 2016-02-28 | 1 | -32/+0 |
* | [ARM] Add skeleton implementation of DSO linking | Denis Protivensky | 2015-05-21 | 1 | -0/+3 |
* | ELF: Use less templates for ELF types. | Rui Ueyama | 2015-04-14 | 1 | -3/+2 |
* | ELF: Define ELF{32,64}{LE,BE} types and use them everywhere. | Rui Ueyama | 2015-04-14 | 1 | -3/+3 |
* | ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingCon... | Rui Ueyama | 2015-04-02 | 1 | -12/+0 |
* | ELF: x86, x86-64, ARM, AArch64: Remove architecture name prefixes from class ... | Rui Ueyama | 2015-04-02 | 1 | -5/+4 |
* | ELF: Remove <Arch>TargetHandler::kindString. | Rui Ueyama | 2015-04-01 | 1 | -7/+7 |
* | Rename ELFLinkingContext instances "ctx" intead of "context". | Rui Ueyama | 2015-03-27 | 1 | -7/+6 |
* | Use llvm::make_unique. | Rui Ueyama | 2015-03-26 | 1 | -2/+2 |
* | [ARM] Implement static (initial exec) TLS model | Denis Protivensky | 2015-03-19 | 1 | -1/+2 |
* | [ELF] Minimal implementation for ARM static linking | Greg Fitzgerald | 2015-01-21 | 1 | -0/+43 |