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