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
*
Fixed a bug in the expression parser where the 'this'
Sean Callanan
2011-03-04
1
-30
/
+64
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-6
/
+6
*
Added a new class, ASTDumper, that provides verbose
Sean Callanan
2011-02-01
1
-0
/
+8
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-2
/
+3
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-5
/
+11
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-7
/
+5
*
Added support for the fragile ivars provided by
Sean Callanan
2011-01-17
1
-0
/
+30
*
A few of the issue I have been trying to track down and fix have been due to
Greg Clayton
2011-01-17
1
-24
/
+10
*
Fixed handling of explicitly-declared persistent
Sean Callanan
2011-01-13
1
-2
/
+3
*
Implemented a major overhaul of the way variables are handled
Sean Callanan
2011-01-13
1
-65
/
+342
*
Put more smarts into the RegisterContext base class. Now the base class has
Greg Clayton
2011-01-09
1
-30
/
+28
*
Fixed a problem where constant results of expressions
Sean Callanan
2011-01-04
1
-32
/
+29
*
Implemented a feature where the expression parser
Sean Callanan
2010-12-16
1
-0
/
+73
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-158
/
+184
*
Bugfixes for the new "self" pointer handling. Specifically,
Sean Callanan
2010-12-14
1
-2
/
+5
*
Added support for generating expressions that have
Sean Callanan
2010-12-13
1
-7
/
+62
*
Logging improvements to help identify major events in
Sean Callanan
2010-12-07
1
-0
/
+6
*
Handle the case where you make a ClangExpressionDeclMap without a selected fr...
Jim Ingham
2010-12-07
1
-2
/
+7
*
Fixed object lifetimes in ClangExpressionDeclMap
Sean Callanan
2010-12-03
1
-153
/
+203
*
Allowed ClangExpressionDeclMap to dematerialize
Sean Callanan
2010-12-01
1
-3
/
+4
*
Added a feature where registers can be referred to
Sean Callanan
2010-11-30
1
-5
/
+142
*
Made GetVariableValue() more robust in the face
Sean Callanan
2010-11-20
1
-0
/
+11
*
Change the DWARFExpression::Evaluate methods to take an optional
Jason Molenda
2010-11-20
1
-1
/
+1
*
Modifications to type handling logic. We no longer
Sean Callanan
2010-11-19
1
-32
/
+41
*
Whitespace fix.
Sean Callanan
2010-11-17
1
-1
/
+0
*
First attempt and getting "const" C++ method function signatures correct.
Greg Clayton
2010-11-16
1
-4
/
+20
*
Just like functions can have a basename and a mangled/demangled name, variable
Greg Clayton
2010-11-14
1
-27
/
+54
*
Got namespace lookup working and was able to print a complex "this" as an
Greg Clayton
2010-11-13
1
-7
/
+7
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-2
/
+28
*
Did a lot of code cleanup.
Greg Clayton
2010-11-09
1
-13
/
+9
*
Fixed an issue in the DWARF parser that was causing forward declarations
Greg Clayton
2010-11-09
1
-39
/
+39
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-9
/
+9
*
Improved logging and cleaned up a redundant return
Sean Callanan
2010-11-01
1
-5
/
+22
*
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
[next]