summaryrefslogtreecommitdiffstats
path: root/test/422-type-conversion
Commit message (Expand)AuthorAgeFilesLines
* Revert "Optimizing: Fix long-to-fp conversion on x86."Nicolas Geoffray2015-04-131-1/+0
* Optimizing: Fix long-to-fp conversion on x86.Serguei Katkov2015-04-131-0/+1
* Add support for double-to-int & double-to-long in optimizing.Roland Levillain2014-12-051-3/+67
* Add support for float-to-double & double-to-float in optimizing.Roland Levillain2014-12-041-26/+102
* Add support for float-to-long in the optimizing compiler.Roland Levillain2014-12-041-0/+32
* Add support for float-to-int in the optimizing compiler.Roland Levillain2014-12-031-0/+32
* Add support for long-to-float in the optimizing compiler.Roland Levillain2014-11-271-0/+26
* Add support for long-to-double in the optimizing compiler.Roland Levillain2014-11-271-0/+26
* Add support for int-to-float & int-to-double in optimizing.Roland Levillain2014-11-171-0/+131
* Add support for int-to-short in the optimizing compiler.Roland Levillain2014-11-141-9/+62
* Add support for int-to-char in the optimizing compiler.Roland Levillain2014-11-141-0/+57
* Add support for int-to-byte in the optimizing compiler.Roland Levillain2014-11-131-0/+65
* Revert "Revert "Add support for long-to-int in the optimizing compiler.""Roland Levillain2014-11-111-40/+79
* Revert "Add support for long-to-int in the optimizing compiler."Roland Levillain2014-11-111-79/+40
* Add support for long-to-int in the optimizing compiler.Roland Levillain2014-11-111-40/+79
* Support Java conversions from char to long in opt. compiler.Roland Levillain2014-11-101-11/+19
* Add more int-to-long tests for the optimizing compiler.Roland Levillain2014-11-061-1/+36
* Support int-to-long conversions in the optimizing compiler.Roland Levillain2014-11-053-0/+46