summaryrefslogtreecommitdiffstats
path: root/test/082-inline-execute
Commit message (Expand)AuthorAgeFilesLines
* Math.min and Math.max intrinsics for ARMxueliang.zhong2017-02-021-1/+10
* Implement Math.rint Intrinsic for ARM32.xueliang.zhong2017-01-311-2/+5
* MIPS64: java.lang.Math.roundChris Larsen2016-06-161-0/+28
* MIPS32: java.lang.Math.round(float)Chris Larsen2016-04-261-0/+20
* MIPS32: Implement isInfinite intrinsics.Chris Larsen2016-03-031-0/+104
* Add StrictMath.round tests for large integers.Vladimir Marko2016-02-251-0/+2
* MIPS32: Implement intrinsics from java.lang.Math:Chris Larsen2016-02-221-0/+4
* Add Math.round tests for large integers.Hans Boehm2016-02-171-0/+2
* Merge mnc-dr-enso-dev into goog/masterPrzemyslaw Szczepaniak2015-11-211-2/+2
|\
| * Fix 082-inline-executeYi Kong2015-11-181-2/+2
| * 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
* | ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRightScott Wakeling2015-09-111-0/+140
* | ART: Additional ceil/floor/rint test casesChris Larsen2015-08-251-0/+144
* | Implement CountLeadingZeros for x86Mark Mendell2015-08-171-0/+23
* | ARM/ARM64: Implement numberOfLeadingZeros intrinsic.Scott Wakeling2015-08-041-0/+20
* | ART: Release inputs in Long.reverse intrinsic in x86Andreas Gampe2015-07-081-0/+39
* | Merge "ART: arm indexOf intrinsics for the optimizing compiler"Andreas Gampe2015-05-121-0/+3
|\ \ | |/ |/|
| * 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