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
*
Additional logging to track original versions of
Sean Callanan
2011-11-07
1
-1
/
+2
*
Fixed a problem where the "this" pointer didn't
Sean Callanan
2011-11-03
1
-0
/
+17
*
Fixed the function that gets values for the
Sean Callanan
2011-11-02
1
-1
/
+20
*
Updated LLVM/Clang to pull in an MCJIT fix that
Sean Callanan
2011-11-02
1
-1
/
+1
*
Sometimes the debug information includes artifically-
Sean Callanan
2011-11-02
1
-1
/
+3
*
Added the capability (turned off for now) to mark a
Sean Callanan
2011-11-01
1
-8
/
+10
*
Cloned FindExternalVisibleDecls from
Sean Callanan
2011-10-29
1
-157
/
+25
*
Moved FindExternalLexicalDecls and a few smaller
Sean Callanan
2011-10-29
1
-159
/
+0
*
I moved the responsibility for interacting with the
Sean Callanan
2011-10-29
1
-119
/
+12
*
As part of a general refactoring of ClangASTSource to
Sean Callanan
2011-10-28
1
-18
/
+22
*
Added a bunch of logging to CompleteType for TagDecls
Sean Callanan
2011-10-28
1
-2
/
+37
*
Changed the way the expression parser handles variables
Sean Callanan
2011-10-27
1
-19
/
+89
*
Liberalized the "id" check a little; now "id" can
Sean Callanan
2011-10-27
1
-3
/
+5
*
Disabled lookups for the Objective-C builtin type "id;"
Sean Callanan
2011-10-27
1
-21
/
+26
*
Extended the IR interpreter to handle the variables
Sean Callanan
2011-10-26
1
-7
/
+45
*
Fixed a problem where local variables conflict with
Sean Callanan
2011-10-25
1
-0
/
+1
*
Improved handling of static data in the expression
Sean Callanan
2011-10-25
1
-2
/
+0
*
Fixed our handling of const functions, compensating
Sean Callanan
2011-10-25
1
-13
/
+8
*
Made the expression parser handle persistent variables
Sean Callanan
2011-10-22
1
-2
/
+4
*
Implemented an extension to the namespace map that
Sean Callanan
2011-10-21
1
-1
/
+101
*
Made the IR interpreter more robust in the presence
Sean Callanan
2011-10-21
1
-1
/
+27
*
Modified the ASTDumper to return a "const char *" instead of a copy of the
Greg Clayton
2011-10-20
1
-26
/
+33
*
Removed some debug support I accidentally
Sean Callanan
2011-10-18
1
-3
/
+0
*
Improved logging, replacing the old ASTDumper (which
Sean Callanan
2011-10-18
1
-64
/
+26
*
Improved expression logging. Now all calls to
Sean Callanan
2011-10-14
1
-50
/
+79
*
Improved logging for FindExternalLexicalDecls to
Sean Callanan
2011-10-14
1
-4
/
+14
*
Cleaned up a few functions that never get used.
Sean Callanan
2011-10-13
1
-17
/
+0
*
Enabled the namespace-specific search functionality,
Sean Callanan
2011-10-13
1
-4
/
+4
*
Moved the list of found namespaces into the search
Sean Callanan
2011-10-13
1
-38
/
+65
*
Removed namespace qualification from symbol queries.
Sean Callanan
2011-10-13
1
-14
/
+6
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
1
-1
/
+1
*
Now that we know the values are going to stick around,
Sean Callanan
2011-10-13
1
-48
/
+9
*
Extended the lifetime of Clang parser objects to the
Sean Callanan
2011-10-12
1
-1
/
+9
*
Refactoring in preparation for having multiple
Sean Callanan
2011-10-12
1
-14
/
+12
*
Made the expression parser's type search call the
Sean Callanan
2011-10-12
1
-26
/
+24
*
Added support to ClagnExpressionDeclMap for finding
Sean Callanan
2011-10-12
1
-6
/
+27
*
Changed FindExternalVisibleDecls() to use the module
Sean Callanan
2011-10-12
1
-6
/
+19
*
Made FindGlobalVariable() optionally search a specific
Sean Callanan
2011-10-12
1
-11
/
+15
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-1
/
+1
*
Cleanups in preparation for making FindExternalVisibleDecls
Sean Callanan
2011-10-12
1
-228
/
+169
*
Implemented a namespace map that allows searching
Sean Callanan
2011-10-12
1
-29
/
+133
*
Fix the last testsuite regression from the apple-names stuff.
Jim Ingham
2011-10-08
1
-1
/
+2
*
Updated LLVM/Clang to pull in the latest ARM disassembler.
Sean Callanan
2011-10-07
1
-0
/
+4
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-112
/
+177
*
Fixed a problem with the IR interpreter that caused
Sean Callanan
2011-09-22
1
-7
/
+18
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-1
/
+1
*
Adopt the intrusive pointers in:
Greg Clayton
2011-09-17
1
-2
/
+8
*
Fixed a problem where the symbol context was not
Sean Callanan
2011-09-15
1
-0
/
+3
*
This patch modifies the expression parser to allow it
Sean Callanan
2011-09-15
1
-38
/
+410
*
Fixed some incorrect return values.
Greg Clayton
2011-09-13
1
-2
/
+2
[next]