summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Scalar.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added the ability to sign extend a Scalar at any bit position for integerGreg Clayton2011-05-191-0/+68
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-5/+6
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+2084
OpenPOWER on IntegriCloud