summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Scalar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann2016-12-141-33/+33
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-2563/+2577
* Reapply "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-4/+4
* Revert "Make Scalar::GetValue more consistent"Pavel Labath2016-09-021-3/+5
* Make Scalar::GetValue more consistentPavel Labath2016-09-021-5/+3
* Avoid an assertion failure when a bit field is extracted from a value of the ...Bryan Chan2016-05-191-2/+2
* Fixed a missing break and fixed spacing.Greg Clayton2016-05-041-22/+23
* Revert "Fixed a bug where const this would cause parser errors about $__lldb_...Pavel Labath2016-04-281-68/+0
* Fixed a bug where const this would cause parser errors about $__lldb_expr.Sean Callanan2016-04-281-0/+68
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-151-246/+175
* Make Scalar::SChar return an explicit signed typeUlrich Weigand2016-04-151-1/+1
* Fix Scalar::MakeSigned for 128- and 256-bit types.Ulrich Weigand2016-04-151-2/+2
* Fix Scalar::SetValueFromData for 128- and 256-bit typesUlrich Weigand2016-04-151-16/+16
* Revert r266311 - Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-250/+265
* Fix usage of APInt.getRawData for big-endian systemsUlrich Weigand2016-04-141-265/+250
* Make Scalar::GetBytes and RegisterValue::GetBytes constUlrich Weigand2016-04-141-84/+5
* Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...Eugene Zelenko2016-03-121-244/+90
* Certain hardware architectures have registers of 256 bits in sizeEnrico Granata2016-03-101-18/+408
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-0/+1
* Fix invalid shift operator overload in ScalarPavel Labath2016-02-091-1/+1
* Add 64/128 bit arm neon register definitions on linuxTamas Berghammer2015-11-261-2/+4
* Remove a broken hack from Scalar::ULongLong and fix a testTamas Berghammer2015-11-131-2/+0
* Make lldb::endian::InlHostByteOrder() private.Bruce Mitchener2015-11-071-14/+14
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-2/+2
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-201-908/+1602
* Revert "[LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValue"Pavel Labath2015-08-171-1597/+908
* [LLDB] Use llvm::APInt and llvm::APFloat in Scalar and RegisterValueSagar Thakur2015-08-171-908/+1597
* Revert r244308 since it's introducing test regressions on Linux:Oleksiy Vyalov2015-08-101-2293/+915
* [LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mo...Sagar Thakur2015-08-071-915/+2293
* Initialize 3 variables which were being used un-initialized.Hafiz Abid Qadeer2015-06-011-3/+3
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-2/+3
* Fix typos.Bruce Mitchener2014-07-011-1/+1
* Fix Windows build using portable types for formatting the log outputsDeepak Panickal2014-03-031-10/+10
* Check for division by zero when performing modulusSean Callanan2013-08-081-14/+8
* Fixed signed operations in the IR interpreter.Sean Callanan2013-05-241-0/+22
* Added a SetData() method to ValueObject. ThisSean Callanan2013-04-131-0/+64
* <rdar://problem/13069948>Greg Clayton2013-01-251-85/+85
* <rdar://problem/13010909>Greg Clayton2013-01-151-2/+2
* Added emulation of shifts to the IR interpreter.Sean Callanan2013-01-091-0/+16
* More Linux warnings fixes (remove default labels as needed):Daniel Malea2012-12-071-80/+0
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-2/+3
* Reverting the changes to Scalar since this class needs to follow C rules for ...Enrico Granata2012-10-241-9/+9
* Reimplementing SBValue/ValueObject.GetValueAsUnsigned() in terms of appropria...Enrico Granata2012-10-241-9/+9
* <rdar://problem/10546739>Greg Clayton2011-12-291-0/+81
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-13/+13
* Fix a logic error caught by the static analyzer.Johnny Chen2011-08-111-1/+1
* Added new lldb_private::Process memory read/write functions to stop a bunchGreg Clayton2011-05-221-0/+28
* Fixed an issue with the sign extend code so it uses the correct m_data member.Greg Clayton2011-05-191-4/+4
OpenPOWER on IntegriCloud