aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML
AgeCommit message (Expand)AuthorFilesLines
2023-10-20[llvm][llvm-readobj] Add AArch64 Tagged Address note type (#68568)David Spickett1-0/+1
2023-10-12Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata4-6/+7
2023-10-10Use llvm::endianness::{big,little,native} (NFC)Kazu Hirata1-2/+2
2023-10-10Use llvm::endianness (NFC)Kazu Hirata1-1/+1
2023-10-10[llvm] Drop unaligned from calls to llvm::support::endian::{read,write} (NFC)Kazu Hirata1-2/+1
2023-10-05[DX] Add support for program signatures (#67346)Chris B2-0/+51
2023-10-03[WebAssembly] Allow absolute symbols in the linking section (symbol table) (#...Sam Clegg1-1/+4
2023-09-27[NFC] Use const references to avoid copying objects in for-loopsGregory Alfonso1-3/+3
2023-09-15[DX] Support pipeline state masks (#66425)Chris B2-0/+38
2023-09-05[llvm-nm][MachO] Add support for `MH_FILESET`Antonio Frighetto1-1/+2
2023-09-01[Object] Change OffloadBinary::write to return SmallString<0>Fangrui Song1-7/+3
2023-08-31Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+21
2023-08-25Revert "Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tables"Arthur Eubanks1-21/+0
2023-08-25Emit the CodeView `S_ARMSWITCHTABLE` debug symbol for jump tablesDaniel Paoliello1-0/+21
2023-08-16Re-land [DX] Add support for PSV signature elementsChris Bieneman2-10/+63
2023-08-16Revert "[DX] Add support for PSV signature elements"Chris Bieneman2-63/+10
2023-08-16[DX] Add support for PSV signature elementsChris Bieneman2-10/+63
2023-08-04[lldb][PECOFF] Exclude alignment padding when reading section dataHiroshi Yamauchi1-5/+6
2023-07-27[WebAssembly][Objcopy] Write output section headers identically to inputsDerek Schuff2-1/+12
2023-07-24[yaml2obj] Add support for load config section data.Jacek Caban2-5/+106
2023-07-19[DX] Fix PSV resource serializationChris Bieneman1-0/+1
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad1-0/+2
2023-07-05[yaml2obj] Add support for structured COFF section data.Jacek Caban2-4/+36
2023-06-28[Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcodeFangrui Song1-0/+1
2023-05-28use ref to avoid copy in range for-loopWang, Xin101-1/+1
2023-05-10AMDGPU: Add basic gfx942 targetKonstantin Zhuravlyov1-0/+1
2023-05-10AMDGPU: Add basic gfx941 targetKonstantin Zhuravlyov1-0/+1
2023-05-05[Coverity] Big parameter passed by value.Luo, Yuanke1-1/+1
2023-04-21[llvm-lib] [llvm-readobj] [llvm-cvtres] Add Support for ARM64X object files.Jacek Caban3-4/+4
2023-04-21[Coverity] Fix uninitialized scalar membersAkshay Khadse1-1/+1
2023-04-13[llvm][readobj] Add AArch64 SME and SME2 note typesDavid Spickett1-0/+3
2023-04-12[MTE] [llvm-readobj] Add globals section parsing to --memtagMitch Phillips1-0/+4
2023-03-13[ADT][NFCI] Do not use non-const lvalue-refs with enumerate in llvm/Jakub Kuderski2-9/+7
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2-2/+2
2023-02-04OffloadBinary: Switch to MapVector<StringRef, StringRef> to stabilize iterati...Fangrui Song1-6/+3
2023-02-02[DX] Add support for PSV resource bindingsChris Bieneman2-0/+26
2023-02-01[DX] Begin adding support for pipeline stateChris Bieneman2-0/+144
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee2-2/+6
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille3-6/+5
2022-12-26[Xtensa 2/10] Add Xtensa ELF definitionsAndrei Safronov1-0/+8
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-3/+3
2022-12-15[MachOYAML] Improve section offset misalignment error messageMichael Buch1-1/+7
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee2-6/+2
2022-12-06[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee2-2/+6
2022-12-07Revert "[ObjYAML] Use strcmp instead of strncmp"Fangrui Song1-1/+2
2022-12-07[ObjYAML] Use strcmp instead of strncmpGregory Alfonso1-2/+1
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek4-13/+17
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata2-6/+6
2022-11-26[ObjectYAML] Use std::size (NFC)Kazu Hirata1-2/+1