summaryrefslogtreecommitdiff
path: root/source/Expression/IRDynamicChecks.cpp
AgeCommit message (Expand)Author
2019-07-12[Expression] Move IRDynamicChecks to ClangExpressionParserAlex Langford
2019-07-10[Expression] IR Instrumenters should have a UtilityFunctionAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-02-27Pass arguments correctly to the objc object checker on arm64Jim Ingham
2019-02-08[opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-03Move Log from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-19Add a DiagnosticManager replace error streams in the expression parser.Sean Callanan
2016-02-13Removed many JIT workarounds from IRForTarget.Sean Callanan
2016-01-22Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...Bhushan D. Attarde
2015-10-31Fix Clang-tidy modernize-use-override warnings in include/lldb/Expression, so...Eugene Zelenko
2015-09-15This patch makes Clang-independent base classes for all the expression types ...Jim Ingham
2014-11-12Revert "Update for LLVM API change in r221024"Duncan P. N. Exon Smith
2014-11-02Update for LLVM API change in r221024Ed Maste
2014-07-06remove trailing whitespace + remove some useless commentsSylvestre Ledru
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool
2013-12-20Updated our IR processing to reflect best practicesSean Callanan
2013-12-20Adjust to the new way LLVM emits modules: it doesn'tSean Callanan
2013-11-04Roll back the changes I made in r193907 which created a new FrameJason Molenda
2013-11-02Add a new base class, Frame. It is a pure virtual function whichJason Molenda
2013-06-03Fix crash (in optimized builds) due to invalid metadata operandDaniel Malea
2013-03-27<rdar://problem/13521159>Greg Clayton
2013-01-02Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth
2012-10-11Fixed the IR interaction layer to deal with aSean Callanan
2012-10-11Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow
2012-07-17Ran the static analyzer on the codebase and found a few things.Greg Clayton
2012-05-29Insert dynamic checks only if the appropriateSean Callanan
2012-02-09Brought LLVM/Clang up to top of tree. The onlySean Callanan
2011-11-16Two fixes for Objetive-C methods that return structSean Callanan
2011-11-01Enhanced the ObjC DynamicCheckerFunction to test for "object responds to sele...Jim Ingham
2011-10-31The IRDynamicChecks subsystem was not properlySean Callanan
2011-10-27Added an extra parameter to the object-checkerSean Callanan
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-07-30This change brings in the latest LLVM/Clang, andSean Callanan
2011-07-19The implementation of categories is now synchronization safeEnrico Granata
2011-07-08Audited the expression parser to find uninitializedSean Callanan
2011-04-14Updated LLVM to pick up fixes to the ARM instructionSean Callanan
2011-04-11Order of initialization lists.Stephen Wilson
2011-01-25Enabled extra warnings and fixed a bunch of small issues.Greg Clayton
2011-01-22Move some of the more noisy "log enable lldb expression" output to the verbos...Jim Ingham
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton
2010-11-04Re-enabled LLDB's pointer checkers, and moved theSean Callanan