summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/IRDynamicChecks.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford2019-07-121-593/+0
* [Expression] IR Instrumenters should have a UtilityFunctionAlex Langford2019-07-101-14/+15
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-22/+0
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-111-18/+18
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-271-2/+9
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Enable AUTOBRIEF in doxygen configuration.Adrian Prantl2018-05-021-13/+13
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-499/+434
* Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan2016-03-191-5/+4
* Removed many JIT workarounds from IRForTarget.Sean Callanan2016-02-131-28/+31
* Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...Bhushan D. Attarde2016-01-221-2/+2
* Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...Eugene Zelenko2015-10-311-46/+41
* This patch makes Clang-independent base classes for all the expression types ...Jim Ingham2015-09-151-3/+10
* Revert "Update for LLVM API change in r221024"Duncan P. N. Exon Smith2014-11-121-1/+1
* Update for LLVM API change in r221024Ed Maste2014-11-021-1/+1
* remove trailing whitespace + remove some useless commentsSylvestre Ledru2014-07-061-68/+68
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-36/+41
* Updated our IR processing to reflect best practicesSean Callanan2013-12-201-7/+18
* Adjust to the new way LLVM emits modules: it doesn'tSean Callanan2013-12-201-4/+2
* Roll back the changes I made in r193907 which created a new FrameJason Molenda2013-11-041-1/+1
* Add a new base class, Frame. It is a pure virtual function whichJason Molenda2013-11-021-1/+1
* Fix crash (in optimized builds) due to invalid metadata operandDaniel Malea2013-06-031-11/+4
* <rdar://problem/13521159>Greg Clayton2013-03-271-3/+3
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-5/+5
* Fixed the IR interaction layer to deal with aSean Callanan2012-10-111-2/+2
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-2/+2
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-1/+6
* Insert dynamic checks only if the appropriateSean Callanan2012-05-291-15/+21
* Brought LLVM/Clang up to top of tree. The onlySean Callanan2012-02-091-4/+4
* 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
OpenPOWER on IntegriCloud