summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removed the hacky "#define this ___clang_this" handlerSean Callanan2010-09-211-4/+34
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-10/+36
* Fixed an expression parser bug that preventedSean Callanan2010-09-081-1/+17
* Fixed a bug where we did not handle constantSean Callanan2010-09-071-3/+34
* Improved function lookup to avoid conflicts betweenSean Callanan2010-09-071-7/+10
* Fixed a bug where the parser-specific members ofSean Callanan2010-08-301-2/+5
* This is a major refactoring of the expression parser.Sean Callanan2010-08-271-4/+6
* Refactored ClangExpressionDeclMap to useSean Callanan2010-08-231-9/+7
* First step of refactoring variable handling in theSean Callanan2010-08-201-1/+1
* Patch by Bill Lynch fixing handling of the pidSean Callanan2010-08-181-3/+4
* Added documentation to ClangExpressionDeclMap.Sean Callanan2010-08-131-2/+1
* Added automatically generated result variables for eachSean Callanan2010-08-121-3/+137
* Added support for persistent variables to theSean Callanan2010-08-111-23/+128
* Added support for accessing members of C++ objects,Sean Callanan2010-08-041-1/+5
* Set a CodeGenOption in Clang to inhibit insertionSean Callanan2010-08-031-0/+8
* Added support for rewriting objc_msgSend so we canSean Callanan2010-07-311-29/+220
* Updated to llvm/clang from July 30, 2010 at 08:00.Greg Clayton2010-07-301-1/+1
* Added and improved logging. This is helping us as weSean Callanan2010-07-281-8/+10
* Added support for calling functions from expressions.Sean Callanan2010-07-271-20/+37
* Added support for locating a function that isSean Callanan2010-07-271-10/+48
* Fixed a bug in the IR transformer where we wereSean Callanan2010-07-271-1/+10
* Updated the IR converter for the target to eliminateSean Callanan2010-07-241-0/+82
* Added functionality to dematerialize values that wereSean Callanan2010-07-201-1/+8
* Wrote the code that looks at a context to seeSean Callanan2010-07-161-1/+15
* Fixes to the IR generator in the expression parserSean Callanan2010-07-141-2/+109
* Removed unused variable "log".Greg Clayton2010-07-131-2/+0
* "expr -i" now performs the required transforms toSean Callanan2010-07-131-23/+185
* Added the skeleton of an IR transformer that willSean Callanan2010-07-031-0/+109
OpenPOWER on IntegriCloud