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
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2223
/
+0
*
Rename clang_type_t to opaque_compiler_type_t.
Bruce Mitchener
2015-09-22
1
-3
/
+3
*
TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...
Greg Clayton
2015-09-17
1
-5
/
+15
*
Add using directives to the clang::DeclContext and fix decls for variables in...
Paul Herman
2015-09-16
1
-2
/
+5
*
Search variables based on clang::DeclContext and clang::Decl tree
Paul Herman
2015-09-15
1
-16
/
+25
*
ClangExpressionDeclMap should only disable the Clang parser-specific state on
Sean Callanan
2015-09-14
1
-2
/
+2
*
ExpressionVariable now uses llvm::cast() instead of As...() for RTTI.
Sean Callanan
2015-09-08
1
-12
/
+12
*
Use LLVM casting for TypeSystem so you can cast it to subclasses.
Greg Clayton
2015-09-08
1
-3
/
+7
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-72
/
+77
*
Lookup function using full name if one with mangled name is not found.
Siva Chandra
2015-09-03
1
-5
/
+32
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-39
/
+31
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-12
/
+12
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-29
/
+31
*
Fixed a problem where variables in modules were not appropriately discovered by
Sean Callanan
2015-07-10
1
-0
/
+25
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-64
/
+61
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
1
-2
/
+2
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-31
/
+29
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-29
/
+31
*
If we see an external function in the symbols, make
Sean Callanan
2015-05-28
1
-23
/
+0
*
Don't allow infininte recursion when trying to resolve re-exported symbols.
Greg Clayton
2015-05-15
1
-0
/
+5
*
Added support for locating and importing functions
Sean Callanan
2015-05-01
1
-0
/
+64
*
We have an issue where if you use a C function right now that has no prototyp...
Greg Clayton
2015-04-06
1
-6
/
+10
*
Fixed a bug where the expression parser relied on having symbols for things e...
Greg Clayton
2015-03-09
1
-16
/
+39
*
When we have a symbol, like "NSLog" that we try to call in an expression, mak...
Greg Clayton
2015-03-05
1
-1
/
+18
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Changes to the expression parser to actually use
Sean Callanan
2014-12-05
1
-0
/
+23
*
Made the expression parser more resilient against
Sean Callanan
2014-11-11
1
-0
/
+21
*
Don't allow the expression parser to magically
Sean Callanan
2014-10-20
1
-1
/
+0
*
A series of bit-flag values should be bitwise-or'ed not logical-or'ed.
Jason Molenda
2014-10-16
1
-4
/
+4
*
remove trailing whitespace + remove some useless comments
Sylvestre Ledru
2014-07-06
1
-336
/
+331
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-3
/
+3
*
Don't dereference target if it is NULL.
Greg Clayton
2014-06-13
1
-1
/
+1
*
Remove unused variables
Saleem Abdulrasool
2014-06-13
1
-9
/
+0
*
Remove unused variable.
Greg Clayton
2014-05-28
1
-2
/
+0
*
Fixed the Symbol code to resolve the callable address
Sean Callanan
2014-05-23
1
-23
/
+13
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-38
/
+36
*
cleanup unreferenced functions
Saleem Abdulrasool
2014-03-20
1
-37
/
+37
*
Emit a warning diagnostic if a symbol was promoted
Sean Callanan
2014-02-19
1
-0
/
+4
*
Fixed the AST importer to ensure that base classes
Sean Callanan
2013-12-20
1
-0
/
+2
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-7
/
+7
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-7
/
+7
*
<rdar://problem/14496092>
Greg Clayton
2013-10-31
1
-5
/
+18
*
<rdar://problem/14496092>
Greg Clayton
2013-10-30
1
-22
/
+41
*
Fixes to get LLDB building on Windows again.
Deepak Panickal
2013-10-22
1
-2
/
+2
*
<rdar://problem/14496092>
Greg Clayton
2013-10-21
1
-16
/
+66
*
Remove a spurious comment.
Jim Ingham
2013-09-05
1
-1
/
+0
*
clean up about 22 warnings messages
Michael Sartain
2013-08-07
1
-1
/
+1
*
Actually use the return value we get back when
Sean Callanan
2013-07-15
1
-15
/
+10
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-205
/
+143
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-7
/
+2
[next]