Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF] Chop the ELF prefix off of most things. | Michael J. Spencer | 2013-01-29 | 1 | -658/+0 |
| | | | | llvm-svn: 173838 | ||||
* | [ELF] Fix header sort order. | Michael J. Spencer | 2013-01-29 | 1 | -7/+7 |
| | | | | llvm-svn: 173822 | ||||
* | [ELF] Add support for IFUNC. | Michael J. Spencer | 2013-01-29 | 1 | -1/+25 |
| | | | | | | | | This sadly doesn't have a test for the final output because llvm-objdump can't dump relocations that don't belong to a section :( llvm-svn: 173808 | ||||
* | [ELF] Give Chunk a ELFTargetInfo. | Michael J. Spencer | 2013-01-29 | 1 | -4/+4 |
| | | | | llvm-svn: 173743 | ||||
* | add register section, remove contentType from sectionKey | Shankar Easwaran | 2013-01-28 | 1 | -45/+48 |
| | | | | llvm-svn: 173709 | ||||
* | [ELF][X86-64] Use the correct base address. | Michael J. Spencer | 2013-01-25 | 1 | -1/+1 |
| | | | | llvm-svn: 173527 | ||||
* | Move everything over to TargetInfo. | Michael J. Spencer | 2013-01-23 | 1 | -6/+8 |
| | | | | | | | | 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 | ||||
* | no functionality changes(split WriterELF into multiple files) | Shankar Easwaran | 2013-01-21 | 1 | -0/+629 |
llvm-svn: 173082 |