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
*
Support floating point values in 128-bit SSE vector registers
Adrian Prantl
2016-03-08
1
-2
/
+2
*
Revert "Fix bug with register values byte order in expression evaluation."
Todd Fiala
2016-02-27
1
-10
/
+3
*
Register value is not necessarily scalar.
Chaoren Lin
2016-02-26
1
-261
/
+262
*
Fix bug with register values byte order in expression evaluation.
Aidan Dodds
2016-02-26
1
-3
/
+9
*
Fixed a bug where the size of a type was used instead of the size of a pointer.
Sean Callanan
2015-11-10
1
-1
/
+1
*
Add "zero_memory" option to IRMemoryMap::FindSpace & IRMemoryMap::Malloc. Ze...
Jim Ingham
2015-11-04
1
-3
/
+18
*
Fix Clang-tidy modernize-use-override warnings in some files in source; other...
Eugene Zelenko
2015-10-26
1
-51
/
+72
*
Add PersistentVariableDelegate to handle language-specific dematerialization.
Sean Callanan
2015-10-03
1
-33
/
+42
*
Made GetScratchTypeSystemForLanguage return an error if desired.
Sean Callanan
2015-10-02
1
-2
/
+3
*
Eliminated redundant "constructors" for ClangExpressionVariable. ...
Sean Callanan
2015-10-01
1
-7
/
+6
*
Now persistent expression data no longer lives with the Target, but rather with
Sean Callanan
2015-09-30
1
-4
/
+19
*
Removed a bunch of dependencies of Materializer on ClangUserExpression.
Sean Callanan
2015-09-29
1
-24
/
+24
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-2
/
+2
*
Removed a needless cast to ClangExpressionVariable.
Sean Callanan
2015-09-17
1
-1
/
+1
*
ExpressionVariable now uses llvm::cast() instead of As...() for RTTI.
Sean Callanan
2015-09-08
1
-2
/
+2
*
This patch separates the generic portion of ClangExpressionVariable, which
Sean Callanan
2015-09-04
1
-16
/
+15
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
1
-1
/
+1
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
1
-1
/
+1
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-2
/
+2
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-1
/
+1
*
Don't #include ClangPersistentVariables.h from Process.h
Zachary Turner
2015-03-03
1
-0
/
+1
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-2
/
+2
*
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
[next]