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
/
ClangExpressionDeclMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Overloading is not broken any more. No need for
Sean Callanan
2010-10-29
1
-8
/
+0
*
Fixed a problem where function calls on i386 weren't
Sean Callanan
2010-10-26
1
-1
/
+5
*
Made many ConstString functions inlined in the header file.
Greg Clayton
2010-10-15
1
-177
/
+250
*
Skip checking for a bunch of built-ins when evaluating an expression.
Greg Clayton
2010-10-15
1
-1
/
+1
*
Fixed an expression parsing issue where if you were stopped somewhere without
Greg Clayton
2010-10-14
1
-0
/
+3
*
Added extra logging, and made sure that the argument
Sean Callanan
2010-10-08
1
-0
/
+9
*
Updated the expression parser to ignore non-external
Sean Callanan
2010-10-06
1
-8
/
+16
*
Added support for (de)materializing values in registers,
Sean Callanan
2010-10-05
1
-41
/
+204
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-2
/
+2
*
Make C++ constructors and destructors correctly within the clang types we
Greg Clayton
2010-10-01
1
-3
/
+5
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-5
/
+5
*
Added type lookup, so variables with user-defined types
Sean Callanan
2010-09-27
1
-111
/
+25
*
Added the ability to create an objective C method for an objective C
Greg Clayton
2010-09-24
1
-6
/
+12
*
Updated to latest LLVM. Major LLVM changes:
Sean Callanan
2010-09-23
1
-6
/
+7
*
Added motheds to C++ classes as we parse them to keep clang happy.
Greg Clayton
2010-09-23
1
-4
/
+6
*
Removed the hacky "#define this ___clang_this" handler
Sean Callanan
2010-09-21
1
-22
/
+145
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-4
/
+4
*
Added code to support use of "this" and "self" in
Sean Callanan
2010-09-14
1
-9
/
+60
*
Looking at some of the test suite failures in DWARF in .o files with the
Greg Clayton
2010-09-14
1
-1
/
+9
*
Bugfixes to the expression parser. Fixes include:
Sean Callanan
2010-09-13
1
-0
/
+10
*
There was a check to make sure that the frame had a valid function before the...
Greg Clayton
2010-09-10
1
-10
/
+1
*
There is currently a problem with our interaction
Sean Callanan
2010-09-08
1
-0
/
+8
*
Improved function lookup to avoid conflicts between
Sean Callanan
2010-09-07
1
-3
/
+18
*
Fixed a bug where the parser-specific members of
Sean Callanan
2010-08-30
1
-11
/
+35
*
Refactored ClangExpressionDeclMap to use
Sean Callanan
2010-08-23
1
-184
/
+154
*
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
1
-16
/
+13
*
Added documentation to ClangExpressionDeclMap.
Sean Callanan
2010-08-13
1
-3
/
+2
*
Added automatically generated result variables for each
Sean Callanan
2010-08-12
1
-35
/
+56
*
Added support for persistent variables to the
Sean Callanan
2010-08-11
1
-26
/
+122
*
Removed the -i option from the expr command, and
Sean Callanan
2010-08-06
1
-1
/
+3
*
Added support for accessing members of C++ objects,
Sean Callanan
2010-08-04
1
-0
/
+19
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-1
/
+1
*
Added support for rewriting objc_msgSend so we can
Sean Callanan
2010-07-31
1
-3
/
+36
*
Added support for calling functions from expressions.
Sean Callanan
2010-07-27
1
-4
/
+10
*
Added support for locating a function that is
Sean Callanan
2010-07-27
1
-0
/
+18
*
Changed SymbolContext so when you search for functions
Sean Callanan
2010-07-27
1
-26
/
+60
*
Updated the IR converter for the target to eliminate
Sean Callanan
2010-07-24
1
-0
/
+6
*
Added logging:
Sean Callanan
2010-07-23
1
-0
/
+65
*
Modified TaggedASTType to inherit from ClangASTType
Sean Callanan
2010-07-23
1
-11
/
+8
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-6
/
+13
*
Added functionality to dematerialize values that were
Sean Callanan
2010-07-20
1
-126
/
+187
*
Added the necessary code to copy variables used by
Sean Callanan
2010-07-17
1
-87
/
+197
*
Wrote the code that looks at a context to see
Sean Callanan
2010-07-16
1
-23
/
+175
*
"expr -i" now performs the required transforms to
Sean Callanan
2010-07-13
1
-1
/
+101
*
Updated the expression parser to use proper logging when
Sean Callanan
2010-06-23
1
-18
/
+22
*
Added support to the expression parser for locating
Sean Callanan
2010-06-22
1
-5
/
+54
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+246
[prev]