aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ObjectYAML
AgeCommit message (Expand)AuthorFilesLines
2020-08-21Revert "[DWARFYAML] Add support for referencing different abbrev tables."Xing GUO3-300/+1
2020-08-21[DWARFYAML] Add support for referencing different abbrev tables.Xing GUO3-1/+300
2020-08-21[DWARFYAML] Add support for emitting multiple abbrev tables.Xing GUO9-614/+625
2020-08-19[obj2yaml] Refactor the .debug_pub* sections dumper.Xing GUO1-0/+59
2020-08-13[DWARFYAML] Replace InitialLength with Format and Length. NFC.Xing GUO2-12/+6
2020-08-11[macho2yaml] Refactor the DWARF section dumpers.Xing GUO1-2/+0
2020-08-06[DWARFYAML][debug_info] Make the 'Values' field optional.Xing GUO2-8/+0
2020-07-31[DWARFYAML][debug_aranges] Use yaml::Hex64 rather than uint64_t as length. NFC.Xing GUO1-1/+1
2020-07-31[DWARFYAML] Make the debug_aranges entry optional.Xing GUO1-1/+66
2020-07-30[DWARFYAML] Make the 'AddressSize', 'SegmentSelectorSize' fields optional.Xing GUO1-1/+0
2020-07-29[DWARFYAML] Make the field names consistent with the DWARF spec. NFC.Xing GUO4-25/+25
2020-07-29[DWARFYAML][test] Make the check lines stricter. NFC.Xing GUO1-10/+9
2020-07-29[DWARFYAML] Replace uint*_t with yaml::Hex* in the 'debug_aranges' entry.Xing GUO1-4/+4
2020-07-22[DWARFYAML] Use yaml::Hex64 rather than uint64_t as length. NFC.Xing GUO3-7/+7
2020-07-08[test] Run llvm/test/**/*.yaml & don't run llvm/test/**/*.cxx (not exist)Fangrui Song1-1/+0
2020-07-02[DWARFYAML][debug_abbrev] Emit 0 byte for terminating abbreviations.Xing GUO1-2/+2
2020-06-30[DWARFYAML][MachO] Remove endianness related tests.Xing GUO2-65/+8
2020-06-30[DWARFYAML][debug_info] Replace 'InitialLength' with 'Format' and 'Length'.Xing GUO5-145/+405
2020-06-18[DWARFYAML][debug_abbrev] Make the abbreviation code optional.Xing GUO4-20/+20
2020-06-14[NFC] mv llvm/test/tools/obj2yaml/macho-DWARF-debug-ranges.yaml llvm/test/Obj...Xing GUO1-0/+245
2020-06-13Recommit "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `...Xing GUO3-8/+4
2020-06-13Revert "[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Le...Xing GUO3-4/+8
2020-06-13[DWARFYAML][debug_line] Replace `InitialLength` with `Format` and `Length`.Xing GUO3-8/+4
2020-06-12[yaml2obj][MachO] - Fix PubName/PubType handling.Georgii Rymar1-2/+3
2020-06-05[DWARFYAML][debug_aranges] Replace InitialLength with Format and Length.Xing GUO4-10/+5
2020-05-29[ObjectYAML][DWARF] Make the `PubSection` optional.Xing GUO1-0/+90
2020-05-28[ObjectYAML][MachO] Add error handling in MachOEmitter.Xing GUO2-2/+102
2020-04-22[ObjectYAML][MachO] Add support for relocationsAlexander Shaposhnikov6-4/+2572
2020-04-06[llvm] Fix missing FileCheck directive colonsJonathan Roelofs1-2/+2
2020-03-15[test] llvm/test/: change llvm-objdump single-dash long options to double-das...Fangrui Song1-1/+1
2020-01-23[DWARF] Return Error from DWARFDebugArangeSet::extract().Igor Kudrin5-60/+0
2020-01-21[test] Use yaml2obj -o %t instead of > %tFangrui Song2-3/+3
2019-10-30[ObjectYAML] - Redefine LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::yaml::Hex*) as LLV...Georgii Rymar9-117/+38
2019-10-18[WebAssembly] Allow multivalue signatures in object filesThomas Lively12-31/+44
2019-09-13[yaml2obj/ObjectYAML] - Cleanup the error reporting API, add custom errors ha...George Rimar1-1/+1
2019-08-29[ObjectYAML] Fix lifetime issue in dumpDebugLinesVitaly Buka1-6/+6
2019-08-20[yaml2obj/obj2yaml][MachO] Fix a test failure in big endian hostsSeiya Nuta1-2/+2
2019-08-20[yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2-2/+165
2019-06-17[yaml2obj][MachO] Don't fill dummy data for virtual sectionsSeiya Nuta1-0/+226
2019-05-01[llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song1-1/+1
2019-03-20[WebAssembly] Target features sectionThomas Lively1-0/+25
2019-02-19[WebAssembly] Update MC for bulk memoryThomas Lively2-8/+26
2019-02-04[WebAssembly] Rename relocations from R_WEBASSEMBLY_ to R_WASM_Sam Clegg3-10/+10
2019-01-17[WebAssembly] Parse llvm.ident into producers sectionThomas Lively2-0/+43
2019-01-17Revert "[WebAssembly] Parse llvm.ident into producers section"Thomas Lively2-43/+0
2019-01-16[WebAssembly] Parse llvm.ident into producers sectionThomas Lively2-0/+43
2019-01-16[WebAssembly] Store section alignment as a power of 2Sam Clegg6-7/+7
2019-01-08[WebAssembly] Massive instruction renamingThomas Lively3-7/+7
2018-12-15[WebAssembly] Check if the section order is correctHeejin Ahn1-0/+20
2018-12-12[WebAssembly] Update dylink section parsingSam Clegg1-0/+4