summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update to reflect API changes in r171367.Chandler Carruth2013-01-021-2/+2
* Rewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as appropriate to reflect theChandler Carruth2013-01-021-2/+2
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+2
* Fix lldb to compile with top of tree LLVM/clang.Greg Clayton2012-11-161-1/+1
* Patch from Matt Kopec:Greg Clayton2012-10-301-1/+1
* Cleanup some variable names to indicate auto pointers and also manager the ll...Greg Clayton2012-10-241-18/+15
* Added support for "bool", "true", and "false" toSean Callanan2012-10-171-0/+2
* Bunch of cleanups for warnings found by the llvm static analyzer.Jim Ingham2012-10-121-0/+1
* Removed some debugging cruft.Sean Callanan2012-09-241-3/+0
* Brought LLDB top-of-tree into sync with LLVM/ClangSean Callanan2012-09-241-56/+75
* Disable the "pretty stack trace" signal handler,Sean Callanan2012-09-061-0/+2
* Removed explicit NULL checks for shared pointersSean Callanan2012-08-091-1/+1
* Instructions generated by a disassembler can nowSean Callanan2012-08-011-1/+1
* Minor fixes for ARM/iOS targets:Sean Callanan2012-06-081-0/+3
* Enabled C++11 in the expression parser. auto andSean Callanan2012-05-161-0/+2
* <rdar://problem/11330621>Greg Clayton2012-05-101-2/+1
* Disabled spell checking in the expression parser,Sean Callanan2012-04-171-0/+6
* Updated the revision of LLVM/Clang used by LLDB.Sean Callanan2012-03-081-4/+9
* Updated LLVM to take a new MC JIT that supportsSean Callanan2012-03-011-1/+2
* <rdar://problem/10103468>Greg Clayton2012-02-241-1/+1
* The second part in thread hardening the internals of LLDB where we makeGreg Clayton2012-02-181-9/+9
* I have brought LLDB up-to-date with top of treeSean Callanan2012-02-041-62/+9
* Added a mechanism for the IR interpreter to returnSean Callanan2012-01-241-18/+16
* http://llvm.org/bugs/show_bug.cgi?id=11618Johnny Chen2012-01-061-0/+2
* The "desired result type" code in the expressionSean Callanan2011-12-211-0/+3
* Picked up a new revision of Clang to pull in Objective-CSean Callanan2011-12-011-1/+2
* Added a language parameter to the expression parser,Sean Callanan2011-11-071-7/+20
* Updated LLVM/Clang to pick up a fix for imports ofSean Callanan2011-11-041-1/+1
* Minor logging changes: added logging right beforeSean Callanan2011-11-011-2/+21
* As part of a general refactoring of ClangASTSource toSean Callanan2011-10-281-1/+2
* Enabled dedicated debugger support in Clang, meaningSean Callanan2011-10-211-1/+1
* Implemented a namespace map that allows searchingSean Callanan2011-10-121-1/+1
* Updated LLVM/Clang to pull in the latest ARM disassembler.Sean Callanan2011-10-071-8/+6
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-19/+23
* Fixed a problem where expressions would attempt toSean Callanan2011-09-201-1/+25
* This patch modifies the expression parser to allow itSean Callanan2011-09-151-65/+21
* Added support for persistent types to theSean Callanan2011-08-231-0/+1
* Add reloc arg to standard JIT createJIT()Peter Collingbourne2011-07-301-0/+1
* This change brings in the latest LLVM/Clang, andSean Callanan2011-07-301-5/+4
* Patch by Matt Johnson to silence G++ warnings!Johnny Chen2011-07-191-1/+1
* The implementation of categories is now synchronization safeEnrico Granata2011-07-191-3/+3
* Disable MCJIT on non-Darwin platformsPeter Collingbourne2011-06-031-1/+4
* This commit integrates support for the LLVM MCJITSean Callanan2011-05-231-2/+3
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-1/+1
* Dump JIT memory requirements when "log enable lldb expr" logging is enabled.Greg Clayton2011-05-151-2/+7
* Added the ability to get the return value from a ThreadPlanCallFunctionGreg Clayton2011-05-151-0/+18
* Introduced support for UnknownAnyTy, the Clang typeSean Callanan2011-05-121-1/+11
* Made expressions that are just casts of pointer Sean Callanan2011-05-071-1/+8
* Updated LLVM to pick up fixes to the ARM instructionSean Callanan2011-04-141-2/+20
OpenPOWER on IntegriCloud