index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Expression
/
ClangExpressionParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enabled C++11 in the expression parser. auto and
Sean Callanan
2012-05-16
1
-0
/
+2
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-2
/
+1
*
Disabled spell checking in the expression parser,
Sean Callanan
2012-04-17
1
-0
/
+6
*
Updated the revision of LLVM/Clang used by LLDB.
Sean Callanan
2012-03-08
1
-4
/
+9
*
Updated LLVM to take a new MC JIT that supports
Sean Callanan
2012-03-01
1
-1
/
+2
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-1
/
+1
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-9
/
+9
*
I have brought LLDB up-to-date with top of tree
Sean Callanan
2012-02-04
1
-62
/
+9
*
Added a mechanism for the IR interpreter to return
Sean Callanan
2012-01-24
1
-18
/
+16
*
http://llvm.org/bugs/show_bug.cgi?id=11618
Johnny Chen
2012-01-06
1
-0
/
+2
*
The "desired result type" code in the expression
Sean Callanan
2011-12-21
1
-0
/
+3
*
Picked up a new revision of Clang to pull in Objective-C
Sean Callanan
2011-12-01
1
-1
/
+2
*
Added a language parameter to the expression parser,
Sean Callanan
2011-11-07
1
-7
/
+20
*
Updated LLVM/Clang to pick up a fix for imports of
Sean Callanan
2011-11-04
1
-1
/
+1
*
Minor logging changes: added logging right before
Sean Callanan
2011-11-01
1
-2
/
+21
*
As part of a general refactoring of ClangASTSource to
Sean Callanan
2011-10-28
1
-1
/
+2
*
Enabled dedicated debugger support in Clang, meaning
Sean Callanan
2011-10-21
1
-1
/
+1
*
Implemented a namespace map that allows searching
Sean Callanan
2011-10-12
1
-1
/
+1
*
Updated LLVM/Clang to pull in the latest ARM disassembler.
Sean Callanan
2011-10-07
1
-8
/
+6
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-19
/
+23
*
Fixed a problem where expressions would attempt to
Sean Callanan
2011-09-20
1
-1
/
+25
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-65
/
+21
*
Added support for persistent types to the
Sean Callanan
2011-08-23
1
-0
/
+1
*
Add reloc arg to standard JIT createJIT()
Peter Collingbourne
2011-07-30
1
-0
/
+1
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-5
/
+4
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-1
/
+1
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-3
/
+3
*
Disable MCJIT on non-Darwin platforms
Peter Collingbourne
2011-06-03
1
-1
/
+4
*
This commit integrates support for the LLVM MCJIT
Sean Callanan
2011-05-23
1
-2
/
+3
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-1
/
+1
*
Dump JIT memory requirements when "log enable lldb expr" logging is enabled.
Greg Clayton
2011-05-15
1
-2
/
+7
*
Added the ability to get the return value from a ThreadPlanCallFunction
Greg Clayton
2011-05-15
1
-0
/
+18
*
Introduced support for UnknownAnyTy, the Clang type
Sean Callanan
2011-05-12
1
-1
/
+11
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
1
-1
/
+8
*
Updated LLVM to pick up fixes to the ARM instruction
Sean Callanan
2011-04-14
1
-2
/
+20
*
Added the ability to get the min and max instruction byte size for
Greg Clayton
2011-03-26
1
-1
/
+2
*
Cleaned up the Disassembler code a bit more. You can now request a disassembler
Greg Clayton
2011-03-25
1
-6
/
+2
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-1
/
+1
*
Add the ability to disassemble "n" instructions from the current PC, or the f...
Jim Ingham
2011-03-22
1
-1
/
+1
*
Updated to LLVM/Clang revision 127600.
Sean Callanan
2011-03-15
1
-6
/
+5
*
Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form
Greg Clayton
2011-02-23
1
-1
/
+1
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-12
/
+21
*
Added error reporting to IRForTarget so that the
Sean Callanan
2011-01-27
1
-0
/
+7
*
Make expressions clean up their JIT'ed code allocation.
Greg Clayton
2011-01-19
1
-15
/
+23
*
Updated to revision 123723 of LLVM, to bring in
Sean Callanan
2011-01-18
1
-2
/
+2
*
Added support for the fragile ivars provided by
Sean Callanan
2011-01-17
1
-4
/
+14
*
Enabled ObjC 2 abilities for expressions. We will enable the fragile ivar
Greg Clayton
2011-01-15
1
-0
/
+8
*
Implemented a feature where the expression parser
Sean Callanan
2010-12-16
1
-1
/
+3
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-1
/
+1
*
Updated to latest LLVM/Clang for external AST source changes that allow
Greg Clayton
2010-12-02
1
-6
/
+6
[next]