aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Utility/ArchSpec.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber1-4/+0
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo1-0/+4
2025-09-19[lldb] Add a static_assert that g_core_definitions matches the Core enum (#15...Jonas Devlieghere1-3/+12
2025-09-12[LLDB][NVIDIA] Add NVPTX architecture support (#158334)Andrew Gontarek1-0/+2
2025-09-10[NFC][lldb] Cleanup the ArchDefinitionEntry definitons. (#152618)Greg Clayton1-102/+61
2025-08-21[lldb] Add flag to "settings show" to include default values (#153233)Dave Lee1-0/+4
2025-07-14[lldb] Improve disassembly of unknown instructions (#145793)tedwoodward1-2/+2
2025-05-04[lldb] Remove unused local variables (NFC) (#138457)Kazu Hirata1-1/+0
2025-04-23Add MachO RISC-V CPU type and CPU subtype to llvm & lldb (#136785)Jonas Devlieghere1-0/+2
2025-02-10[lldb] [darwin] Upstream a few DriverKit cases (#126604)Jason Molenda1-0/+6
2025-01-13[lldb] Add amd64 ArchSpec (#122533)Brad Smith1-0/+4
2024-08-29[lldb] Add armv7a and armv8a ArchSpecs (#106433)Jordan R AW1-0/+4
2024-08-22[lldb][AIX] Updating XCOFF,PPC entry in LLDB ArchSpec (#105523)Dhruv Srivastava1-1/+18
2024-02-26Replace ArchSpec::PiecewiseCompare() with Triple::operator==()Adrian Prantl1-17/+0
2024-02-23Revert "Replace ArchSpec::PiecewiseCompare() with Triple::operator==()"Adrian Prantl1-0/+17
2024-02-23Replace ArchSpec::PiecewiseCompare() with Triple::operator==() (#82804)Adrian Prantl1-17/+0
2023-05-03[lldb] Remove distribution_id from ArchSpecAlex Langford1-11/+0
2023-04-17[lldb] Add support for MSP430 in LLDB.Ilya Kuklin1-0/+9
2023-04-17Revert "[lldb] Add support for MSP430 in LLDB."Anton Korobeynikov1-9/+0
2023-04-17[lldb] Add support for MSP430 in LLDB.Anton Korobeynikov1-0/+9
2023-02-07[NFC][TargetParser] Remove llvm/Support/ARMTargetParser.hArchibald Elliott1-1/+1
2022-11-09[ARM] Move Triple::getARMCPUForArch into ARMTargetParserTomas Matheson1-1/+2
2022-11-01[LLDB][LoongArch] Add LoongArch ArchSpec and subtype detectionTiezhu Yang1-0/+11
2022-09-19[lldb] Remove LLDB reproducersJonas Devlieghere1-12/+0
2022-09-08[lldb] Use std::size instead of llvm::array_lengthofJoe Loser1-6/+6
2022-08-20Use range-based for loops (NFC)Kazu Hirata1-12/+8
2022-08-17[LLDB][JIT] Set processor for ARM architecturePavel Kosov1-1/+3
2022-08-08[lldb] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song1-1/+1
2022-08-02[lldb] Create an enum to specify the kind of ArchSpec matchingPavel Labath1-15/+8
2022-06-22[lldb] Fix reading i686-windows executables with GNU environmentMartin Storsjö1-3/+13
2022-05-05[lldb] Fix ppc64 detection in lldbserge-sans-paille1-6/+6
2022-05-03Revert "[lldb] Fix ppc64 detection in lldb"David Spickett1-6/+6
2022-05-03[lldb] Fix ppc64 detection in lldbserge-sans-paille1-6/+6
2022-04-01Simplify ArchSpec::IsFullySpecifiedTriple() (NFC)Adrian Prantl1-16/+11
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath1-0/+1
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath1-1/+1
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-8/+8
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-8/+8
2021-12-10Remove one change from https://reviews.llvm.org/D115431Jason Molenda1-1/+0
2021-12-09Set a default number of address bits on Darwin arm64 systemsJason Molenda1-0/+1
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-06-25[lldb] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-1/+1
2021-04-15NFC put the armv6m entry with the other Cortex-M entriesJason Molenda1-18/+24
2021-04-15Mark armv6m compat with armv7em; match armv7em being compat with armv6mJason Molenda1-1/+3
2021-02-03[lldb] Honor the CPU type & subtype when launching on macOSJonas Devlieghere1-1/+1
2021-01-20[lldb] Upstream eCore_arm_arm64e enum value in ArchSpecJonas Devlieghere1-4/+22
2021-01-07[LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detectionLuís Marques1-0/+9
2020-12-03[lldb] Use the cpu subtype enum values from llvm::MachO in ArchSpec (NFC)Jonas Devlieghere1-125/+66
2020-12-03[lldb] Recognize MachO cpu sub-type 2 as arm64Jonas Devlieghere1-0/+2
2020-09-23Utility: ignore OS version on non-Darwin targets in `ArchSpec`Saleem Abdulrasool1-1/+2