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
*
<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
*
<rdar://problem/12106825>
Greg Clayton
2012-11-27
1
-18
/
+62
*
In cases where the Objective-C ivar symbols are stripped out,
Sean Callanan
2012-11-15
1
-3
/
+14
*
Make blocks that capture their containing method's object pointer look like m...
Jim Ingham
2012-10-30
1
-71
/
+151
*
Path from Ashok Thirumurthi:
Greg Clayton
2012-10-30
1
-2
/
+7
*
This is the first phase of supporting the DW_AT_object_pointer tag. I expand...
Jim Ingham
2012-10-27
1
-1
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-5
/
+7
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-3
/
+1
*
Brought LLDB top-of-tree into sync with LLVM/Clang
Sean Callanan
2012-09-24
1
-0
/
+1
*
Fixed a problem where persistent variables did
Sean Callanan
2012-09-20
1
-0
/
+2
*
Show the size of what we are dematerializing in the output log for "lldb expr".
Greg Clayton
2012-09-20
1
-1
/
+1
*
Some more typing-related fixes.
Filipe Cabecinhas
2012-09-11
1
-1
/
+1
*
Fixed a crash when incomplete expression variables
Sean Callanan
2012-08-16
1
-0
/
+6
*
Add explicit casts to bool in "shared pointer is valid" constructs that retur...
Jim Ingham
2012-08-11
1
-1
/
+1
*
Removed explicit NULL checks for shared pointers
Sean Callanan
2012-08-09
1
-1
/
+1
*
Fixed the expression parser to ignore C++ and
Sean Callanan
2012-07-28
1
-2
/
+18
[next]