summaryrefslogtreecommitdiffstats
path: root/vm/compiler
Commit message (Expand)AuthorAgeFilesLines
* am 45e9a990: am 80211d2b: Only generate debugging LIRs in verbose mode.Ben Cheng2011-01-141-13/+22
|\
| * Only generate debugging LIRs in verbose mode.Ben Cheng2011-01-141-13/+22
* | Added vm support for new jumbo opcodes.jeffhao2011-01-073-48/+901
* | resolved conflicts for merge of 4fa9da7e to dalvik-devBen Cheng2011-01-054-12/+24
|\|
| * More Jit-to-Interp entry point cleanup.Ben Cheng2011-01-054-12/+24
* | am af5aa1f4: Don\'t treat dvmJitToPatchPredictedChain as a Jit-to-Interp entr...Ben Cheng2011-01-044-18/+14
|\|
| * Don't treat dvmJitToPatchPredictedChain as a Jit-to-Interp entry point.Ben Cheng2011-01-044-18/+14
* | am a8589335: [Jit] Fix for 3311468 Maps crashed at handleFmt...Bill Buzbee2010-12-271-2/+2
|\|
| * [Jit] Fix for 3311468 Maps crashed at handleFmt...Bill Buzbee2010-12-271-2/+2
| * Eliminate the chaining cells for direct JNI calls.Ben Cheng2010-12-221-8/+13
* | resolved conflicts for merge of d255a545 to dalvik-devBen Cheng2010-12-221-7/+12
* | am 0d1aac38: Revert "Remove inline natives for an unused performance test."Jesse Wilson2010-12-222-0/+2
|\|
| * Revert "Remove inline natives for an unused performance test."Jesse Wilson2010-12-222-0/+2
* | am 7ecd89dc: Remove inline natives for an unused performance test.Jesse Wilson2010-12-222-2/+0
|\|
| * Remove inline natives for an unused performance test.Jesse Wilson2010-12-222-2/+0
* | [JIT] Trace profiling supportbuzbee2010-12-1722-129/+379
* | Progress on live-precise GC.Andy McFadden2010-12-163-16/+13
* | Store the key value with switch and catch blocks.Ben Cheng2010-12-153-66/+81
* | [JIT] Regalloc cleanupbuzbee2010-12-148-83/+12
* | Merge "Stamp out some x86/host mode warnings" into dalvik-devbuzbee2010-12-1413-114/+112
|\ \
| * | Stamp out some x86/host mode warningsbuzbee2010-12-1413-114/+112
* | | Add explicit casts from "void *" to destination types.Ben Cheng2010-12-142-4/+4
|/ /
* | Implement method parser and SSA transformation.Ben Cheng2010-12-1313-461/+1941
* | Experimental x86 Jit trace selectionbuzbee2010-12-138-60/+160
* | Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-0715-93/+113
|/
* Another clarifying rename and a bit more automation.Dan Bornstein2010-12-037-17/+17
* Make opcode 00ff be called "dispatch-ff".Dan Bornstein2010-12-022-2/+2
* Rename some instruction/opcode types and utilities.Dan Bornstein2010-12-025-15/+15
* It's "opcode" not "opCode".Dan Bornstein2010-12-0126-551/+551
* Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-0112-19/+12
* Add more "extended opcode" structure to libdex.Dan Bornstein2010-12-011-1/+1
* invoke-direct-empty doesn't actually invoke anything.Dan Bornstein2010-11-302-12/+3
* am abf3ef82: Fix off-by-1 bug in expandable bit vectors.Ben Cheng2010-11-231-1/+2
|\
| * Fix off-by-1 bug in expandable bit vectors.Ben Cheng2010-11-231-1/+2
* | Say kNumDalvikInstructions when appropriate.Dan Bornstein2010-11-197-19/+21
* | Get rid of the copies of the opcode table pointers.Dan Bornstein2010-11-195-20/+16
* | Use the generated opcode info tables.Dan Bornstein2010-11-172-3/+3
* | Get rid of kInstrUnconditional.Dan Bornstein2010-11-121-2/+2
* | Stop reporting negative widths.Andy McFadden2010-11-122-7/+4
* | am 72ef412b: Fix uninitialized variable warning(error).Jing Yu2010-11-111-0/+1
|\|
| * Fix uninitialized variable warning(error).Jing Yu2010-11-111-0/+1
* | Fix Thumb2 codegen.Dan Bornstein2010-11-111-2/+3
* | Add a new index type table for instruction decoding.Dan Bornstein2010-11-104-16/+19
* | Reharmonize the implementation with the spec.Dan Bornstein2010-11-091-2/+2
|/
* Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2010-11-0333-349/+377
|\
| * JIT - support for return-void-barrier [Issue 2992352]buzbee2010-11-018-15/+17
| * am 0b33af0c: am 5d992dfa: am 36bd1345: Fix for array lower-bound check for co...Ben Cheng2010-10-261-4/+5
| |\ | |/ |/|
| * resolved conflicts for merge of dfc99234 to dalvik-devBen Cheng2010-10-227-5/+75
| |\
| * | Remove junk from platform.S now armv4t is gone.Elliott Hughes2010-10-219-34/+24
| * | Fine-tune the instructions on the method invocation path.Ben Cheng2010-10-129-42/+34