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
...
*
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
*
Added support for persistent types to the
Sean Callanan
2011-08-23
1
-0
/
+36
*
Fixed a performance problem where functions were
Sean Callanan
2011-08-16
1
-4
/
+18
*
Fixed LLDB's handling of ElaboratedTypes, which was
Sean Callanan
2011-08-11
1
-7
/
+2
*
Check log shared pointer before using it.
Johnny Chen
2011-08-09
1
-1
/
+2
*
Made the expression parser use the StackFrame's
Sean Callanan
2011-08-06
1
-34
/
+20
*
This is an overhaul of the expression parser code
Sean Callanan
2011-08-05
1
-1
/
+6
*
Added checking to make sure that the target has a
Sean Callanan
2011-08-01
1
-2
/
+8
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-95
/
+150
*
Patch by Matt Johnson to silence G++ warnings!
Johnny Chen
2011-07-19
1
-2
/
+2
*
remove errant parenthesis.
Jim Ingham
2011-07-08
1
-1
/
+1
*
Fixed a few issues where typedefs weren't passing through to the correct
Greg Clayton
2011-07-08
1
-0
/
+1
*
Audited the expression parser to find uninitialized
Sean Callanan
2011-07-08
1
-8
/
+8
*
Added checks to the expresssion parser which make
Sean Callanan
2011-07-07
1
-1
/
+13
[prev]
[next]