Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ELF][X86] Allow PT_LOAD to have overlapping p_offset ranges on EM_X86_64 | Fangrui Song | 2019-09-16 | 1 | -1/+1 |
| | | | | | | | | Port the D64906 technique to EM_X86_64. Differential Revision: https://reviews.llvm.org/D67482 llvm-svn: 371958 | ||||
* | Update testcases for llvm-dwarfdump command line interface change | Adrian Prantl | 2017-09-11 | 1 | -1/+1 |
| | | | | llvm-svn: 312974 | ||||
* | [LLD] Mark a number of x86 only tests to require x86 | Jon Chesterfield | 2017-07-18 | 1 | -0/+1 |
| | | | | | | | | | | | Noticed while testing for an out of tree target. There are probably more tests that should be so marked. I'm not sure who owns these tests so I've added a few names I recognise from the recent history. With advice from probinson, ruiu, rafael and dramatically improved by davidb. Thank you all! Differential Revision: https://reviews.llvm.org/D34685 llvm-svn: 308335 | ||||
* | ELF: --gdb-index: Do not add dead sections to the address area. | Peter Collingbourne | 2017-05-15 | 1 | -0/+157 |
Fixes PR33032. Differential Revision: https://reviews.llvm.org/D33175 llvm-svn: 303088 |