summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implemented a feature where the expression parserSean Callanan2010-12-161-25/+74
* Added support for generating expressions that haveSean Callanan2010-12-131-2/+51
* Fixes to make id work as well as well as fix minor errorsSean Callanan2010-12-061-0/+4
* Fixed a bug in which the SEL type was being resolvedSean Callanan2010-12-061-1/+1
* Fixed a problem in which non-external variablesSean Callanan2010-12-061-0/+3
* Eliminated a redundant code path.Sean Callanan2010-12-031-1/+1
* Removed a compiler warning.Sean Callanan2010-12-031-1/+1
* Fixed IRForTarget so that it errors out when functionSean Callanan2010-12-021-4/+21
* Removed a stray dump().Sean Callanan2010-11-201-3/+1
* Added some logging back and cleaned up the code to match LLDB's codingGreg Clayton2010-11-191-118/+110
* Fixed the logic in IRForTarget that recognizesSean Callanan2010-11-181-4/+4
* Added support for constant strings of the form @"this-is-a-string".Sean Callanan2010-11-171-39/+349
* Added quotes around names that are being lookup up or inspected in the Greg Clayton2010-11-151-26/+26
* Made variable resolution more robust by handlingSean Callanan2010-11-081-25/+27
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-10/+10
* Fixed a bug where variables in the source operandsSean Callanan2010-11-061-1/+2
* Fixed a bug where we left a definition hangingSean Callanan2010-11-021-0/+3
* Fixed a problem where function calls on i386 weren't Sean Callanan2010-10-261-0/+3
* Fixed IRForTarget to not recognize $__lldb variablesSean Callanan2010-10-211-1/+2
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-60/+68
* Added handling for external variables in functionSean Callanan2010-10-051-0/+20
* Switched the expression parser from using TargetDataSean Callanan2010-09-301-16/+37
* Removed a dreadful hack to get at the name of theSean Callanan2010-09-281-23/+19
* Fixed two bugs in the expression parser:Sean Callanan2010-09-281-8/+44
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-231-4/+14
* 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
OpenPOWER on IntegriCloud