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
/
RegisterValue.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-905
/
+0
*
Move dumping code out of RegisterValue class
Pavel Labath
2018-07-24
1
-62
/
+0
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-9
/
+8
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Add check for self-assignment. NFC
Don Hinton
2017-11-14
1
-0
/
+3
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-12
/
+12
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-9
/
+14
*
Delete some more dead includes.
Zachary Turner
2017-03-22
1
-1
/
+0
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-1
/
+1
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-9
/
+10
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Resubmit "Change RegisterValue getters / setters to use StringRef."
Zachary Turner
2016-11-17
1
-89
/
+90
*
Revert "Change RegisterValue getters / setters to use StringRef."
Zachary Turner
2016-11-17
1
-90
/
+89
*
Change RegisterValue getters / setters to use StringRef.
Zachary Turner
2016-11-17
1
-89
/
+90
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-5
/
+5
*
[LLDB][MIPS] Fix register read/write for 32 bit big endian system
Nitesh Jain
2016-10-10
1
-0
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-930
/
+852
*
Fix cmake build after r266524.
Oleksiy Vyalov
2016-04-16
1
-0
/
+1
*
Make Scalar::GetBytes and RegisterValue::GetBytes const
Ulrich Weigand
2016-04-14
1
-93
/
+38
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-12
1
-19
/
+15
*
Certain hardware architectures have registers of 256 bits in size
Enrico Granata
2016-03-10
1
-2
/
+9
*
Support floating point values in 128-bit SSE vector registers
Adrian Prantl
2016-03-08
1
-0
/
+4
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-8
/
+9
*
Fix typos.
Bruce Mitchener
2015-09-22
1
-1
/
+1
*
Fix assertion failure caused by a bug in 128bit register handling in Register...
Tamas Berghammer
2015-09-08
1
-1
/
+1
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-20
1
-387
/
+194
*
Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"
Pavel Labath
2015-08-17
1
-192
/
+387
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-17
1
-387
/
+192
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
1
-191
/
+387
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
1
-387
/
+191
*
Fix typos.
Bruce Mitchener
2015-07-22
1
-2
/
+2
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-2
/
+3
*
RegisterValues can now report their contents as
Sean Callanan
2013-04-30
1
-1
/
+58
*
Introduces extended register sets whose availability can vary with the target...
Ashok Thirumurthi
2013-03-28
1
-2
/
+1
*
Fix assert in RegisterValue::SetBytes if we're trying to
Jason Molenda
2013-03-09
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-1
/
+1
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-2
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
For the eEncodingIEEE754 registers in RegisterValue::SetType,
Jason Molenda
2012-09-06
1
-2
/
+2
*
rdar://problem/11598332
Johnny Chen
2012-06-05
1
-5
/
+18
*
rdar://problem/10611315
Johnny Chen
2012-03-07
1
-0
/
+3
*
rdar://problem/10652076
Johnny Chen
2012-03-02
1
-1
/
+54
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-13
/
+13
*
Fix a logic error caught by the static analyzer.
Johnny Chen
2011-08-12
1
-1
/
+1
*
Fixed some issues with ARM backtraces by not processing any push/pop
Greg Clayton
2011-07-06
1
-0
/
+147
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-1
/
+71
*
Added generic register numbers for simple ABI argument registers and defined
Greg Clayton
2011-05-15
1
-3
/
+39
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-0
/
+896