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
*
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
*
Updated the IRInterpreter to work with an
Sean Callanan
2013-04-17
1
-10
/
+10
*
Flipped the big switch: LLDB now uses the new
Sean Callanan
2013-04-16
1
-864
/
+65
*
Replicated the materialization logic for persistent
Sean Callanan
2013-04-12
1
-1
/
+6
*
Hand over the job of laying out the argument structure
Sean Callanan
2013-04-11
1
-4
/
+22
*
Changed the way ClangExpressionDeclMap registers
Sean Callanan
2013-04-11
1
-18
/
+30
*
Added a Materializer class that contains
Sean Callanan
2013-04-11
1
-2
/
+24
*
Hardening so we won't crash if an Objective-C interface
Sean Callanan
2013-04-09
1
-0
/
+3
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-1
/
+1
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-21
/
+21
[next]