summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRForTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* The IRDynamicChecks subsystem was not properlySean Callanan2011-10-311-0/+32
* Improved handling of static data in the expressionSean Callanan2011-10-251-31/+139
* Added template support when parsing DWARF into types. We can now use STLGreg Clayton2011-10-221-5/+30
* Made the IR interpreter more robust in the presenceSean Callanan2011-10-211-4/+4
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-4/+4
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-39/+67
* Fixed a problem that prevented access to membersSean Callanan2011-08-101-10/+36
* Check log shared pointer before using it.Johnny Chen2011-08-091-3/+8
* Fixed a problem that caused LLDB to fail to executeSean Callanan2011-08-041-191/+154
* Fixed a problem in the expression parser that Sean Callanan2011-08-011-1/+28
* Fixed a bug where named constants were beingSean Callanan2011-08-011-2/+17
* This change brings in the latest LLVM/Clang, andSean Callanan2011-07-301-63/+92
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-4/+4
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-3/+3
* Audited the expression parser to find uninitializedSean Callanan2011-07-081-10/+8
* Fixed an issue for ARM where data symbols would alway return invalid addresses.Greg Clayton2011-06-231-2/+2
* ABI plug-ins must implement the following pure virtual functions:Greg Clayton2011-05-241-4/+1
* This commit integrates support for the LLVM MCJITSean Callanan2011-05-231-86/+428
* Updated to use the latest LLVM/Clang, to pick up JITSean Callanan2011-05-151-3/+9
* Added support for reading untyped symbols. Right nowSean Callanan2011-05-081-1/+1
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-94/+193
* Updated LLVM to pick up fixes to the ARM instructionSean Callanan2011-04-141-0/+1
* Order of initialization lists.Stephen Wilson2011-04-111-4/+4
OpenPOWER on IntegriCloud