aboutsummaryrefslogtreecommitdiff
path: root/llvm/test/ObjectYAML
AgeCommit message (Expand)AuthorFilesLines
2025-11-13 [yaml2obj][MachO] Fix crash from integer underflow with invalid cmdsize (#16...Ryan Mansfield1-0/+55
2025-09-26[DirectX] Updating DXContainer logic to read version 1.2 of static samplers (...joaosaffran1-0/+65
2025-09-12[DirectX] Updating Root Signature YAML representation to use Enums instead of...joaosaffran11-83/+83
2025-09-11[DirectX] Removing dxbc StaticSampler from mcbxdc (#154631)joaosaffran1-2/+2
2025-08-27[DirectX][ObectYAML] Make `RootParameterOffset` and `StaticSamplersOffset` be...Finn Plummer13-16/+244
2025-08-25[DirectX] Refactor RootSignature Backend to remove `to_underlying` from Root ...joaosaffran2-62/+0
2025-05-29[DirectX] Adding support for static samplers in yaml2obj/obj2yaml (#139963)joaosaffran2-0/+116
2025-05-29[DirectX] adding support to read/write descriptor table data using obj2yaml/y...joaosaffran3-3/+142
2025-05-08[DirectX] Adding support for Root Descriptors in obj2yaml/yaml2obj (#137259)joaosaffran3-4/+108
2025-04-29[DirectX] Revise descriptions of DXIL module flags (#133543)Deric C.3-0/+6
2025-04-16[DirectX] adding support in obj2yaml and yaml2obj to root constants (#127840)joaosaffran4-8/+131
2025-02-24[object][WebAssembly] Add support for RUNTIME_PATH to yaml2obj and obj2yaml (...Hood Chatham1-0/+4
2025-02-07[DXIL] Adding support to RootSignatureFlags in obj2yaml (#122396)joaosaffran1-0/+33
2025-02-04Revert "[Object][WebAssembly] Fix data segment offsets higher than 2^31 (#125...Sam Clegg2-20/+2
2025-02-04[Object][WebAssembly] Fix data segment offsets higher than 2^31 (#125739)Sam Clegg2-2/+20
2025-01-23[YAML] Don't validate `Fill::Size` after error (#123280)Vitaly Buka1-0/+41
2024-11-04[WebAssembly] Remove WASM_FEATURE_PREFIX_REQUIRED (NFC) (#113729)Heejin Ahn1-4/+0
2024-08-30[DirectX] Replace ResourceFlag enum with struct fields (#106617)Xiang Li17-65/+130
2024-08-29[DirectX] add enum for PSV resource type/kind/flag. (#106227)Xiang Li34-260/+260
2024-08-19[llvm-objcopy][WebAssembly] Allow --strip-debug to operate on relocatable fil...upstream/mainSam Clegg1-1/+1
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