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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik
2015-09-04
1
-1
/
+22
*
Lookup function using full name if one with mangled name is not found.
Siva Chandra
2015-09-03
1
-5
/
+32
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Fix cmake build.
Bruce Mitchener
2015-09-03
1
-1
/
+1
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
2
-2
/
+2
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
4
-144
/
+13
*
When looking up types, find the first type we can import rather than just taking
Sean Callanan
2015-09-01
1
-26
/
+33
*
Handle DW_OP_GNU_addr_index in DWARF expressions
Tamas Berghammer
2015-08-25
1
-6
/
+91
*
Add support for DW_FORM_GNU_[addr,str]_index
Tamas Berghammer
2015-08-25
1
-0
/
+6
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
6
-87
/
+86
*
Fix evaluation of global operators in C++
Paul Herman
2015-08-19
1
-4
/
+6
*
Update to r245397.
Chaoren Lin
2015-08-19
1
-2
/
+7
*
Fix LLDB after Clang r245346.
Richard Smith
2015-08-19
1
-0
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
8
-38
/
+38
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
6
-45
/
+62
*
Update lldb's ExternalASTSources to match Clang r244161.
Richard Smith
2015-08-06
1
-19
/
+14
*
Fix warnings detected by -Wpessimizing-move
Pavel Labath
2015-07-28
1
-1
/
+1
*
Expression evaluation, a new ThreadPlanCallFunctionUsingABI for executing a f...
Ewan Crawford
2015-07-14
4
-28
/
+283
*
Fixed a problem where variables in modules were not appropriately discovered by
Sean Callanan
2015-07-10
1
-0
/
+25
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
2
-3
/
+3
*
Fixed the C modules test case on Darwin by streamlining its code.
Sean Callanan
2015-07-08
1
-28
/
+15
*
Make sure we can lookup re-exported symbols after recent changes to lldb_priv...
Greg Clayton
2015-07-02
1
-12
/
+2
*
Fix typo in comment.
Dawn Perchik
2015-07-01
1
-1
/
+1
*
Rename ClangUserExpression members to avoid confusion with language.
Dawn Perchik
2015-07-01
1
-17
/
+17
*
Fix LLDB build after r241035
Tamas Berghammer
2015-06-30
1
-0
/
+2
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
3
-68
/
+65
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
2
-3
/
+3
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
5
-60
/
+45
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
5
-45
/
+60
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
If we see an external function in the symbols, make
Sean Callanan
2015-05-28
2
-28
/
+16
*
Don't crash if we don't have a process and need
Sean Callanan
2015-05-28
1
-10
/
+13
*
Allow expresions to have unique expression prefixes:
Greg Clayton
2015-05-27
1
-1
/
+16
*
Don't allow infininte recursion when trying to resolve re-exported symbols.
Greg Clayton
2015-05-15
1
-0
/
+5
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+4
*
Fix ClangUserExpression::Evaluate return code in case of eExpressionParseError
Ilia K
2015-05-07
1
-2
/
+3
*
Added support for locating and importing functions
Sean Callanan
2015-05-01
2
-0
/
+67
*
Updated our use of clang::Preprocessor to reflect
Sean Callanan
2015-05-01
1
-1
/
+1
*
Made macros from modules be injected before our
Sean Callanan
2015-04-30
2
-40
/
+64
*
Fix build after Clang API change in r236176.
Richard Smith
2015-04-29
1
-11
/
+4
*
Fix build.
Chaoren Lin
2015-04-23
1
-1
/
+1
*
Fix build of lldb after clang r235614.
Richard Smith
2015-04-23
1
-2
/
+2
*
This patch implements several improvements to the
Sean Callanan
2015-04-20
3
-26
/
+286
*
Added support to ClangUserExpression for importing
Sean Callanan
2015-04-14
2
-4
/
+159
*
Updated IRForTarget to change the way we generate
Sean Callanan
2015-04-14
1
-2
/
+4
*
[IRForTarget] Strenghten handling of alternate mangling.
Siva Chandra
2015-04-09
1
-26
/
+25
*
Fix resolution of certain recursive types.
Stephane Sezer
2015-04-08
1
-0
/
+37
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
2
-3
/
+3
*
Fixed a problem where the second @import statement
Sean Callanan
2015-04-07
1
-2
/
+2
*
Fixed a crash because we weren't generating
Sean Callanan
2015-04-06
1
-3
/
+4
[next]