summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/relocations.test
Commit message (Expand)AuthorAgeFilesLines
* [llvm-readobj][test] - Cleanup and split tests in tools/llvm-readobj folder.Georgii Rymar2019-12-121-302/+0
* [llvm-readobj][test] - Move platform specific test cases and their inputs to ...Georgii Rymar2019-12-101-9/+9
* [test][tools] Add missing and improve testingJames Henderson2019-12-091-11/+0
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg2019-02-041-4/+4
* [llvm-readobj] [COFF] Print the symbol index for relocationsMartin Storsjo2019-01-031-3/+3
* [WebAssembly] Update test cases after FixFunctionBitcastsHeejin Ahn2018-11-071-0/+5
* [WebAssembly] llvm-readobj: display symbols names in relocationsSam Clegg2018-05-011-3/+3
* [WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson2018-03-011-3/+3
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-2/+2
* [WebAssembly] Update relocation names to match specSam Clegg2017-09-011-1/+1
* [WebAssembly] Be consistent in generating trivial test input filesSam Clegg2017-07-101-8/+7
* [WebAssembly] Add some tests for wasm MC layerSam Clegg2017-04-281-3/+2
* [WebAssembly] Improve readobj and nm support for wasmSam Clegg2017-04-141-0/+25
* Improve the --expand-relocs handling of MachO.Rafael Espindola2015-06-181-84/+26
* Pass --expand-relocs to a few more tests.Rafael Espindola2015-06-181-22/+182
* COFF: Add another test for r222124David Majnemer2014-11-251-0/+2
* Add a test for r221870David Majnemer2014-11-201-0/+8
* llvm-readobj: fix MachO relocatoin printing a bit.Tim Northover2014-07-041-26/+26
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-1/+1
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-26/+26
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-0/+89
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-0/+42
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-7/+7
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-7/+7
* Print more information about relocations.Rafael Espindola2013-04-111-7/+7
* Add MachO-x86-64 tests.Rafael Espindola2013-04-111-9/+19
* Implements low-level object file format specific output for COFF andEric Christopher2013-04-031-0/+32
OpenPOWER on IntegriCloud