aboutsummaryrefslogtreecommitdiff
path: root/test/tools/llvm-objdump
AgeCommit message (Expand)Author
2018-11-12[llvm-objdump] add more constraints for testsFangrui Song
2018-11-11[llvm-objdump] Add symbol 'O' for object dataKristina Brooks
2018-11-07[WebAssembly] Update test cases after FixFunctionBitcastsHeejin Ahn
2018-10-31[llvm-objdump] Add --reloc alias for -r (PR39407)Kristina Brooks
2018-10-31[llvm-objdump] support '--syms' as an alias of -tKristina Brooks
2018-10-29[llvm-objdump] Don't crash when using `-a` on non-archivesJames Henderson
2018-10-29[llvm-objdump] Add '--full-contents' as alias for '-s'James Henderson
2018-10-19[llvm-objdump] Fix --file-headers (-f) optionPetar Jovanovic
2018-09-11Make malformed-machos.test pass on my Mac.Nico Weber
2018-09-04[MachO] Fix inconsistency between error messages when validating LC_DYSYMTABFrancis Visoiu Mistrih
2018-09-04[MachO] Fix LC_DYSYMTAB validation for external symbolsFrancis Visoiu Mistrih
2018-08-31[llvm-objdump] Keep the memory buffer from the dSYM alive when using -g -dsymFrancis Visoiu Mistrih
2018-08-31AMDGPU: Remove remnants of old address space mappingMatt Arsenault
2018-08-24[llvm-objdump] Label calls to the PLT.Joel Galenson
2018-08-20[llvm-objdump] Add ability to demangle COFF symbols.Zachary Turner
2018-08-03objdump: Better handling of Mach-O universal binariesDave Lee
2018-07-25[llvm-objdump] Add dynamic section printing to private-headers optionPaul Semel
2018-07-18[llvm-objdump] Add -demangle (-C) optionPaul Semel
2018-07-18[llvm-objdump] - Stop reporting bogus section IDs.George Rimar
2018-07-11Revert "[llvm-objdump] Add -demangle (-C) option"Paul Semel
2018-07-11Fix llvm-objdump demangle test (added triple option)Paul Semel
2018-07-11[llvm-objdump] Add -demangle (-C) optionPaul Semel
2018-07-06Reapply: "objdump: Support newer ObjC image info flags"Dave Lee
2018-07-06Revert "objdump: Support newer ObjC image info flags"Dave Lee
2018-07-05objdump: Support newer ObjC image info flagsDave Lee
2018-07-05[llvm-objdump] Removed archive-headers-disas testPaul Semel
2018-07-05[llvm-objcopy] Fix timezone dependant testsPaul Semel
2018-07-05[llvm-objdump] Add --archive-headers (-a) optionPaul Semel
2018-07-04[llvm-objdump] Add --file-headers (-f) optionPaul Semel
2018-06-28Require x86 for this test.Sterling Augustine
2018-06-28Some targets don't have lld built, so just use a binary copySterling Augustine
2018-06-28Handle absolute symbols as branch targets in disassembly.Sterling Augustine
2018-06-26ARM: add binary file git swallowed.Tim Northover
2018-06-26ARM: diagnose unpredictable IT instructionsTim Northover
2018-06-25[SelectionDAG] Remove debug locations from ConstantSD(FP)NodesVedant Kumar
2018-05-10[WebAsembly] Update default triple in test files to wasm32-unknown-unkown.Sam Clegg
2018-05-09[DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen
2018-04-27typoSam Clegg
2018-04-27[WebAssembly] Section symbols must have local bindingSam Clegg
2018-04-26[WebAssembly] Add version to object file metadataSam Clegg
2018-04-26[WebAssembly] objdump: Don't assume all relocations have symbolsSam Clegg
2018-04-26[WebAssembly] Implement getRelocationValueString()Sam Clegg
2018-04-24[WebAssembly] Use section index in relocation section headerSam Clegg
2018-04-19[llvm-objdump] Remove test object fileFrancis Visoiu Mistrih
2018-04-19[llvm-objdump] Print "..." instead of random data for virtual sectionsFrancis Visoiu Mistrih
2018-04-12[WebAssembly] libObject: Don't include the name the size of custom sectionsSam Clegg
2018-03-27[AArch64] Decorate AArch64 instrs with OPERAND_PCRELRafael Auler
2018-03-20For llvm-objdump and Mach-O files, fix the printing of module init andKevin Enderby
2018-03-09[llvm-objdump] Support disassembling by symbol nameRafael Auler
2018-03-05[WebAssembly] Reorder reloc sections to come between symtab and nameNicholas Wilson