summaryrefslogtreecommitdiff
path: root/test/422-type-conversion
Commit message (Expand)AuthorAgeFilesLines
* Aesthetic changes in generated ART run-test Blueprint files.Roland Levillain2021-03-051-1/+1
* [LSC] Add LOCAL_LICENSE_KINDS to artBob Badour2021-03-021-0/+9
* Verify ART run-tests' standard output and standard error separately.Roland Levillain2020-11-102-2/+13
* Rename ART run-tests `expected.txt` files as `expected-stdout.txt`.Roland Levillain2020-11-052-4/+4
* Only tag supported ART run-tests as part of `art-target-run-test`.Roland Levillain2020-10-141-0/+1
* Rename the expected-output text file in built TradeFed ART run-tests.Roland Levillain2020-09-091-0/+13
* Remove obsolete "doThrow" pattern from some tests.Vladimir Marko2020-07-241-34/+31
* Add Soong module definitions for ART run-tests with default build rules.Roland Levillain2020-07-031-0/+6
* Mterp/arm: Add CFI directives.buzbee2016-12-051-0/+4
* Fix ambiguous phrasing in tests comments regarding $opt$.Roland Levillain2015-08-031-1/+1
* Add $noinline$ tag to make sure a method has not been inlined.Guillaume "Vermeille" Sanchez2015-06-041-427/+427
* [optimizing] Fold HTypeConversion of constantsMark Mendell2015-05-131-31/+33
* 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