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