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
/
Materializer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some typos:
Sylvestre Ledru
2014-08-11
1
-1
/
+1
*
Fixed a flipped conditional when writing back the
Sean Callanan
2014-04-24
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-18
/
+20
*
Made the Materializer not write back variables
Sean Callanan
2014-03-25
1
-5
/
+23
*
Better error reporting when a variable can't be
Sean Callanan
2014-02-28
1
-3
/
+25
*
Harden the Materializer logic against types that
Sean Callanan
2014-01-14
1
-0
/
+6
*
Fixed a bug where the expression parser doesn't
Sean Callanan
2014-01-07
1
-1
/
+3
*
Fixed printf warnings. The GetByteSize() results return uint64_t values, not ...
Greg Clayton
2013-11-13
1
-1
/
+4
*
Increase log detail for size mismatch in EntityVariable::Materialize
Ed Maste
2013-11-11
1
-1
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-14
/
+14
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-14
/
+14
*
Simplified the code that materializes a variable,
Sean Callanan
2013-10-22
1
-9
/
+3
*
Fixed a bug in the Materializer where we sent the
Sean Callanan
2013-10-09
1
-1
/
+1
*
Modified the expression parser to only try to
Sean Callanan
2013-07-12
1
-0
/
+13
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-68
/
+116
*
Fixed a problem with materialization and
Sean Callanan
2013-06-20
1
-1
/
+6
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-15
/
+15
*
Fixed a bug where persistent variables did not
Sean Callanan
2013-05-22
1
-0
/
+4
*
<rdar://problem/13893094>
Greg Clayton
2013-05-17
1
-76
/
+42
*
Performance optimizations to ClangUserExpression,
Sean Callanan
2013-04-27
1
-2
/
+2
*
Fixed the expression parser's handling of result
Sean Callanan
2013-04-20
1
-15
/
+40
*
Fixed two problems when reading constant/register
Sean Callanan
2013-04-19
1
-1
/
+1
*
This commit changes the way LLDB executes user
Sean Callanan
2013-04-18
1
-20
/
+252
*
Flipped the big switch: LLDB now uses the new
Sean Callanan
2013-04-16
1
-50
/
+122
*
Added logging to each entity in the Materializer
Sean Callanan
2013-04-15
1
-1
/
+211
*
Added support for registers to the Materializer.
Sean Callanan
2013-04-15
1
-0
/
+113
*
Audited the existing Materializer code to ensure
Sean Callanan
2013-04-15
1
-4
/
+27
*
Added symbol materialization support to the new
Sean Callanan
2013-04-13
1
-0
/
+31
*
Now that ValueObjects permit writing, made the
Sean Callanan
2013-04-13
1
-1
/
+23
*
Implemented materialization and dematerialization
Sean Callanan
2013-04-12
1
-3
/
+156
*
Replicated the materialization logic for persistent
Sean Callanan
2013-04-12
1
-12
/
+242
*
Hand over the job of laying out the argument structure
Sean Callanan
2013-04-11
1
-12
/
+4
*
Added a Materializer class that contains
Sean Callanan
2013-04-11
1
-0
/
+275