summaryrefslogtreecommitdiffstats
path: root/lldb/source/Expression/ClangExpressionParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-1/+2
* Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton2011-03-251-6/+2
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-1/+1
* Add the ability to disassemble "n" instructions from the current PC, or the f...Jim Ingham2011-03-221-1/+1
* Updated to LLVM/Clang revision 127600.Sean Callanan2011-03-151-6/+5
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-1/+1
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-12/+21
* Added error reporting to IRForTarget so that theSean Callanan2011-01-271-0/+7
* Make expressions clean up their JIT'ed code allocation.Greg Clayton2011-01-191-15/+23
* Updated to revision 123723 of LLVM, to bring inSean Callanan2011-01-181-2/+2
* Added support for the fragile ivars provided bySean Callanan2011-01-171-4/+14
* Enabled ObjC 2 abilities for expressions. We will enable the fragile ivarGreg Clayton2011-01-151-0/+8
* Implemented a feature where the expression parserSean Callanan2010-12-161-1/+3
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-1/+1
* Updated to latest LLVM/Clang for external AST source changes that allowGreg Clayton2010-12-021-6/+6
OpenPOWER on IntegriCloud