summaryrefslogtreecommitdiff
path: root/runtime/interpreter/interpreter.cc
AgeCommit message (Expand)Author
2016-08-22ART: Clean up interpreter includes Andreas Gampe
2016-07-20ART: Change return types of field access entrypoints Andreas Gampe
2016-05-20Revert "Revert "Move rewritten StringFactory call results into dex registers ... Mingyao Yang
2016-05-19Revert "Move rewritten StringFactory call results into dex registers for deopt" Hiroshi Yamauchi
2016-05-17Move rewritten StringFactory call results into dex registers for deopt Mingyao Yang
2016-05-10Break the debug cycle! Aart Bik
2016-05-05Fix assert failure in interpreter after deoptimization. Mingyao Yang
2016-04-29ART: Disambiguate access-checks mode from lock-counting Andreas Gampe
2016-04-15Add weight to compiled/interpreter transitions. Nicolas Geoffray
2016-04-13Remove the JIT from the instrumentation framework. Nicolas Geoffray
2016-03-02Merge "Fast ART MIPS64 interpreter" Bill Buzbee
2016-03-02Revert "Revert "Use the interpreter as a heartbeat for the JIT."" Nicolas Geoffray
2016-03-02Fast ART MIPS64 interpreter Alexey Frunze
2016-03-01Merge "Revert "Use the interpreter as a heartbeat for the JIT."" Nicolas Geoffray
2016-03-01Revert "Use the interpreter as a heartbeat for the JIT." Nicolas Geoffray
2016-03-01Merge "Revert "Revert "Fast ART x86_64 interpretator""" Bill Buzbee
2016-03-01Merge "Use the interpreter as a heartbeat for the JIT." Nicolas Geoffray
2016-03-01Use the interpreter as a heartbeat for the JIT. Nicolas Geoffray
2016-03-01Revert "Revert "Fast ART x86_64 interpretator"" Serguei Katkov
2016-02-26Merge "Revert "Fast ART x86_64 interpretator"" Nicolas Geoffray
2016-02-26Revert "Fast ART x86_64 interpretator" Nicolas Geoffray
2016-02-25[MIPS] Add Fast Art interpreter for Mips32. Douglas Leung
2016-02-25Merge "Fast ART x86_64 interpretator" Bill Buzbee
2016-02-19Revert "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/ar... Bill Buzbee
2016-02-18Fast ART x86_64 interpretator Serguei Katkov
2016-02-15Revert "Revert "Make it possible to enable native debugging through debug fla... Tamas Berghammer
2016-02-11Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm... Nicolas Geoffray
2016-02-11Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" Nicolas Geoffray
2016-02-10Merge "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" Bill Buzbee
2016-02-09Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"" Bill Buzbee
2016-02-08Revert "Make it possible to enable native debugging through debug flags" Tamas Berghammer
2016-02-08Make it possible to enable native debugging through debug flags Tamas Berghammer
2016-02-04Merge "runtime: Don't skip verification for -Xverify:soft-fail" Igor Murashkin
2016-02-03runtime: Don't skip verification for -Xverify:soft-fail Igor Murashkin
2016-02-02Revert "Revert "ART: Mterp for arm64"" Bill Buzbee
2016-02-02Revert "ART: Mterp for arm64" Sebastien Hertz
2016-02-01ART: Mterp for arm64 buzbee
2016-01-28ART: Fix single-step interpretation for mterp buzbee
2016-01-28Fix "Never Interpret" option for all interpreters buzbee
2016-01-21Revert "Revert "Fast ART x86 interpreter"" Bill Buzbee
2016-01-19Revert "Fast ART x86 interpreter" Bill Buzbee
2016-01-19Fast ART x86 interpreter Serguei Katkov
2016-01-14Revert "Disable mterp for the read barrier config." Hiroshi Yamauchi
2016-01-12Merge "Disable mterp for the read barrier config." Hiroshi Yamauchi
2016-01-12Disable mterp if unstarted runtime buzbee
2016-01-12Disable mterp for the read barrier config. Hiroshi Yamauchi
2016-01-11Fast Art interpreter buzbee
2016-01-05ART: Move ThrowStackOverflowError to common_throws Andreas Gampe
2015-12-04Inline monomorphic calls. Nicolas Geoffray
2015-11-10Correct exception behavior for default methods Alex Light