summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression
Commit message (Expand)AuthorAgeFilesLines
...
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-249-362/+320
* [NFC] Remove instances of unused ClangASTContext headerAlex Langford2019-07-192-2/+1
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-122-594/+0
* [Expression] IR Instrumenters should have a UtilityFunctionAlex Langford2019-07-101-14/+15
* [lldb] Quick Fix: IRExecutionUnit check pointer before access itAlex Langford2019-07-091-3/+3
* Fix for r364686 - actually set symbol_is_missing_weak...Jim Ingham2019-07-021-2/+3
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-282-26/+70
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-141-2/+2
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [Target] Move ObjCLanguageRuntime::LookupRuntimeSymbol into LanguageRuntimeAlex Langford2019-06-031-5/+3
* [DWARFExpression] Remove ctor that takes just a compile unit.Jonas Devlieghere2019-05-281-48/+13
* [DWARFExpression] Remove commented-out code (NFC)Jonas Devlieghere2019-05-241-119/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-238-29/+28
* Expression: correct relocation model for WindowsSaleem Abdulrasool2019-05-221-10/+4
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-211-24/+7
* [CMake] Correct some dependenciesAlex Langford2019-05-211-0/+1
* [IRExecutionUnit] Remove static_assertJonas Devlieghere2019-05-161-2/+0
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-5/+0
* Replace assert with static_assert here applicable.Jonas Devlieghere2019-05-151-1/+1
* [Expression] Remove unused dependencyAlex Langford2019-05-072-2/+1
* DWARFExpression: Fix implementation of DW_OP_pickPavel Labath2019-04-291-1/+1
* [IRMemoryMap] Fix -Wimplicit-fallthrough in -DLLVM_ENABLE_ASSERTIONS=off buildFangrui Song2019-04-121-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-104-135/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-1/+2
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-135-11/+19
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-112-20/+20
* Quiet command regex instructions during batch executionDave Lee2019-03-101-1/+1
* Break cycle lldb/Commands [3->] lldb/Expression [1->] lldb/CommandsJonas Devlieghere2019-03-091-15/+1
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-071-2/+9
* Fix Cmake files for ExpressionSourceCode.cpp -> ClangExpressionSourceCode.cpp.Jim Ingham2019-03-061-1/+0
* Factor the clang specific parts of ExpressionSourceCode.{h,cpp} into the clan...Jim Ingham2019-03-064-388/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-062-8/+8
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-052-2/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-021-7/+7
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-271-2/+9
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-134-40/+37
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-122-5/+4
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-112-7/+11
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-6/+6
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-052-10/+26
* [PDB] Fix location retrieval for function local variables and arguments that areAleksandr Urakov2019-02-011-2/+2
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-1/+2
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-2/+1
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1915-60/+45
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-2/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-4/+9
* [opaque pointer types] Remove some calls to generic Type subtype accessors.James Y Knight2019-01-101-3/+0
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-7/+4
* Simplify Boolean expressionsJonas Devlieghere2018-12-153-13/+8
OpenPOWER on IntegriCloud