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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed a bug where we did not handle constant
Sean Callanan
2010-09-07
1
-3
/
+34
*
Improved function lookup to avoid conflicts between
Sean Callanan
2010-09-07
2
-10
/
+28
*
Added code to run pointer validation checks in
Sean Callanan
2010-09-02
1
-16
/
+258
*
Added support for dynamic sanity checking in
Sean Callanan
2010-09-01
3
-2
/
+138
*
Fixed a bug where the parser-specific members of
Sean Callanan
2010-08-30
2
-13
/
+40
*
Fixed a bug where ClangExpressionVariableList was
Sean Callanan
2010-08-30
1
-1
/
+3
*
Added a ClangUtilityFunction class that allows the
Sean Callanan
2010-08-27
4
-3
/
+132
*
This is a major refactoring of the expression parser.
Sean Callanan
2010-08-27
8
-1006
/
+1249
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-5
/
+11
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-2
/
+2
*
Refactored ClangExpressionDeclMap to use
Sean Callanan
2010-08-23
3
-193
/
+163
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-14
/
+7
*
First step of refactoring variable handling in the
Sean Callanan
2010-08-20
6
-173
/
+163
*
Patch by Bill Lynch fixing handling of the pid
Sean Callanan
2010-08-18
3
-8
/
+10
*
Check for errors in Resume before waiting for the resume to complete.
Jim Ingham
2010-08-17
1
-1
/
+6
*
Documented ClangResultSynthesizer and added very minor
Sean Callanan
2010-08-16
1
-3
/
+4
*
Documented ClangExpressionVariable(List), and
Sean Callanan
2010-08-13
1
-17
/
+4
*
Added documentation to ClangExpressionDeclMap.
Sean Callanan
2010-08-13
2
-5
/
+3
*
Documented ClangExpression and made parts of it
Sean Callanan
2010-08-13
2
-92
/
+5
*
Added documentation to ClangASTSource and
Sean Callanan
2010-08-12
1
-0
/
+4
*
Removed the ClangStmtVisitor, which is old code
Sean Callanan
2010-08-12
2
-1046
/
+1
*
Added automatically generated result variables for each
Sean Callanan
2010-08-12
3
-55
/
+293
*
Added support for persistent variables to the
Sean Callanan
2010-08-11
4
-49
/
+310
*
Removed the -i option from the expr command, and
Sean Callanan
2010-08-06
1
-1
/
+3
*
Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.
Greg Clayton
2010-08-04
1
-4
/
+8
*
Added support for accessing members of C++ objects,
Sean Callanan
2010-08-04
4
-1
/
+44
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
3
-12
/
+8
*
Set a CodeGenOption in Clang to inhibit insertion
Sean Callanan
2010-08-03
2
-0
/
+9
*
Added support for rewriting objc_msgSend so we can
Sean Callanan
2010-07-31
2
-32
/
+256
*
Updated to llvm/clang from July 30, 2010 at 08:00.
Greg Clayton
2010-07-30
2
-80
/
+77
*
Fixed "warning: unused variable 'log'".
Johnny Chen
2010-07-29
1
-2
/
+0
*
Fixed the expression code to use the right
Sean Callanan
2010-07-29
1
-23
/
+25
*
Added and improved logging. This is helping us as we
Sean Callanan
2010-07-28
4
-36
/
+74
*
Added support for calling functions from expressions.
Sean Callanan
2010-07-27
2
-24
/
+47
*
Added support for locating a function that is
Sean Callanan
2010-07-27
2
-10
/
+66
*
Fixed a bug in the IR transformer where we were
Sean Callanan
2010-07-27
1
-1
/
+10
*
Changed SymbolContext so when you search for functions
Sean Callanan
2010-07-27
2
-26
/
+76
*
Fixed a bug where we didn't restore thread and
Sean Callanan
2010-07-26
1
-48
/
+56
*
Updated the IR converter for the target to eliminate
Sean Callanan
2010-07-24
3
-80
/
+90
*
Added logging:
Sean Callanan
2010-07-23
2
-5
/
+71
*
Added extensive logging of the code that is actually going
Sean Callanan
2010-07-23
2
-0
/
+144
*
Modified TaggedASTType to inherit from ClangASTType
Sean Callanan
2010-07-23
2
-61
/
+142
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
3
-33
/
+25
*
Added functionality to dematerialize values that were
Sean Callanan
2010-07-20
2
-127
/
+195
*
Remove use of STL collection class use of the "data()" method since it isn't
Greg Clayton
2010-07-20
1
-4
/
+4
*
Added the necessary code to copy variables used by
Sean Callanan
2010-07-17
1
-87
/
+197
*
Fixed a copyright header.
Greg Clayton
2010-07-16
1
-8
/
+9
*
Wrote the code that looks at a context to see
Sean Callanan
2010-07-16
2
-24
/
+190
*
Fixes to the IR generator in the expression parser
Sean Callanan
2010-07-14
1
-2
/
+109
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
2
-4
/
+4
[next]