summaryrefslogtreecommitdiffstats
path: root/runtime/interpreter/interpreter.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleanup invoke in interpreter.Sebastien Hertz2013-09-301-8/+10
* StringPiece clean up.Ian Rogers2013-09-241-1/+1
* Add an interpreter using computed goto table.Sebastien Hertz2013-09-091-2780/+20
* A char array copy optimization.Hiroshi Yamauchi2013-08-231-1/+2
* Refactor java.lang.reflect implementationBrian Carlstrom2013-08-131-31/+39
* Entry point clean up.Ian Rogers2013-08-071-7/+9
* Portable refactorings.Ian Rogers2013-07-301-1/+1
* Clear exception if catch block doesn't have move-exception.Ian Rogers2013-07-291-1/+6
* Avoid unnecessary exception checks.Sebastien Hertz2013-07-291-229/+290
* resolved conflicts for merge of 7934ac28 to dalvik-devBrian Carlstrom2013-07-261-3/+3
|\
| * Fix cpplint whitespace/comments issuesBrian Carlstrom2013-07-261-3/+3
* | Merge "Update DEX pc before thread suspension." into dalvik-devSebastien Hertz2013-07-261-45/+46
|\ \ | |/ |/|
| * Update DEX pc before thread suspension.Sebastien Hertz2013-07-251-45/+46
* | Fix cpplint readability/fn_size issuesBrian Carlstrom2013-07-181-1/+1
* | Fix cpplint build/namespaces issuesBrian Carlstrom2013-07-181-1/+15
* | Fix cpplint whitespace/parens issuesBrian Carlstrom2013-07-181-5/+5
|/
* Fix cpplint whitespace/blank_line issuesBrian Carlstrom2013-07-181-1/+0
* Fix cpplint whitespace/braces issuesBrian Carlstrom2013-07-171-1/+1
* Create separate Android.mk for main build targetsBrian Carlstrom2013-07-121-0/+3121