aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ObjectYAML
AgeCommit message (Expand)AuthorFilesLines
2024-03-25Add support for PSV EntryFunctionName (#86296)Cooper Partin8-0/+814
2024-03-21Revert "Add support for PSV EntryFunctionName (#84409)" (#86211)Cooper Partin8-814/+0
2024-03-21Add support for PSV EntryFunctionName (#84409)Cooper Partin8-0/+814
2023-10-05[DX] Add support for program signatures (#67346)Chris B1-0/+254
2023-09-15[DX] Support pipeline state masks (#66425)Chris B20-82/+810
2023-08-16Re-land [DX] Add support for PSV signature elementsChris Bieneman17-96/+240
2023-08-16Revert "[DX] Add support for PSV signature elements"Chris Bieneman17-240/+96
2023-08-16[DX] Add support for PSV signature elementsChris Bieneman17-96/+240
2023-07-27[WebAssembly][Objcopy] Write output section headers identically to inputsDerek Schuff1-0/+91
2023-07-19[DX] Fix PSV resource serializationChris Bieneman24-0/+48
2023-06-28[Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcodeFangrui Song1-1/+14
2023-02-02[DX] Add support for PSV resource bindingsChris Bieneman24-0/+496
2023-02-01[DX] Begin adding support for pipeline stateChris Bieneman24-0/+1268
2022-12-15[MachOYAML] Improve section offset misalignment error messageMichael Buch1-1/+1
2022-11-22[MachO] Support exports trie in both LC_DYLD_INFO and LC_DYLD_EXPORTS_TRIEDaniel Rodríguez Troitiño2-0/+204
2022-11-11[ObjectYAML] Basic support for chained fixups.Daniel Rodríguez Troitiño1-0/+227
2022-10-04[ObjectYAML] Support for basic data in code.Daniel Rodríguez Troitiño1-0/+218
2022-10-04[ObjectYAML][MachO] Encode export trie address as ULEB128, not as SLEB128Daniel Rodríguez Troitiño1-3/+9
2022-07-14[obj2yaml] Add -o to specify output filenameFangrui Song2-2/+10
2022-07-07[Object] Add ELF section type for offloading objectsJoseph Huber1-0/+28
2022-07-01[ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2objJoseph Huber8-0/+179
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg1-0/+42
2022-02-13[test][ObjectYAML][MachO] Fix assertion syntaxKeith Smiley1-1/+1
2022-02-13[ObjectYAML][MachO] Add LC_FUNCTION_STARTS supportKeith Smiley1-0/+186
2021-11-30[ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect symbol tableVincent Lee1-0/+259
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-8/+2
2021-09-12[WebAssembly] Convert to new "dylink.0" section formatSam Clegg1-2/+2
2021-07-26[yaml2obj][MachO] Rename PayloadString to ContentFangrui Song5-18/+18
2021-06-17[WebAssembly] Rename event to tagHeejin Ahn1-11/+11
2021-04-09[lld] Fixed CodeView GuidAdapter::format to handle GUID bytes in the right or...Alex Orlov1-2/+2
2021-03-24[WebAssembly] Rename WasmLimits::Initial to ::Minimum. NFC.Andy Wingo7-22/+22
2021-03-05[WebAssembly][yaml2obj][obj2yaml] Elem sections for nonzero tablesAndy Wingo1-0/+123
2021-02-25Add more historic DWARF vendor extensionsAdrian Prantl1-2/+2
2021-02-02[yaml2obj][wasm] Support numeric relocation typeFangrui Song1-0/+6
2021-01-25[Object][WebAssembly] Update format of error messagesSam Clegg3-3/+3
2020-11-18Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar49-638/+638
2020-11-18Revert "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar49-638/+638
2020-11-18[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16...Georgii Rymar49-638/+638
2020-11-11[MachO] Allow the LC_IDENT load commandVedant Kumar1-0/+22
2020-11-08Fix debug_abbrev emitter to only assign table id onceAntónio Afonso1-6/+16
2020-10-13[WebAssembly] Added .tabletype to asm and multiple table support in obj filesPaulo Matos3-3/+7
2020-09-23[DWARFYAML][test] Simplify __debug_pubnames/types tests. NFC.Xing GUO1-284/+30
2020-09-18[DWARFYAML] Make the include_directories, file_names and opcodes fields of th...Xing GUO3-4/+0
2020-09-18[DWARFYAML][test] Use 'CHECK-NEXT:' to make checkers stricter. NFC.Xing GUO2-60/+60
2020-09-09[obj2yaml][test] Test generating and dumping a broken debug_ranges section.Xing GUO1-0/+24
2020-09-08[DWARFYAML] Make the debug_ranges section optional.Xing GUO1-0/+45
2020-09-08[obj2yaml] Stop parsing the debug_str section when it encounters a string wit...Xing GUO1-0/+58
2020-09-04[MachOYAML] Allow handcrafting custom contents for DWARF sections.Xing GUO2-4/+45
2020-09-01[DWARFYAML] Make the debug_str section optional.Xing GUO1-1/+70
2020-08-21Recommit: [DWARFYAML] Add support for referencing different abbrev tables.Xing GUO3-1/+300