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
*
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
*
Fixed handling of function pointers in the IR
Sean Callanan
2013-03-19
1
-2
/
+30
*
Switch from CreateTypeSourceInfo, which allocates
Sean Callanan
2013-03-12
1
-1
/
+1
*
Misc. clang build warning fixes.
Matt Kopec
2013-03-12
1
-1
/
+1
*
Added very lightweight, statically-allocated
Sean Callanan
2013-03-08
1
-1
/
+10
*
Add support for non-register scalar values in DoMaterializeOneVariable.
Andrew Kaylor
2013-03-06
1
-120
/
+173
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-15
/
+46
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-1
/
+1
*
Hardening in case a thread's frames are missing.
Sean Callanan
2013-02-21
1
-1
/
+1
*
Fixed the way the ClangExpressionDeclMap looks
Sean Callanan
2013-02-12
1
-4
/
+11
*
Modified the expression parser's class wrapper to
Sean Callanan
2013-02-01
1
-16
/
+57
*
Extended LLDB to handle blocks capturing 'self'
Sean Callanan
2013-01-19
1
-5
/
+9
*
Made the expression handle variables with
Sean Callanan
2013-01-18
1
-38
/
+151
*
ClangExpressionVariable previously was not capable of
Sean Callanan
2013-01-15
1
-84
/
+117
*
Fix a parser_type to get created with the right AST, and also make variables ...
Greg Clayton
2012-12-14
1
-2
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
[next]