summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove builtin attribute from calls whose targets we replaceStefanus Du Toit2013-07-231-0/+14
* Fixed a problem in IRForTarget where we would notSean Callanan2013-07-151-2/+9
* Huge change to clean up types.Greg Clayton2013-07-111-24/+17
* Hitherto the IRForTarget infrastructure has mainlySean Callanan2013-06-281-178/+252
* Cleanup of IRForTarget. Removed some relics ofSean Callanan2013-06-271-80/+0
* Sort out a number of mismatched integer types in order to cut down the number...Andy Gibbs2013-06-191-2/+2
* Fix crash (in optimized builds) due to invalid metadata operandDaniel Malea2013-06-031-6/+4
* Fixed IRForTarget to handle Objective-C messagesSean Callanan2013-04-241-0/+10
* Fixed expression parser handling of empty strings.Sean Callanan2013-04-241-0/+5
* Be sure to print out the fully mangled name when we are unable to find a func...Greg Clayton2013-04-231-0/+4
* This commit changes the way LLDB executes userSean Callanan2013-04-181-127/+12
* Made the IRInterpreter's methods static, sinceSean Callanan2013-04-171-5/+1
* Made the IRInterpreter be able to operate withoutSean Callanan2013-04-171-1/+1
* Modified the IRInterpreter to take an IRMemoryMap.Sean Callanan2013-04-161-0/+2
* Handle C++ static variables in the expressionSean Callanan2013-04-111-0/+2
* <rdar://problem/13521159>Greg Clayton2013-03-271-34/+25
* If there are multiple uses of an Objective-CSean Callanan2013-03-231-8/+12
* Refactored the expression parser so that the IRSean Callanan2013-03-191-27/+33
* <rdar://problem/13421412>Greg Clayton2013-03-141-4/+4
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-7/+7
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-7/+7
* Missing “if (log)” on a log printf.Jim Ingham2012-11-261-3/+4
* Fixed a problem where we mistook normal resultSean Callanan2012-11-021-2/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-6/+12
* Fixed the IR interaction layer to deal with aSean Callanan2012-10-111-12/+7
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-8/+14
* Move TargetData to DataLayout.Micah Villmow2012-10-081-2/+2
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-2/+59
* Changed the IRForTarget pass to ensure that allSean Callanan2012-07-271-0/+5
* Added a fix that allows newly-constructed objectsSean Callanan2012-07-211-0/+55
* <rdar://problem/10998370>Greg Clayton2012-07-181-9/+17
* Fixed a potential crash if a metadata categorySean Callanan2012-07-041-1/+1
* Minor fixes for ARM/iOS targets:Sean Callanan2012-06-081-0/+14
* Made the IR interpreter move all floats, not just "wide"Sean Callanan2012-04-261-1/+1
* Fixed a crasher that occurs when an expressionSean Callanan2012-04-241-1/+2
* Brought LLVM/Clang up to top of tree. The onlySean Callanan2012-02-091-10/+16
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-0/+5
* Added a mechanism for the IR interpreter to returnSean Callanan2012-01-241-4/+3
* Added checking to prevent a rare crash when gettingSean Callanan2011-12-221-5/+13
* Made IRForTarget error out correctly when it can'tSean Callanan2011-12-211-1/+2
* This commit is the result of a general audit ofSean Callanan2011-12-141-2/+2
* Added the ability to dereference an Objective-C objectSean Callanan2011-12-081-6/+17
* Added the ability for clients to grab a set of symbol table indexes and thenGreg Clayton2011-12-031-1/+1
* Made symbol lookup in the expression parser moreSean Callanan2011-12-011-2/+2
* Pulled in a new revision of LLVM/Clang and addedSean Callanan2011-11-191-3/+3
* This commit completes the rearchitecting of ClangASTSourceSean Callanan2011-11-181-9/+25
* Two fixes for Objetive-C methods that return structSean Callanan2011-11-161-0/+6
* Fixed a bug where the variable-resolution codeSean Callanan2011-11-151-0/+3
* Added functionality to call Objective-C class methodsSean Callanan2011-11-011-1/+70
* Minor logging changes: added logging right beforeSean Callanan2011-11-011-2/+2
OpenPOWER on IntegriCloud