[Lldb-commits] [PATCH] D12100: [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue

Sagar Thakur via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 18 05:09:07 PDT 2015


sagar created this revision.
sagar added reviewers: clayborg, labath, ovyalov, tberghammer.
sagar added subscribers: jaydeep, nitesh.jain, lldb-commits.
sagar set the repository for this revision to rL LLVM.

Eliminated ENABLE_128_BIT_SUPPORT and union ValueData from Scalar.cpp and use llvm::APInt and llvm::APFloat for all integer and floating point types. Also used Scalar in RegisterValue.cpp

Repository:
  rL LLVM

http://reviews.llvm.org/D12100

Files:
  include/lldb/Core/RegisterValue.h
  include/lldb/Core/Scalar.h
  include/lldb/Core/Value.h
  include/lldb/lldb-private-types.h
  source/Core/RegisterValue.cpp
  source/Core/Scalar.cpp
  source/Core/ValueObject.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12100.32401.patch
Type: text/x-patch
Size: 176568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150818/44ce4e02/attachment-0001.bin>


More information about the lldb-commits mailing list