summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Hexagon/Disassembler
AgeCommit message (Expand)Author
2025-10-15[Hexagon][llvm-objdump] Start a fresh packet at symbol boundaries. (#163466)quic-areg
2025-10-14[llvm] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163330)Kazu Hirata
2025-09-15[NFC][DecoderEmitter] Code cleanup in `DecoderEmitter::emitTable` (#158014)Rahul Joshi
2025-09-05[Hexagon] Remove post-decoding instruction adjustments (#156359)Sergei Barannikov
2025-08-21[NFC][MC][Decoder] Extract fixed pieces of decoder code into new header file ...Rahul Joshi
2025-08-16[Hexagon] Add missing operand when disassembling Y4_crswap10 (#153849)Sergei Barannikov
2025-07-18[Hexagon][llvm-objdump] Improve disassembly of Hexagon bundles (#145807)quic-areg
2025-06-17[llvm] annotate interfaces in llvm/Target for DLL export (#143615)Andrew Rogers
2025-02-11[Hexagon][Disassembler] Set CommentStream of Disassembler (#126766)quic-areg
2024-11-17[Hexagon] Remove unused includes (NFC) (#116529)Kazu Hirata
2024-09-28[Hexagon] Use MCRegister. NFCCraig Topper
2024-01-18[Hexagon] Flip subreg bit for reverse pairs hvx .new (#75873)quic-akaryaki
2023-02-17Simplify with hasFeature. NFCFangrui Song
2022-11-26[llvm] Use std::size (NFC)Kazu Hirata
2022-09-08[llvm] Use std::size instead of llvm::array_lengthofJoe Loser
2022-05-25[MCDisassembler] Disambiguate Size parameter in tryAddingSymbolicOperand()Maksim Panchenko
2022-05-15Rename `MCFixedLenDisassembler.h` as `MCDecoderOps.h`Sheng
2022-03-25[Disassember][NFCI] Use strong type for instruction decoderMaksim Panchenko
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille
2021-10-14[hexagon] Add system register, transfer supportBrian Cain
2021-10-08Move TargetRegistry.(h|cpp) from Support to MCReid Kleckner
2021-05-30[NFCI] Move DEBUG_TYPE definition below #includesMindong Chen
2020-11-13llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille
2020-08-03[MC] Fix memory leak when allocating MCInst with bump allocatorhgreving
2020-02-14[Hexagon] v67+ HVX register pairs should support either directionBrian Cain
2020-01-21[Hexagon] Add support for Hexagon v67t microarchitecture (tiny core)Krzysztof Parzyszek
2020-01-14CMake: Make most target symbols hidden by defaultTom Stellard
2020-01-11[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song
2019-11-21[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard
2019-06-11Revert CMake: Make most target symbols hidden by defaultTom Stellard
2019-06-10CMake: Make most target symbols hidden by defaultTom Stellard
2019-05-14[Hexagon] Create a TargetInfo header. NFCRichard Trieu
2019-01-31[Hexagon] Rename textually included file from .h to .incRichard Trieu
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-05[Hexagon] Foundation of support for Hexagon V66Krzysztof Parzyszek
2018-12-03[Hexagon] Extract operand decoders into a separate file, NFCKrzysztof Parzyszek
2018-09-10[Target] Untangle disassemblersBenjamin Kramer
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl
2018-03-01[Hexagon] Add guest registersKrzysztof Parzyszek
2017-12-14Remove a non-modular header (& inline it into its one use)David Blaikie
2017-12-11[Hexagon] Add support for Hexagon V65Krzysztof Parzyszek
2017-10-25Hexagon: Fold a single-use textual header into its useDavid Blaikie
2017-09-15[Hexagon] Switch to parameterized register classes for HVXKrzysztof Parzyszek
2017-07-26[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-05[Hexagon] Remove C6 and C7 as separate registersKrzysztof Parzyszek
2017-05-01[Hexagon] Improve shuffle error reportingKrzysztof Parzyszek
2017-04-06[Hexagon] Change the vector scaling for vector offsetsKrzysztof Parzyszek
2017-02-22[Hexagon] Implement @llvm.readcyclecounter()Krzysztof Parzyszek