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
/
Scalar.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-33
/
+33
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-2
/
+2
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-2563
/
+2577
*
Reapply "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
1
-4
/
+4
*
Revert "Make Scalar::GetValue more consistent"
Pavel Labath
2016-09-02
1
-3
/
+5
*
Make Scalar::GetValue more consistent
Pavel Labath
2016-09-02
1
-5
/
+3
*
Avoid an assertion failure when a bit field is extracted from a value of the ...
Bryan Chan
2016-05-19
1
-2
/
+2
*
Fixed a missing break and fixed spacing.
Greg Clayton
2016-05-04
1
-22
/
+23
*
Revert "Fixed a bug where const this would cause parser errors about $__lldb_...
Pavel Labath
2016-04-28
1
-68
/
+0
*
Fixed a bug where const this would cause parser errors about $__lldb_expr.
Sean Callanan
2016-04-28
1
-0
/
+68
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-15
1
-246
/
+175
*
Make Scalar::SChar return an explicit signed type
Ulrich Weigand
2016-04-15
1
-1
/
+1
*
Fix Scalar::MakeSigned for 128- and 256-bit types.
Ulrich Weigand
2016-04-15
1
-2
/
+2
*
Fix Scalar::SetValueFromData for 128- and 256-bit types
Ulrich Weigand
2016-04-15
1
-16
/
+16
*
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-250
/
+265
*
Fix usage of APInt.getRawData for big-endian systems
Ulrich Weigand
2016-04-14
1
-265
/
+250
*
Make Scalar::GetBytes and RegisterValue::GetBytes const
Ulrich Weigand
2016-04-14
1
-84
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-12
1
-244
/
+90
*
Certain hardware architectures have registers of 256 bits in size
Enrico Granata
2016-03-10
1
-18
/
+408
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-0
/
+1
*
Fix invalid shift operator overload in Scalar
Pavel Labath
2016-02-09
1
-1
/
+1
*
Add 64/128 bit arm neon register definitions on linux
Tamas Berghammer
2015-11-26
1
-2
/
+4
*
Remove a broken hack from Scalar::ULongLong and fix a test
Tamas Berghammer
2015-11-13
1
-2
/
+0
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-14
/
+14
*
Silence -Wqual-cast warnings from GCC 5.2
Saleem Abdulrasool
2015-10-18
1
-2
/
+2
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-20
1
-908
/
+1602
*
Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"
Pavel Labath
2015-08-17
1
-1597
/
+908
*
[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue
Sagar Thakur
2015-08-17
1
-908
/
+1597
*
Revert r244308 since it's introducing test regressions on Linux:
Oleksiy Vyalov
2015-08-10
1
-2293
/
+915
*
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...
Sagar Thakur
2015-08-07
1
-915
/
+2293
*
Initialize 3 variables which were being used un-initialized.
Hafiz Abid Qadeer
2015-06-01
1
-3
/
+3
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-2
/
+3
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-1
/
+1
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-10
/
+10
*
Check for division by zero when performing modulus
Sean Callanan
2013-08-08
1
-14
/
+8
*
Fixed signed operations in the IR interpreter.
Sean Callanan
2013-05-24
1
-0
/
+22
*
Added a SetData() method to ValueObject. This
Sean Callanan
2013-04-13
1
-0
/
+64
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-85
/
+85
*
<rdar://problem/13010909>
Greg Clayton
2013-01-15
1
-2
/
+2
*
Added emulation of shifts to the IR interpreter.
Sean Callanan
2013-01-09
1
-0
/
+16
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-80
/
+0
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+3
*
Reverting the changes to Scalar since this class needs to follow C rules for ...
Enrico Granata
2012-10-24
1
-9
/
+9
*
Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...
Enrico Granata
2012-10-24
1
-9
/
+9
*
<rdar://problem/10546739>
Greg Clayton
2011-12-29
1
-0
/
+81
*
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-11
1
-1
/
+1
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-0
/
+28
*
Fixed an issue with the sign extend code so it uses the correct m_data member.
Greg Clayton
2011-05-19
1
-4
/
+4
[next]