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
*
[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.
Davide Italiano
2019-08-12
1
-2
/
+2
*
[Symbol] GetTypeBitAlign() should return None in case of failure.
Davide Italiano
2019-08-12
1
-8
/
+14
*
[Materializer] Remove wrong SetSizeAndAlignmentFromType().
Davide Italiano
2019-08-08
1
-14
/
+0
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-7
/
+5
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-41
/
+48
*
[NFC] Remove instances of unused ClangASTContext header
Alex Langford
2019-07-19
1
-1
/
+0
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-4
/
+6
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-29
1
-1
/
+2
*
Revert "Make Type::GetByteSize optional (NFC)"
Adrian Prantl
2019-01-28
1
-2
/
+1
*
Make Type::GetByteSize optional (NFC)
Adrian Prantl
2019-01-28
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Replace auto -> llvm::Optional<uint64_t>
Adrian Prantl
2019-01-15
1
-2
/
+2
*
Make CompilerType::getBitSize() / getByteSize() return an optional result. NFC
Adrian Prantl
2019-01-15
1
-4
/
+9
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Refactor GetNextPersistentVariableName into a non-virtual method
Adrian Prantl
2018-04-30
1
-1
/
+2
*
Move the persistent variable counter into Target
Adrian Prantl
2018-04-30
1
-3
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-52
/
+52
*
Fix DataExtractor failures.
Zachary Turner
2017-03-03
1
-13
/
+0
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-34
/
+30
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-5
/
+5
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1177
/
+1118
*
Fixed a problem where we failed to get the size of an Objective-C type.
Sean Callanan
2016-08-18
1
-1
/
+3
*
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
[next]