summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter.cc
Commit message (Expand)AuthorAgeFilesLines
* ART: Refactor UnstartedRuntime for testingAndreas Gampe2015-05-211-2/+2
* Fix mismatched new[]/delete.Christopher Ferris2015-05-041-1/+1
* Replace NULL with nullptrMathieu Chartier2015-04-221-16/+28
* Revert "Revert "Deoptimization-based bce.""Mingyao Yang2015-04-011-1/+3
* Revert "Deoptimization-based bce."Andreas Gampe2015-03-241-3/+1
* Deoptimization-based bce.Mingyao Yang2015-03-231-1/+3
* ART: Refactor unstarted runtimeAndreas Gampe2015-03-111-106/+3
* Fix exception handling during deoptimizationSebastien Hertz2015-01-231-1/+17
* Remove MethodHelper from the interpreter.Ian Rogers2014-12-021-44/+32
* Change 64 bit ArtMethod fields to be pointer sizedMathieu Chartier2014-11-181-18/+19
* ART: More warningsAndreas Gampe2014-11-041-1/+1
* Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags.Ian Rogers2014-11-031-2/+5
* Tidy logging code not using UNIMPLEMENTED.Ian Rogers2014-10-241-1/+1
* Make ART compile with GCC -O0 again.Ian Rogers2014-10-161-12/+13
* Handlerize methods across some GC points.Hiroshi Yamauchi2014-10-061-7/+7
* Revert "Enable computed goto interpreter on the host"Sebastien Hertz2014-09-301-0/+28
* Some optimizations for the array alloc path.Hiroshi Yamauchi2014-09-251-2/+2
* Enable computed goto interpreter on the hostSebastien Hertz2014-09-231-28/+0
* Compile time performance improvements focusing on interpret-only.Ian Rogers2014-09-121-2/+2
* Interpreter can kick in even when implicit checks are enabled.Nicolas Geoffray2014-07-221-3/+6
* Call strong CAS from unsafe. Add more CAS versions.Hans Boehm2014-07-111-4/+4
* Merge "Add missing class initialization during compilation and tests"Sebastien Hertz2014-07-101-0/+1
|\
| * Add missing class initialization during compilation and testsSebastien Hertz2014-07-101-0/+1
* | Make CAS operations in Object use art::Atomic.Ian Rogers2014-07-101-2/+4
|/
* Ensure classes are initialized rather than initializing.Ian Rogers2014-06-181-2/+2
* Change MethodHelper to use a Handle.Mathieu Chartier2014-06-091-8/+10
* Compaction cleanup for FindArrayClass.Mathieu Chartier2014-05-301-1/+1
* Revert "Revert "Fix an outstanding compaction bug in interpreter.""Mathieu Chartier2014-05-231-7/+8
* Revert "Fix an outstanding compaction bug in interpreter."Mathieu Chartier2014-05-221-8/+7
* Fix an outstanding compaction bug in interpreter.Mathieu Chartier2014-05-221-7/+8
* Delete ClassHelper and fix compaction bug in GetDirectInterfaceMathieu Chartier2014-05-181-1/+2
* Add Handle/HandleScope and delete SirtRef.Mathieu Chartier2014-05-131-7/+9
* Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime.Ian Rogers2014-05-061-1/+11
* Allow ArtMethod::Invoke in unstarted runtimes.Ian Rogers2014-05-021-8/+21
* Don't allow allocating finalizable objects during transactions.Mathieu Chartier2014-04-301-5/+2
* Force inlining on trivial accessors.Ian Rogers2014-04-291-1/+4
* Fix ART compilation for Clang 3.5.Stephen Hines2014-04-241-4/+4
* Cleanup transaction supportSebastien Hertz2014-04-021-2/+2
* Fix clang to compile and run host tests.Ian Rogers2014-02-281-3/+31
* Fix moving GC bugs in EnterInterpreterFromInvoke.Mathieu Chartier2014-02-251-10/+14
* Update native methods whitelist.Sebastien Hertz2014-02-181-12/+8
* Remove blacklistSebastien Hertz2014-02-171-6/+37
* Don't hardcode object layout in Unsafe and space_test.Hiroshi Yamauchi2014-02-111-0/+8
* Fix CreateMultiArray to be compaction safe.Mathieu Chartier2014-02-081-1/+4
* Object model changes to support 64bit.Ian Rogers2014-02-061-1/+1
* Don't rely on gcc extensionsBernhard Rosenkränzer2013-12-121-36/+36
* Enable moving classes.Mathieu Chartier2013-12-101-3/+4
* Compacting collector.Mathieu Chartier2013-11-111-2/+2
* Make goto-based interpreter the default interpreter.Sebastien Hertz2013-10-181-1/+1
* Fix interpreter bugs.Mathieu Chartier2013-10-091-4/+8