aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-01[lldb] Prefer PointerType::get with LLVMContext over Type (NFC) (#133869)Mats Jun Larsen1-3/+3
2025-03-05[lldb] Upgrade CompilerType::GetBitSize to return llvm::Expected (#129601)Adrian Prantl1-6/+9
2025-01-27[NFC][DebugInfo] Make some block-start-position methods return iterators (#12...Jeremy Morse1-3/+3
2024-10-15[lldb] Use BasicBlock::iterator instead of InsertPosition (NFC) (#112307)Jonas Devlieghere1-16/+22
2024-09-16[lldb] Nits on uses of llvm::raw_string_ostream (NFC) (#108745)Youngsuk Kim1-9/+0
2024-08-12[lldb] Avoid calling DataLayout constructor accepting Module pointer (NFC) (#...Sergei Barannikov1-1/+1
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata1-4/+4
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata1-7/+9
2023-11-07[lldb] Fix calls to Type::getInt8PtrTy (#71561)Paulo Matos1-3/+3
2023-10-28[lldb] Remove some declarations without definitions (#70514)Sergei Barannikov1-8/+0
2023-06-30[lldb] Delete RewriteObjCClassReferences (NFC)Dave Lee1-134/+0
2023-06-27[lldb] Fix search & replace mistake in IRForTarget comment (NFC)Dave Lee1-2/+2
2023-03-17[LLDB] Remove some typed pointer code (NFCI)Nikita Popov1-65/+13
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-4/+3
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-06-19[lldb] Use value_or instead of getValueOr (NFC)Kazu Hirata1-1/+1
2022-06-02Adapt IRForTarget::RewriteObjCConstStrings() for D126689.Adrian Prantl1-23/+1
2022-06-02Adapt IRForTarget::RewriteObjCSelector() for D126689.Adrian Prantl1-16/+6
2022-03-24[lldb] Avoid pointer element type accessesNikita Popov1-5/+4
2022-02-14[lldb] Remove some uses of getPointerElementType()Nikita Popov1-6/+4
2022-02-14[lldb] Remove uses of PointerType::getElementType()Nikita Popov1-1/+1
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-32/+17
2021-12-24Use isa instead of dyn_cast (NFC)Kazu Hirata1-1/+1
2021-10-07[lldb, mlir] Migrate from getNumArgOperands and arg_operands (NFC)Kazu Hirata1-1/+1
2021-07-09[IR] Add GEPOperator::indices() (NFC)Nikita Popov1-8/+1
2021-07-09[IRForTarget] Don't pass nullptr to GetElementPtrInst::Create() (NFC)Nikita Popov1-3/+6
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere1-1/+1
2021-05-25[lldb][NFC] Remove misleading ModulePass base class for IRForTargetRaphael Isemann1-12/+1
2021-05-18[lldb][NFC] Cleanup IRForTarget member initializersRaphael Isemann1-6/+2
2020-07-22Thread ExecutionContextScope through GetByteSize where possible (NFC-ish)Adrian Prantl1-6/+7
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere1-1/+1
2020-04-27[IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand().Craig Topper1-1/+1
2020-04-10[lldb] Reformat 'Fix breakage introduced by llvm::LoadInst api change' (NFC)Med Ismail Bennani1-2/+6
2020-04-10[lldb] Fix breakeage introduced by llvm::LoadInst api changeMed Ismail Bennani1-2/+2
2020-03-16[lldb] Re-add nullptr check to IRForTarget::RewriteObjCConstString log statementRaphael Isemann1-1/+1
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford1-2/+2
2020-01-30[lldb][NFC] Remove TypeSystemClang::GetASTContext calls in IRForTargetRaphael Isemann1-15/+6
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-2/+4
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann1-1/+1
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann1-6/+6
2019-12-21[lldb] Fix ARM32 inferior callsJan Kratochvil1-1/+1
2019-08-17[lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariableRaphael Isemann1-65/+0
2019-08-14Revert "[lldb] Reinstate original guard variable check"Raphael Isemann1-5/+9
2019-08-14[lldb] Reinstate original guard variable checkRaphael Isemann1-9/+5
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford1-2/+4
2019-08-13[lldb] Fix Microsoft guard variable detectionRaphael Isemann1-1/+1
2019-08-13[lldb] Reland "Refactor guard variable checks in IRForTarget"Raphael Isemann1-14/+19
2019-08-12[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano1-1/+1
2019-08-12Revert "[lldb] Refactor guard variable checks in IRForTarget"Stella Stamenova1-12/+12