Sign in
llvm
/
llvm-project
/
455a2b824d7734939e54cfb3f47c054517f75be8
/
lldb
/
unittests
/
Utility
/
ScalarTest.cpp
219ccdf
[lldb/Utility] Use APSInt in the Scalar class
by Pavel Labath
· 4 years, 9 months ago
8a8a2dd
[lldb/Utility] Simplify Scalar handling of float types
by Pavel Labath
· 4 years, 10 months ago
67cdb89
[lldb/Utility] Simplify and generalize Scalar class
by Pavel Labath
· 4 years, 10 months ago
e89414f
[lldb/Utility] Clean up Scalar constructors
by Pavel Labath
· 4 years, 10 months ago
7fadd70
[lldb/Utility] Simplify Scalar::SetValueFromData
by Pavel Labath
· 4 years, 11 months ago
1847f4d
[lldb/Utility] Rewrite Scalar::SetValueFromCString
by Pavel Labath
· 5 years ago
52495b9
[lldb/Utility] Fix float->integral conversions in Scalar APInt getters
by Pavel Labath
· 5 years ago
5daa39a
[lldb/Utility] Merge Scalar::Get(Value)TypeAsCString
by Pavel Labath
· 5 years ago
b725142
[lldb] Fix type conversion in the Scalar getters
by Pavel Labath
· 5 years ago
8270a90
[lldb] Scalar re-fix UB in float->int conversions
by Pavel Labath
· 5 years ago
d0fa52c
[lldb] Rewrite Scalar::GetBytes
by Pavel Labath
· 5 years ago
16e17ca
[lldb] Refactor Scalar::TruncOrExtendTo
by Pavel Labath
· 5 years ago
798644e
[Scalar] Fix assignment operator for long long.
by Andy Yankovsky
· 5 years ago
777180a
[ADT] Make StringRef's std::string conversion operator explicit
by Benjamin Kramer
· 5 years ago
8081428
[lldb][NFC] Fix all formatting errors in .cpp file headers
by Raphael Isemann
· 5 years ago
6f23a68
Use llvm for dumping DWARF expressions
by Pavel Labath
· 6 years ago
9b23df6
Implement DW_OP_convert
by Adrian Prantl
· 6 years ago
043ff33
[unittest] Fix scalar unit test.
by Jonas Devlieghere
· 6 years ago
51d46bd
[Scalar] Implement support for 512-bit values.
by Davide Italiano
· 6 years ago
7fca260d
[Scalar] Clarify the constructor from APInt and document through a test.
by Davide Italiano
· 6 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 6 years ago
ff92a1a
[Scalar] Simplify comparison operators and add coverage.
by Davide Italiano
· 6 years ago
b429637
[Scalar] Simplify as Jonas suggested. NFCI.
by Davide Italiano
· 6 years ago
18a0ce9
[Scalar] Implement operator!= using operator==.
by Davide Italiano
· 6 years ago
87730a6
Move ScalarTest to follow the class being tested
by Pavel Labath
· 7 years ago
[Renamed from lldb/unittests/Core/ScalarTest.cpp]
d821c99
Move RegisterValue,Scalar,State from Core to Utility
by Pavel Labath
· 7 years ago
6154725
Scalar: Use llvm integer conversion functions
by Pavel Labath
· 7 years ago
4ee16bf
Fix narrowing warning by appending `f` to literal constant.
by Adrian McCarthy
· 7 years ago
49d8028
[Core] Grab-bag of improvements for Scalar.
by Davide Italiano
· 7 years ago
01c33b8
[Core] Correctly handle float division in Scalar.
by Davide Italiano
· 7 years ago
0b16ef7
Fix unrepresentable float value in ScalarTest
by Raphael Isemann
· 7 years ago
97206d5
Rename Error -> Status.
by Zachary Turner
· 8 years ago
666cc0b
Move DataBuffer / DataExtractor and friends from Core -> Utility.
by Zachary Turner
· 8 years ago
1e021a1
[Windows] Remove the #include <eh.h> hack.
by Zachary Turner
· 8 years ago
01c3243
Remove dependencies from Utility to Core and Target.
by Zachary Turner
· 8 years ago
bf9a773
Move classes from Core -> Utility.
by Zachary Turner
· 8 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
f92756e
Reapply "Make Scalar::GetValue more consistent"
by Pavel Labath
· 9 years ago
e6ece91
Revert "Make Scalar::GetValue more consistent"
by Pavel Labath
· 9 years ago
21159ee
Make Scalar::GetValue more consistent
by Pavel Labath
· 9 years ago
01319e9
Avoid an assertion failure when a bit field is extracted from a value of the same size.
by Bryan Chan
· 9 years ago
9521ad2
Fix usage of APInt.getRawData for big-endian systems
by Ulrich Weigand
· 9 years ago
da70c17
Revert r266311 - Fix usage of APInt.getRawData for big-endian systems
by Ulrich Weigand
· 9 years ago
ca07434
Fix usage of APInt.getRawData for big-endian systems
by Ulrich Weigand
· 9 years ago
b625a0e
Fix invalid shift operator overload in Scalar
by Pavel Labath
· 9 years ago