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
/
Plugins
/
ExpressionParser
/
Clang
/
ClangExpressionDeclMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
1
-4
/
+36
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Remove append parameter to FindGlobalVariables
Pavel Labath
2018-05-31
1
-2
/
+2
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-47
/
+39
*
Use the DWARF linkage name when importing C++ methods.
Davide Italiano
2018-03-27
1
-1
/
+1
*
Fix crash exposed by r328025
Pavel Labath
2018-03-21
1
-2
/
+3
*
[ExpressionParser] Re-implement r327356 in a less disruptive way.
Davide Italiano
2018-03-20
1
-9
/
+0
*
[ExpressionParser] Fix crash when evaluating invalid expresssions.
Davide Italiano
2018-03-13
1
-0
/
+9
*
Remove some dead code from ClangExpressionDeclMap.cpp
Stephane Sezer
2017-10-24
1
-47
/
+3
*
Silence some "implicit conversion of string literal" warnings
Pavel Labath
2017-10-17
1
-2
/
+2
*
[ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.
Davide Italiano
2017-09-30
1
-2
/
+1
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-35
/
+163
*
[Expression Parser] Inhibit global lookups for symbols in the IR dynamic checks
Sean Callanan
2017-09-26
1
-13
/
+4
*
[Expression parser] Look up module symbols before hunting globally
Sean Callanan
2017-05-16
1
-100
/
+12
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
[DWARF parser] Produce correct template parameter packs
Sean Callanan
2017-05-11
1
-2
/
+27
*
[Expression parser] Return both types and variables
Sean Callanan
2017-04-24
1
-256
/
+249
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Remove dependencies from Utility to Core and Target.
Zachary Turner
2017-02-14
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Expression evaluation for overloaded C functions (redux)
Luke Drummond
2016-12-19
1
-5
/
+6
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1874
/
+1771
*
Fix expression evaluation with operator new
Pavel Labath
2016-08-15
1
-5
/
+2
*
Removed the m_decl_objects map from ClangASTContext.
Sean Callanan
2016-05-23
1
-1
/
+10
*
Fixed a crash if a FunctionDecl couldn't be imported.
Sean Callanan
2016-05-19
1
-3
/
+6
*
[fix] Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-29
1
-4
/
+14
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
1
-14
/
+4
*
Fix an inefficiency in the handling of $__lldb_local_vars in expressions.
Jim Ingham
2016-04-28
1
-1
/
+2
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
1
-4
/
+14
*
Handle any persistent Decl in the Clang expression parser, not just types.
Sean Callanan
2016-03-19
1
-41
/
+58
*
ExpressionParser: silence some GCC warnings
Saleem Abdulrasool
2016-02-15
1
-1
/
+1
*
Removed many JIT workarounds from IRForTarget.
Sean Callanan
2016-02-13
1
-243
/
+49
*
Take 2: Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-05
1
-4
/
+64
*
Revert "Use an artifical namespace so that member vars do not hide local vars."
Siva Chandra
2016-02-04
1
-64
/
+4
*
Use an artifical namespace so that member vars do not hide local vars.
Siva Chandra
2016-02-04
1
-4
/
+64
*
Better scheme to lookup alternate mangled name when looking up function address.
Siva Chandra
2016-01-07
1
-4
/
+72
*
Fix scope-based lookup when more than one function is found.
Dawn Perchik
2015-12-12
1
-0
/
+122
*
Made the ClangASTImporter into a shared pointer, eliminating a race condition.
Sean Callanan
2015-11-10
1
-12
/
+12
*
Fixed some issues with reporting "this" when the current function is not listed
Sean Callanan
2015-10-23
1
-36
/
+37
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-4
/
+11
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-33
/
+29
*
Made Target hold a map of languages to TypeSystems, and added some accessors.
Sean Callanan
2015-10-01
1
-1
/
+1
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-1
/
+1
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-0
/
+2225
[prev]