summaryrefslogtreecommitdiffstats
path: root/test/082-inline-execute
Commit message (Expand)AuthorAgeFilesLines
* ART: Release inputs in Long.reverse intrinsic in x86Andreas Gampe2015-07-081-0/+39
* ART: arm indexOf intrinsics for the optimizing compilerAndreas Gampe2015-05-121-0/+3
* ART: x86 indexOf intrinsics for the optimizing compilerAndreas Gampe2015-05-111-0/+71
* ART: Refactor 082-inline-executeAndreas Gampe2015-05-071-12/+28
* ART: Arm intrinsics for Optimizing compilerAndreas Gampe2015-02-091-0/+1
* ART: Arm64 optimizing compiler intrinsicsAndreas Gampe2015-01-281-21/+42
* Quick: Fix range check for intrinsic String.charAt() on x86.Vladimir Marko2015-01-261-1/+37
* ART: Fix GenInlined functionsChao-ying Fu2015-01-211-0/+58
* ART: Optimizing compiler intrinsicsAndreas Gampe2015-01-151-0/+22
* Really fix tests.Alex Light2014-08-274-346/+429
* AArch64: Add inlining support for ceil(), floor(), rint(), round()Serban Constantinescu2014-08-041-0/+206
* ART: inline Math.Max/Min (float and double)Alexei Zavjalov2014-07-181-67/+88
* Merge "AArch64: Fix and enable reverseBytes intrinsic."Andreas Gampe2014-07-111-5/+34
|\
| * AArch64: Fix and enable reverseBytes intrinsic.Zheng Xu2014-07-101-5/+34
* | ART: Compacting ROS/DlMalloc spaces with semispace copy GCZuo Wang2014-07-111-65/+10
|/
* ART: Add simple tests for inlining of CASAndreas Gampe2014-07-091-0/+57
* x86_64: enable Peek and Poke intrinsicsAlexei Zavjalov2014-07-091-1/+139
* ART: Do not emit load when inlining unused Thread.currentThread()Andreas Gampe2014-07-081-0/+12
* AArch64: Add few more inline functionsSerban Constantinescu2014-07-031-8/+172
* String.IndexOf method handles negative start index value in incorrect wayAlexei Zavjalov2014-04-171-0/+2
* ART's intrinsic for String.indexOf use the incorrect registerYevgeny Rouban2014-03-131-0/+3
* Update intrinsic inlining test.Sebastien Hertz2013-03-061-0/+42
* Test all cases of all intrinsics.Elliott Hughes2012-06-153-189/+259
* Fix cpplint's whitespace complaints.Elliott Hughes2012-03-261-1/+1
* Adding old unit tests to test suite.jeffhao2011-09-296-0/+593