aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/obj2yaml
AgeCommit message (Expand)AuthorFilesLines
2023-07-19[DX] Fix PSV resource serializationChris Bieneman1-0/+1
2023-07-13[DebugInfo] Force users of DWARFDebugAbbrev to call parse before iteratingAlex Langford1-0/+2
2023-05-10[Object] Fix handling of Elf_Nhdr with sh_addralign=8Fangrui Song1-3/+4
2023-02-04OffloadBinary: Switch to MapVector<StringRef, StringRef> to stabilize iterati...Fangrui Song1-1/+1
2023-02-02[DX] Add support for PSV resource bindingsChris Bieneman1-0/+2
2023-02-01[DX] Begin adding support for pipeline stateChris Bieneman1-0/+18
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee1-3/+4
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-3/+2
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso2-10/+9
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-14/+14
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee1-4/+3
2022-12-06[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee1-3/+4
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek2-7/+9
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song1-3/+3
2022-12-02[tools] Use std::nullopt instead of None (NFC)Kazu Hirata2-2/+2
2022-11-26[obj2yaml] Use std::optional in elf2yaml.cpp (NFC)Kazu Hirata1-1/+2
2022-11-22[MachO] Support exports trie in both LC_DYLD_INFO and LC_DYLD_EXPORTS_TRIEDaniel Rodríguez Troitiño1-0/+3
2022-11-11[ObjectYAML] Basic support for chained fixups.Daniel Rodríguez Troitiño1-0/+22
2022-10-27[ObjectYAML] Add support for DXContainer HASHChris Bieneman1-0/+6
2022-10-04[ObjectYAML] Support for basic data in code.Daniel Rodríguez Troitiño1-0/+15
2022-09-29[DX] [ObjectYAML] Support DX shader feature flagsChris Bieneman1-0/+7
2022-09-29[NFC] Refactor DXContainer to support more partsChris Bieneman1-14/+21
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-2/+2
2022-07-25[SystemZ][z/OS] Open YAML text files as textAbhina Sreeskantharajan1-1/+1
2022-07-18[obj2yaml] Refactor command line parsingFangrui Song1-3/+10
2022-07-14[obj2yaml] Add -o to specify output filenameFangrui Song1-13/+27
2022-07-13[llvm] Use value instead of getValue (NFC)Kazu Hirata1-14/+14
2022-07-01[ObjectYAML] Add offloading binary implementations for obj2yaml and yaml2objJoseph Huber4-3/+89
2022-06-28[Propeller] Encode address offsets of basic blocks relative to the end of the...Rahman Lavaee1-1/+14
2022-06-25[llvm] Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata2-16/+16
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata2-16/+16
2022-06-20[llvm] Don't use Optional::getValue (NFC)Kazu Hirata1-3/+1
2022-06-18[llvm] Use value_or instead of getValueOr (NFC)Kazu Hirata1-2/+2
2022-06-06[DX][ObjYAML] Support for parsing DXIL partChris Bieneman1-2/+18
2022-06-06[ObjectYAML][DX] Add dxcontainer2yaml supportChris Bieneman4-1/+69
2022-03-14[WebAssembly] Rename member in WasmYAML.h to avoid compiler warningSam Clegg1-3/+3
2022-03-14[WebAssembly] Second phase of implemented extended const proposalSam Clegg1-3/+18
2022-02-15Cleanup LLVMDWARFDebugInfoserge-sans-paille3-0/+3
2022-02-13[ObjectYAML][MachO] Add LC_FUNCTION_STARTS supportKeith Smiley1-0/+10
2022-01-10[yaml2obj][XCOFF] parsing auxiliary symbols.Esme-Yi1-1/+2
2022-01-08[llvm] Fix bugprone argument comments (NFC)Kazu Hirata1-1/+1
2021-12-14DebugInfo: Migrate callers from getAsCString to dwarf::toStringDavid Blaikie1-2/+2
2021-11-30[ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect symbol tableVincent Lee1-0/+10
2021-11-08Attempt to work around type checking error on older compilersAdrian Prantl1-4/+4
2021-11-08Extend obj2yaml to optionally preserve raw __LINKEDIT/__DATA segments.Adrian Prantl3-17/+38
2021-10-15[WebAssembly] Add import info to `dylink` section of shared librariesSam Clegg1-0/+2
2021-10-11[XCOFF] Improve error message context.Esme-Yi3-7/+6
2021-10-05[WebAssembly] Remove WasmTagTypeHeejin Ahn1-7/+2
2021-10-05[llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O...Simon Pilgrim1-2/+1