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
/
Core
/
Value.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ValueObject: Upstream early-exit from swift-lldb. (NFC)
Adrian Prantl
2019-11-05
1
-3
/
+8
*
[lldb] Add trailing dots to comments in Value.cpp
Raphael Isemann
2019-11-04
1
-2
/
+2
*
Remove unused and undocumented data_offset parameter (NFC)
Adrian Prantl
2019-08-08
1
-6
/
+5
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-15
/
+15
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Change TypeSystem::GetBitSize() to return an optional result.
Adrian Prantl
2019-01-16
1
-19
/
+19
*
Revert "Simplify Value::GetValueByteSize()"
Pavel Labath
2019-01-16
1
-15
/
+19
*
Remove redundant check.
Adrian Prantl
2019-01-15
1
-5
/
+3
*
Simplify Value::GetValueByteSize()
Adrian Prantl
2019-01-15
1
-19
/
+15
*
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
/
+6
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-10
/
+10
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-0
/
+19
*
Revert "DWARFExpression: Convert file addresses to load addresses early on."
Adrian Prantl
2018-05-03
1
-22
/
+0
*
DWARFExpression: Convert file addresses to load addresses early on.
Adrian Prantl
2018-05-03
1
-0
/
+22
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-17
/
+15
*
Add check for self-assignment. NFC
Don Hinton
2017-11-14
1
-0
/
+3
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+0
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-1
/
+1
*
[Core/Value] Remove dead code that hasn't been touched in years. NFC.
Davide Italiano
2017-09-03
1
-25
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+6
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-6
/
+15
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-768
/
+615
*
Certain hardware architectures have registers of 256 bits in size
Enrico Granata
2016-03-10
1
-8
/
+7
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-3
/
+3
*
Fix a problem where LLDB could sometimes try to get the size of an Objective-...
Enrico Granata
2015-10-14
1
-4
/
+4
*
Rename clang_type -> compiler_type for variables.
Bruce Mitchener
2015-09-24
1
-16
/
+16
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-8
/
+8
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-7
/
+7
*
Preparatory infrastructural work to support dynamically determining sizes of ...
Enrico Granata
2015-01-28
1
-2
/
+2
*
Rewrote the initial DW_OP_piece support to be able to support opcodes like:
Greg Clayton
2014-07-31
1
-1
/
+63
*
lldb needs to support DW_op_piece masks for values in subregister and also to...
Greg Clayton
2014-07-12
1
-3
/
+18
*
Fix the copy constructor and assignement operator for the lldb_private::Value...
Greg Clayton
2014-05-16
1
-2
/
+4
*
Guard against reading from host address of 0 in getting the data from a Value.
Jim Ingham
2014-03-20
1
-1
/
+6
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Fixed a bug where variables' byte sizes would not
Sean Callanan
2013-10-09
1
-9
/
+23
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-99
/
+95
*
Fix various build warnings.
Matt Kopec
2013-06-03
1
-4
/
+0
*
<rdar://problem/13925626>
Enrico Granata
2013-05-20
1
-0
/
+12
*
<rdar://problem/13695846>
Enrico Granata
2013-04-30
1
-1
/
+1
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-8
/
+4
*
<rdar://problem/13421412>
Greg Clayton
2013-03-14
1
-7
/
+5
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Modified Value.cpp to share the code that gets the values as bytes (Value::Ge...
Greg Clayton
2013-01-11
1
-9
/
+51
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-4
/
+0
*
<rdar://problem/12560257>
Greg Clayton
2012-12-06
1
-2
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-7
/
+7
[next]