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
*
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
*
<rdar://problem/13893094>
Greg Clayton
2013-05-17
1
-7
/
+1
*
Fixed a few obvious errors pointed out by the static analyzer.
Jim Ingham
2013-05-15
1
-1
/
+1
*
Fixed a problem where the expression parser would
Sean Callanan
2013-04-30
1
-1
/
+1
*
Fixed a crash when we tried dyn_cast<>ing a
Sean Callanan
2013-04-27
1
-0
/
+3
*
Hardening to avoid null-pointer crashes in the
Sean Callanan
2013-04-26
1
-0
/
+6
*
Fixed a problem where the expression parser would
Sean Callanan
2013-04-24
1
-4
/
+13
*
Removed 2800+ lines of code that no longer do anything
Sean Callanan
2013-04-19
1
-1126
/
+0
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-6
/
+6
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-8
/
+57
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-6
/
+6
[next]