summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/ArchSpec.cpp
AgeCommit message (Expand)Author
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo
2025-09-19[lldb] Add a static_assert that g_core_definitions matches the Core enum (#15...Jonas Devlieghere
2025-09-12[LLDB][NVIDIA] Add NVPTX architecture support (#158334)Andrew Gontarek
2025-09-10[NFC][lldb] Cleanup the ArchDefinitionEntry definitons. (#152618)Greg Clayton
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata
2025-04-23Add MachO RISC-V CPU type and CPU subtype to llvm & lldb (#136785)Jonas Devlieghere
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda
2025-01-13[lldb] Add amd64 ArchSpec (#122533)Brad Smith
2024-08-29[lldb] Add armv7a and armv8a ArchSpecs (#106433)Jordan R AW
2024-08-22[lldb][AIX] Updating XCOFF,PPC entry in LLDB ArchSpec (#105523)Dhruv Srivastava
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov
2023-02-07[NFC][TargetParser] Remove llvm/Support/ARMTargetParser.hArchibald Elliott
2022-11-09[ARM] Move Triple::getARMCPUForArch into ARMTargetParserTomas Matheson
2022-11-01[LLDB][LoongArch] Add LoongArch ArchSpec and subtype detectionTiezhu Yang
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser
2022-08-20Use range-based for loops (NFC)Kazu Hirata
2022-08-17[LLDB][JIT] Set processor for ARM architecturePavel Kosov
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song
2022-08-02[lldb] Create an enum to specify the kind of ArchSpec matchingPavel Labath
2022-06-22[lldb] Fix reading i686-windows executables with GNU environmentMartin Storsjö
2022-05-05[lldb] Fix ppc64 detection in lldbserge-sans-paille
2022-05-03Revert "[lldb] Fix ppc64 detection in lldb"David Spickett
2022-05-03[lldb] Fix ppc64 detection in lldbserge-sans-paille
2022-04-01Simplify ArchSpec::IsFullySpecifiedTriple() (NFC)Adrian Prantl
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
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-12-10Remove one change from https://reviews.llvm.org/D115431Jason Molenda
2021-12-09Set a default number of address bits on Darwin arm64 systemsJason Molenda
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö
2021-04-15NFC put the armv6m entry with the other Cortex-M entriesJason Molenda
2021-04-15Mark armv6m compat with armv7em; match armv7em being compat with armv6mJason Molenda
2021-02-03[lldb] Honor the CPU type & subtype when launching on macOSJonas Devlieghere
2021-01-20[lldb] Upstream eCore_arm_arm64e enum value in ArchSpecJonas Devlieghere
2021-01-07[LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detectionLuís Marques
2020-12-03[lldb] Use the cpu subtype enum values from llvm::MachO in ArchSpec (NFC)Jonas Devlieghere
2020-12-03[lldb] Recognize MachO cpu sub-type 2 as arm64Jonas Devlieghere
2020-09-23Utility: ignore OS version on non-Darwin targets in `ArchSpec`Saleem Abdulrasool