summaryrefslogtreecommitdiff
path: root/test/536-checker-intrinsic-optimization/src/Main.java
AgeCommit message (Expand)Author
2024-05-06riscv64: StringGetCharsNoCheck intrinsic. Mark
2020-04-27Move some checker tests from smali to Java. Vladimir Marko
2020-04-17Optimizing: Construct intrinsic HIR in builder. Vladimir Marko
2020-02-13Remove MIPS support from Optimizing. Vladimir Marko
2019-09-23ART: Improve VisitStringGetCharsNoCheck intrinsic for compressed strings, usi... David Horstmann
2019-07-31Remove obsolete `doThrow` pattern from some tests. Vladimir Marko
2017-10-05Make checker-intrinsic-op less Dexer-sensitive. Alan Leung
2017-07-10MIPS: Print register names instead of register numbers in disassembler Goran Jakovljevic
2017-06-27test: Modify 536-checker-intrinsic-optimization for javac/dx Igor Murashkin
2017-02-28Apply String.equals() optimizations on MIPS32 and MIPS64 Goran Jakovljevic
2017-02-14ARM64: Improve String.equals() intrinsic for const strings. Vladimir Marko
2017-01-09The HBoundsCheck should be the index input of String.charAt. Nicolas Geoffray
2016-06-21Replace String.charAt() with HIR. Vladimir Marko
2016-05-25Apply String.equals() optimizations on arm, arm64 and x86-64. Vladimir Marko
2016-05-09Intrinsify String.length() and String.isEmpty() as HIR. Vladimir Marko
2015-12-23Dex2oat support for multiple oat file and image file outputs. Jeff Hao
2015-12-02Revert "Revert "Don't use the compiler driver for method resolution."" Nicolas Geoffray
2015-12-01Revert "Don't use the compiler driver for method resolution." Nicolas Geoffray
2015-12-01Don't use the compiler driver for method resolution. Nicolas Geoffray
2015-10-07Add support for intrinsic optimizations. Nicolas Geoffray