summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-1/+7
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-6/+4
* Backend support for top-level Clang epxressionsSean Callanan2016-03-221-25/+35
* remove unused local string in IRForTarget.cppAidan Dodds2016-02-261-2/+0
* ExpressionParser: silence some GCC warningsSaleem Abdulrasool2016-02-151-1/+1
* Removed many JIT workarounds from IRForTarget.Sean Callanan2016-02-131-623/+8
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-31/+0
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-1/+1
* lldb/ADT: Remove implicit ilist iterator conversions, NFCDuncan P. N. Exon Smith2015-11-071-8/+8
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-0/+2820
OpenPOWER on IntegriCloud