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
/
ClangUtilityFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-6
/
+3
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-0
/
+1
*
Added a Materializer class that contains
Sean Callanan
2013-04-11
1
-1
/
+1
*
Factored out memory access into the target process
Sean Callanan
2013-04-05
1
-1
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-2
/
+0
*
Refactored the expression parser so that the IR
Sean Callanan
2013-03-19
1
-13
/
+1
*
Centralized the expression prefixes that are used for both expressions and ut...
Greg Clayton
2013-02-13
1
-28
/
+2
*
<rdar://problem/13210494>
Greg Clayton
2013-02-13
1
-1
/
+30
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Making ClangExpression hold on to a WP to the Process instead of a SP. This f...
Enrico Granata
2012-09-18
1
-1
/
+1
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-1
/
+1
*
I moved the responsibility for interacting with the
Sean Callanan
2011-10-29
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-5
/
+5
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-2
/
+10
*
Added checking to make sure that the target has a
Sean Callanan
2011-08-01
1
-1
/
+5
*
This commit integrates support for the LLVM MCJIT
Sean Callanan
2011-05-23
1
-1
/
+23
*
Fixed the "mmap" to work on MacOSX/darwin by supplying the correct arguemnts.
Greg Clayton
2011-05-17
1
-1
/
+5
*
Made expressions that are just casts of pointer
Sean Callanan
2011-05-07
1
-1
/
+3
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-15
/
+2
*
Make expressions clean up their JIT'ed code allocation.
Greg Clayton
2011-01-19
1
-7
/
+9
*
Thread safety changes in debugserver and also in the process GDB remote plugin.
Greg Clayton
2011-01-18
1
-0
/
+10
*
Added support for the fragile ivars provided by
Sean Callanan
2011-01-17
1
-1
/
+1
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-1
/
+3
*
Fixed object lifetimes in ClangExpressionDeclMap
Sean Callanan
2010-12-03
1
-1
/
+5
*
Cleaned a few build related things up:
Greg Clayton
2010-09-24
1
-0
/
+4
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-0
/
+8
*
Added support for dynamic sanity checking in
Sean Callanan
2010-09-01
1
-2
/
+10
*
Added a ClangUtilityFunction class that allows the
Sean Callanan
2010-08-27
1
-0
/
+116