summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Fix ARM32 inferior callsJan Kratochvil2019-12-211-1/+1
* [lldb][NFC] Remove unused MaterializeInitializer and MaterializeInternalVariableRaphael Isemann2019-08-171-65/+0
* Revert "[lldb] Reinstate original guard variable check"Raphael Isemann2019-08-141-5/+9
* [lldb] Reinstate original guard variable checkRaphael Isemann2019-08-141-9/+5
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-2/+4
* [lldb] Fix Microsoft guard variable detectionRaphael Isemann2019-08-131-1/+1
* [lldb] Reland "Refactor guard variable checks in IRForTarget"Raphael Isemann2019-08-131-14/+19
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-121-1/+1
* Revert "[lldb] Refactor guard variable checks in IRForTarget"Stella Stamenova2019-08-121-12/+12
* Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova2019-08-121-1/+7
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-121-2/+4
* [lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann2019-08-101-7/+1
* [lldb][NFC] Remove unused IRForTarget::BuildRelocationRaphael Isemann2019-08-091-22/+0
* [lldb][NFC] Unify InstrList typedef in IRForTargetRaphael Isemann2019-08-091-6/+2
* [lldb] Refactor guard variable checks in IRForTargetRaphael Isemann2019-08-091-12/+12
* [lldb][NFC] Clean up logging in IRForTargetRaphael Isemann2019-08-091-167/+100
* [lldb][NFC] Remove last C string uses from IRForTargetRaphael Isemann2019-08-091-10/+8
* [lldb][NFC] Use range-based for-loops in IRForTargetRaphael Isemann2019-08-091-108/+40
* [lldb][NFC] Modernize IRForTarget::CreateResultVariableRaphael Isemann2019-08-081-21/+20
* [lldb][NFC] Move to StringRef in some places in IRForTargetRaphael Isemann2019-08-081-37/+32
* [lldb][NFC] Directly use StringRef instead of temporary std::stringRaphael Isemann2019-08-081-13/+12
* [lldb][NFC] Simplify return in MaybeHandleVariableRaphael Isemann2019-08-081-9/+4
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-93/+87
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-281-6/+12
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-27/+28
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-7/+9
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify code by using Optional::getValueOr()Adrian Prantl2019-01-151-3/+1
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-2/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-6/+13
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-16/+7
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-35/+27
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Update for LLVM API removal of Function::getArgumentList()Reid Kleckner2017-03-161-5/+5
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Remove dependencies from Utility to Core and Target.Zachary Turner2017-02-141-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Add a more succinct logging syntaxPavel Labath2017-01-181-4/+2
* Fix a couple of incorrect format string warningsLuke Drummond2016-12-221-2/+2
* Handle empty strings when looking for a CFString's encoding.Sean Callanan2016-12-011-1/+1
* Handle UTF-16 and UTF-32 constant CFStringsSean Callanan2016-12-011-53/+63
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.Sean Callanan2016-09-291-1/+177
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1606/+1537
* The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan2016-08-271-96/+48
* Don't crash when trying to capture persistent variables in a block.Sean Callanan2016-08-261-5/+26
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-1/+7
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-7/+1
OpenPOWER on IntegriCloud