summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRDynamicChecks.cpp
Commit message (Expand)AuthorAgeFilesLines
* Two fixes for Objetive-C methods that return structSean Callanan2011-11-161-3/+72
* Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...Jim Ingham2011-11-011-0/+19
* The IRDynamicChecks subsystem was not properlySean Callanan2011-10-311-1/+1
* Added an extra parameter to the object-checkerSean Callanan2011-10-271-6/+34
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-2/+4
* This change brings in the latest LLVM/Clang, andSean Callanan2011-07-301-14/+20
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-1/+1
* Audited the expression parser to find uninitializedSean Callanan2011-07-081-2/+2
* Updated LLVM to pick up fixes to the ARM instructionSean Callanan2011-04-141-0/+1
* Order of initialization lists.Stephen Wilson2011-04-111-2/+2
* Enabled extra warnings and fixed a bunch of small issues.Greg Clayton2011-01-251-2/+16
* Move some of the more noisy "log enable lldb expression" output to the verbos...Jim Ingham2011-01-221-3/+3
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Re-enabled LLDB's pointer checkers, and moved theSean Callanan2010-11-041-58/+28
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-1/+1
* prefix more stuff with '$' to make sure we don't go trying to lookup anythingGreg Clayton2010-10-161-5/+5
* Made many ConstString functions inlined in the header file.Greg Clayton2010-10-151-17/+14
* Updated to latest LLVM. Major LLVM changes:Sean Callanan2010-09-231-1/+1
* Bugfixes to the expression parser. Fixes include:Sean Callanan2010-09-131-21/+199
* Fixed an expression parser bug that preventedSean Callanan2010-09-081-0/+12
* Added code to run pointer validation checks inSean Callanan2010-09-021-16/+258
* Added support for dynamic sanity checking inSean Callanan2010-09-011-0/+117
OpenPOWER on IntegriCloud