summaryrefslogtreecommitdiffstats
path: root/lldb/source/Utility/Scalar.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-7/+7
* lldb: Fix some -Wdeprecated-copy warningsPavel Labath2019-11-111-9/+0
* [LLDB] Remove a stray semicolon. NFC.Martin Storsjo2019-09-231-1/+1
* Implement DW_OP_convertAdrian Prantl2019-09-101-0/+45
* [Utility] Modernize C-style catsJonas Devlieghere2019-05-231-118/+131
* Delete unnecessary copy ctorsFangrui Song2019-05-221-3/+0
* DWARFExpression: Fix implementation of DW_OP_pickPavel Labath2019-04-291-0/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* [Scalar] Remove partially wrong and unused functions.Davide Italiano2019-01-301-50/+0
* [Scalar] Hoist a duplicated (and sometimes wrong) comment.Davide Italiano2019-01-301-9/+3
* [Scalar] Implement support for 512-bit values.Davide Italiano2019-01-301-1/+211
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Scalar] Simplify comparison operators and add coverage.Davide Italiano2019-01-041-92/+3
* [Scalar] Implement operator!= using operator==.Davide Italiano2018-12-211-31/+1
* Remove comments after header includes.Jonas Devlieghere2018-11-111-1/+1
* [Scalar] Commit the correct patch, forgot `git add`.Davide Italiano2018-09-071-8/+8
* [Scalar] Fix undefined behaviour when converting double to long.Davide Italiano2018-09-071-2/+7
* Remove commented out constructor from ScalarAlex Langford2018-08-161-43/+0
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-0/+2852
OpenPOWER on IntegriCloud