summaryrefslogtreecommitdiff
path: root/llvm/test/Object/objdump-relocations.test
AgeCommit message (Expand)Author
2020-03-15[test] llvm/test/: change llvm-objdump single-dash long options to double-das...Fangrui Song
2020-03-06[lib/ObjectYAML] - Make `ELFYAML::Relocation::Offset` optional.Georgii Rymar
2020-02-12[llvm-objdump] Add column headers for relocation printingLiad Mordekoviz
2020-01-21[test] Use yaml2obj -o %t instead of > %tFangrui Song
2019-11-19[llvm-objdump] Print relocation addends in hexadecimalDavid Bozier
2019-07-08[llvm\test\Object] - An initial step to cleanup the test cases.George Rimar
2019-05-07[llvm-objdump] - Print relocation record in a GNU format.George Rimar
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg
2018-11-07[WebAssembly] Update more test cases after FixFunctionBitcastsHeejin Ahn
2018-06-01Implemented sane default for llvm-objdump's relocation Value formatDaniel Cederman
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg
2018-03-01[WebAssembly] Update pre-generated test files to match latest llc output. NFC.Nicholas Wilson
2018-02-23[WebAssembly] Add first claass symbol table to wasm objectsSam Clegg
2017-09-01[WebAssembly] Update relocation names to match specSam Clegg
2017-07-10[WebAssembly] Be consistent in generating trivial test input filesSam Clegg
2014-10-29Fix getRelocationValueString to return the symbol name for EM_386.Jan Wen Voung
2014-01-23[Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan
2013-04-03Implement the "mips endian" for r_info.Rafael Espindola
2012-09-05Teach libObject about some more ELF relocations. llvm-objdump -r now knowsNick Lewycky
2012-06-23Add relocation types for Hexagon processor; patch by Sidney Manning <sidneym@...Marshall Clow
2011-10-31Change the actual tests to match the input directory rename (duh)Matt Beaumont-Gay
2011-10-13ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...Michael J. Spencer
2011-10-08llvm-objdump: Add relocation and archive support.Michael J. Spencer