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