Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move everything over to TargetInfo. | Michael J. Spencer | 2013-01-23 | 1 | -28/+0 |
| | | | | | | | | I really would have liked to split this patch up, but it would greatly complicate the lld-core and lld drivers having to deal with both {Reader,Writer}Option and TargetInfo. llvm-svn: 173217 | ||||
* | Populate entry point into ELF executable. | Hemant Kulkarni | 2012-11-21 | 1 | -1/+1 |
| | | | | llvm-svn: 168461 | ||||
* | ELF support for LLD writer. The writer at present emits ELF header and section | Hemant Kulkarni | 2012-09-14 | 1 | -0/+28 |
table header. Skeleton code for ReferenceKinds. Credits: Doxygen by Michael Spencer. Origianl implementation from Macho by Sidney Manning. Templatization, implementation of section header chunks, string table, ELF header by Hemant Kulkarni. llvm-svn: 163906 |