summaryrefslogtreecommitdiffstats
path: root/vm/mterp/x86
Commit message (Expand)AuthorAgeFilesLines
* [x86] Fix errors with WITH_JIT_TUNING definedUdayan Banerji2013-04-011-0/+8
* Remove stray references to non-existent opcodes.Elliott Hughes2013-02-142-8/+3
* Remove dead instruction in common_exceptionThrown.Jeff Hao2013-02-011-1/+0
* [X86] X86 trace JIT compiler supportDong-Yuan Chen2012-07-2030-117/+882
* x86 mterp debug/profile fix (issue 5938080)buzbee2012-01-301-6/+6
* Remove unsupported experimental opcodes.Elliott Hughes2012-01-05247-1403/+0
* Fix alt handling for Jumbo opsbuzbee2011-05-231-0/+8
* x86 interpreter fixbuzbee2011-05-021-1/+1
* InterpBreak cleanup (part 1)buzbee2011-04-221-3/+3
* Consolidate curFrame fields in thread storagebuzbee2011-04-223-15/+15
* Fix x86 fast interpreterbuzbee2011-04-051-1/+1
* Fix interpreter debug attachbuzbee2011-03-301-14/+21
* Interpreter restructuringbuzbee2011-03-2310-182/+157
* resolved conflicts for merge of 9553565f to dalvik-devbuzbee2011-03-193-37/+31
|\
| * x86: restore standard stack frame layout and fix stack alignment.Eugene Surovegin2011-03-093-28/+25
* | Clean up ArrayStoreException some more.Dan Bornstein2011-03-161-1/+1
* | Add volatile/jumbo opcodesAndy McFadden2011-03-1013-13/+0
* | Consistency in exception throws.Dan Bornstein2011-03-071-3/+3
* | Fix JUMBO failuresbuzbee2011-03-061-1/+1
* | Change invoke-object-init to /range formAndy McFadden2011-03-021-0/+0
* | mterp generation cleanupbuzbee2011-03-022-3/+0
* | Exception cleanup in the assembly interpretersbuzbee2011-03-018-69/+11
* | New interpreter breakout mechanismbuzbee2011-02-28139-1592/+729
* | Use new negative array size exception reportingbuzbee2011-02-283-9/+5
* | Round three of exception cleanup.Dan Bornstein2011-02-241-1/+1
* | Interpreter restructuring: eliminate InterpStatebuzbee2011-02-1962-323/+313
* | Defer marking of objects as finalizableAndy McFadden2011-02-181-4/+1
* | Rename invoke-direct-empty to invoke-object-initAndy McFadden2011-02-112-2/+2
* | Remove the unused monitor tracking and deadlock prediction code.Carl Shapiro2011-02-011-8/+1
* | Add runtime support for method based compilation.Ben Cheng2011-01-261-4/+4
* | Consolidate mterp's debug/profile/suspend controlbuzbee2011-01-191-11/+4
* | Added vm support for new jumbo opcodes.jeffhao2011-01-07260-2/+1718
* | Experimental x86 Jit trace selectionbuzbee2010-12-132-5/+172
|/
* Make opcode 00ff be called "dispatch-ff".Dan Bornstein2010-12-022-1/+1
* x86-mterp bug fix; support host mode in testsbuzbee2010-12-021-2/+3
* Better ArrayStoreException detail messages.Elliott Hughes2010-11-192-14/+14
* Better ClassCastException detail messages for x86.Elliott Hughes2010-11-182-13/+10
* x86: Improve ArrayIndexOutOfBoundsException detail messagesbuzbee2010-10-276-11/+21
* am 7c1f9b34: resolved conflicts for merge of 6d55b332 to masterbuzbee2010-09-301-3/+2
|\
| * resolved conflicts for merge of 6d55b332 to masterbuzbee2010-09-301-3/+2
| |\
| | * GC Card marking fix for SPUT_OBJECT - use correct object headbuzbee2010-09-301-3/+2
| * | resolved conflicts for merge of 2e75e47d to masterbuzbee2010-09-285-16/+20
| |\|
| | * Change GC card making to use object head, bug fix for volatile sput objbuzbee2010-09-285-8/+12
* | | Change GC card making to use object head, bug fix for volatile sput objbuzbee2010-09-285-16/+20
* | | Fix OP_USHR_LONG in x86 mterp (Issue 3038137)buzbee2010-09-261-1/+1
|/ /
* | Fix x86 mterp "longjmp"buzbee2010-09-221-1/+2
* | Fix 64-bit 3-operand multiplication in x86 mterp.buzbee2010-09-211-5/+5
* | x86 mterp: reduce x86/x86-atom differencesbuzbee2010-09-20128-1483/+1858
* | Add source code skeletons for x86 work. No actual JIT'ng yet.buzbee2010-09-201-0/+23
* | Add return-void-barrier instruction.Andy McFadden2010-09-109-9/+0
|/