summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
AgeCommit message (Expand)Author
2019-08-12Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova
2019-08-12[Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano
2019-08-10[lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann
2019-08-09[lldb][NFC] Remove unused IRForTarget::BuildRelocationRaphael Isemann
2019-08-09[lldb][NFC] Unify InstrList typedef in IRForTargetRaphael Isemann
2019-08-09[lldb] Refactor guard variable checks in IRForTargetRaphael Isemann
2019-08-09[lldb][NFC] Clean up logging in IRForTargetRaphael Isemann
2019-08-09[lldb][NFC] Remove last C string uses from IRForTargetRaphael Isemann
2019-08-09[lldb][NFC] Use range-based for-loops in IRForTargetRaphael Isemann
2019-08-08[lldb][NFC] Modernize IRForTarget::CreateResultVariableRaphael Isemann
2019-08-08[lldb][NFC] Move to StringRef in some places in IRForTargetRaphael Isemann
2019-08-08[lldb][NFC] Directly use StringRef instead of temporary std::stringRaphael Isemann
2019-08-08[lldb][NFC] Simplify return in MaybeHandleVariableRaphael Isemann
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-06-28Get the expression parser to handle missing weak symbols.Jim Ingham
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-02-08[opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Simplify code by using Optional::getValueOr()Adrian Prantl
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-16Update for LLVM API removal of Function::getArgumentList()Reid Kleckner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-14Remove dependencies from Utility to Core and Target.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-18Add a more succinct logging syntaxPavel Labath
2016-12-22Fix a couple of incorrect format string warningsLuke Drummond
2016-12-01Handle empty strings when looking for a CFString's encoding.Sean Callanan
2016-12-01Handle UTF-16 and UTF-32 constant CFStringsSean Callanan
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-29Fixed TestObjCStructArgument/i386; expressions can now call ObjC class methods.Sean Callanan
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-27The error stream in IRForTarget is never null, so use it instead of the log.Sean Callanan
2016-08-26Don't crash when trying to capture persistent variables in a block.Sean Callanan
2016-04-15Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand
2016-04-14Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand
2016-04-14Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand
2016-03-28Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner
2016-03-22Backend support for top-level Clang epxressionsSean Callanan
2016-02-26remove unused local string in IRForTarget.cppAidan Dodds
2016-02-15ExpressionParser: silence some GCC warningsSaleem Abdulrasool
2016-02-13Removed many JIT workarounds from IRForTarget.Sean Callanan
2016-01-07Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra
2015-11-07Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener
2015-11-07lldb/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith