summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Scalar.cpp
AgeCommit message (Expand)Author
2025-09-23[lldb] Use APSInt's right shift operator in Scalar (#160149)Ilia Kuklin
2025-09-12[lldb] Allow division by floating point zero in Scalar (#158115)Ilia Kuklin
2025-08-06[lldb] Add `ValueObject::CreateValueObjectFromScalar` and fix `Scalar::GetDat...Ilia Kuklin
2024-09-18[LLDB] Fix operators <= and >= returning a wrong result when comparing to a f...Ilia Kuklin
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-08-27[lldb] Turn lldb_private::Status into a value type. (#106163)Adrian Prantl
2024-06-15[lldb] Remove dead code block (NFC) (#94775)Shivam Gupta
2024-05-03[lldb] Fix Scalar::GetData for non-multiple-of-8-bits values (#90846)Pavel Labath
2024-03-28[LLDB] Add APFloat helper functions to Scalar class. (#86862)cmtice
2023-10-17[lldb] Scalar::GetValue() should take a Stream by reference (#69231)Alex Langford
2023-07-09[lldb] Add missing StringExtras.h includesElliot Goodrich
2023-02-20Migrate away from the soft-deprecated functions in APInt.h (NFC)Kazu Hirata
2021-09-09[APInt] Normalize naming on keep constructors / predicate methods.Chris Lattner
2021-06-11[lldb] Fix compilation after removal of APInt::toStringRaphael Isemann
2020-08-28[lldb/Utility] Polish the Scalar classPavel Labath
2020-08-27[lldb/Utility] Use APSInt in the Scalar classPavel Labath
2020-08-27[lldb] Fix gcc 5.4.0 compile errorDavid Spickett
2020-08-24[lldb/Utility] Remove some Scalar type accessorsPavel Labath
2020-08-20[lldb/Utility] Simplify Scalar handling of float typesPavel Labath
2020-08-17[lldb/Utility] Simplify and generalize Scalar classPavel Labath
2020-08-14[lldb/Utility] Simplify Scalar::PromoteToMaxTypePavel Labath
2020-07-27[lldb/Utility] Clean up Scalar constructorsPavel Labath
2020-07-22[lldb] Eliminate unneeded value parameters in Utility (NFC)Jonas Devlieghere
2020-07-20[lldb/Utility] Simplify Scalar::SetValueFromDataPavel Labath
2020-07-13[lldb/Utility] Rewrite Scalar::SetValueFromCStringPavel Labath
2020-07-08[lldb/Utility] Simplify Scalar float accessorsPavel Labath
2020-07-07[lldb/Utility] Fix float->integral conversions in Scalar APInt gettersPavel Labath
2020-07-06[lldb/Utility] Merge Scalar::Get(Value)TypeAsCStringPavel Labath
2020-07-03[lldb/Utility] Simplify more Scalar methodsPavel Labath
2020-07-02[lldb] Fix type conversion in the Scalar gettersPavel Labath
2020-07-01[lldb] Scalar re-fix UB in float->int conversionsPavel Labath
2020-06-30[lldb/Scalar] Fix undefined behaviorJonas Devlieghere
2020-06-29[lldb] Deduplicate Scalar integral gettersPavel Labath
2020-06-26[lldb] Rewrite Scalar::PromotePavel Labath
2020-06-25[lldb] Rewrite Scalar::GetBytesPavel Labath
2020-06-24[lldb] Refactor Scalar::TruncOrExtendToPavel Labath
2020-06-11[lldb] Remove Scalar operator= overloadsPavel Labath
2020-06-10[lldb/Utility] Remove m_ieee_quad from ScalarPavel Labath
2020-06-03[Scalar] Fix assignment operator for long long.Andy Yankovsky
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann
2019-11-11lldb: Fix some -Wdeprecated-copy warningsPavel Labath
2019-09-23[LLDB] Remove a stray semicolon. NFC.Martin Storsjo
2019-09-10Implement DW_OP_convertAdrian Prantl
2019-05-23[Utility] Modernize C-style catsJonas Devlieghere
2019-05-22Delete unnecessary copy ctorsFangrui Song
2019-04-29DWARFExpression: Fix implementation of DW_OP_pickPavel Labath
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-01-30[Scalar] Remove partially wrong and unused functions.Davide Italiano
2019-01-30[Scalar] Hoist a duplicated (and sometimes wrong) comment.Davide Italiano