summaryrefslogtreecommitdiffstats
path: root/runtime/quick
Commit message (Expand)AuthorAgeFilesLines
* Move mirror::ArtMethod to nativeMathieu Chartier2015-06-021-3/+4
* Quick: Inline synthetic accessors generated by jack.Vladimir Marko2015-05-061-1/+4
* Replace String CharArray with internal uint16_t array.Jeff Hao2015-04-271-0/+5
* ART: Clean up includes.Vladimir Marko2015-04-131-0/+1
* Move ArtField to nativeMathieu Chartier2015-04-101-7/+3
* Revert "Revert "Add JIT""Mathieu Chartier2015-02-241-1/+11
* Revert "Add JIT"Nicolas Geoffray2015-02-241-11/+1
* Add JITMathieu Chartier2015-02-231-1/+11
* ART: Optimizing compiler intrinsicsAndreas Gampe2015-01-151-0/+3
* Remove portable.Elliott Hughes2014-12-121-0/+1
* Rewrite GVN's field id and field type handling.Vladimir Marko2014-11-211-3/+1
* ART: Replace COMPILE_ASSERT with static_assert (runtime)Andreas Gampe2014-11-032-46/+35
* Change Reference.get() intrinsic to Reference.getReferent().Mathieu Chartier2014-09-091-1/+1
* Added support for patching classes from different dex files.Fred Shih2014-08-061-1/+1
* AArch64: Add inlining support for ceil(), floor(), rint(), round()Serban Constantinescu2014-08-041-0/+5
* Revert "Revert "Revert "Revert "Add intrinsic for Reference.get()""""Fred Shih2014-07-151-0/+1
* Revert "Revert "Revert "Add intrinsic for Reference.get()"""Sebastien Hertz2014-07-111-1/+0
* Revert "Revert "Add intrinsic for Reference.get()""Christopher Ferris2014-07-111-0/+1
* Revert "Add intrinsic for Reference.get()"Christopher Ferris2014-07-111-1/+0
* Add intrinsic for Reference.get()Fred Shih2014-07-101-0/+1
* ART: Intrinsic implementation for java.lang.System.arraycopy.DaniilSokolov2014-07-081-0/+1
* AArch64: Add few more inline functionsSerban Constantinescu2014-07-031-0/+4
* Move quick frame info to OatQuickMethodHeader.Vladimir Marko2014-05-131-0/+61
* Move DecodedInstruction into MIR.Ian Rogers2014-05-021-9/+7
* Inlining synthetic accessors.Vladimir Marko2014-04-072-8/+24
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-072-18/+42
* Revert "Inlining setters that return one of their arguments."Mathieu Chartier2014-04-042-42/+18
* Revert "Inlining synthetic accessors."Mathieu Chartier2014-04-042-24/+8
* Inlining synthetic accessors.Vladimir Marko2014-04-042-8/+24
* Inlining setters that return one of their arguments.Vladimir Marko2014-04-042-18/+42
* Support inlining detection from debugger.Sebastien Hertz2014-03-211-36/+51
* Move inline method detection to runtime.Vladimir Marko2014-03-122-0/+480