index
:
Project-1CE/art
lineage-18.1
sugisawa
sugisawa-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
082-inline-execute
/
src
/
Main.java
Age
Commit message (
Expand
)
Author
2021-02-10
Add Math.multiplyHigh intrinsic
Nikita Iashchenko
2020-09-25
Introduce Long.divideUnsigned() intrinsic on ARM64.
Artem Serov
2020-09-24
Integer.divideUnsigned() intrinsic on ARM64.
Vladimir Marko
2020-07-09
Add some x86/x86-64 assembler tests.
Vladimir Marko
2020-07-09
Make Integer.divideUnsigned intrinsic for x86.
Andra Danciu
2017-02-02
Math.min and Math.max intrinsics for ARM
xueliang.zhong
2017-01-31
Implement Math.rint Intrinsic for ARM32.
xueliang.zhong
2016-06-16
MIPS64: java.lang.Math.round
Chris Larsen
2016-04-26
MIPS32: java.lang.Math.round(float)
Chris Larsen
2016-03-03
MIPS32: Implement isInfinite intrinsics.
Chris Larsen
2016-02-25
Add StrictMath.round tests for large integers.
Vladimir Marko
2016-02-22
MIPS32: Implement intrinsics from java.lang.Math:
Chris Larsen
2016-02-17
Add Math.round tests for large integers.
Hans Boehm
2015-11-21
Merge mnc-dr-enso-dev into goog/master
Przemyslaw Szczepaniak
2015-11-18
Fix 082-inline-execute
Yi Kong
2015-09-11
ARM/ARM64: Intrinsics - numberOfTrailingZeros, rotateLeft, rotateRight
Scott Wakeling
2015-08-25
ART: Additional ceil/floor/rint test cases
Chris Larsen
2015-08-17
Implement CountLeadingZeros for x86
Mark Mendell
2015-08-04
ARM/ARM64: Implement numberOfLeadingZeros intrinsic.
Scott Wakeling
2015-07-08
ART: Release inputs in Long.reverse intrinsic in x86
Andreas Gampe
2015-07-08
ART: Release inputs in Long.reverse intrinsic in x86
Andreas Gampe
2015-05-12
ART: arm indexOf intrinsics for the optimizing compiler
Andreas Gampe
2015-05-12
Merge "ART: arm indexOf intrinsics for the optimizing compiler"
Andreas Gampe
2015-05-12
ART: arm indexOf intrinsics for the optimizing compiler
Andreas Gampe
2015-05-11
ART: x86 indexOf intrinsics for the optimizing compiler
Andreas Gampe
2015-05-07
ART: Refactor 082-inline-execute
Andreas Gampe
2015-02-09
ART: Arm intrinsics for Optimizing compiler
Andreas Gampe
2015-01-28
ART: Arm64 optimizing compiler intrinsics
Andreas Gampe
2015-01-26
Quick: Fix range check for intrinsic String.charAt() on x86.
Vladimir Marko
2015-01-21
ART: Fix GenInlined functions
Chao-ying Fu
2015-01-15
ART: Optimizing compiler intrinsics
Andreas Gampe
2014-08-04
AArch64: Add inlining support for ceil(), floor(), rint(), round()
Serban Constantinescu
2014-07-18
ART: inline Math.Max/Min (float and double)
Alexei Zavjalov
2014-07-11
Merge "AArch64: Fix and enable reverseBytes intrinsic."
Andreas Gampe
2014-07-11
ART: Compacting ROS/DlMalloc spaces with semispace copy GC
Zuo Wang
2014-07-10
AArch64: Fix and enable reverseBytes intrinsic.
Zheng Xu
2014-07-09
ART: Add simple tests for inlining of CAS
Andreas Gampe
2014-07-09
x86_64: enable Peek and Poke intrinsics
Alexei Zavjalov
2014-07-08
ART: Do not emit load when inlining unused Thread.currentThread()
Andreas Gampe
2014-07-03
AArch64: Add few more inline functions
Serban Constantinescu
2014-04-17
String.IndexOf method handles negative start index value in incorrect way
Alexei Zavjalov
2014-03-13
ART's intrinsic for String.indexOf use the incorrect register
Yevgeny Rouban
2013-03-06
Update intrinsic inlining test.
Sebastien Hertz
2012-06-15
Test all cases of all intrinsics.
Elliott Hughes
2011-09-29
Adding old unit tests to test suite.
jeffhao