summaryrefslogtreecommitdiffstats
path: root/vm
Commit message (Expand)AuthorAgeFilesLines
* Minor tweaks.Andy McFadden2010-12-101-19/+9
* Split BitVector into its own file.Andy McFadden2010-12-106-238/+287
* Progress on liveness analysis.Andy McFadden2010-12-1011-27/+652
* Kill dvmHeapSourceGetObjectBitmaps and aliasBitmaps.Carl Shapiro2010-12-095-64/+31
* Compare the buffer pointers to avoid signedness mismatches.Carl Shapiro2010-12-081-1/+1
* Compute the pointer buffer size from familiar constants.Carl Shapiro2010-12-081-3/+2
* Throw useful detail messages when Method.invoke fails.Elliott Hughes2010-12-073-20/+32
* Fix implicit conversions, rename reserved works, enable -Wc++-compat.Carl Shapiro2010-12-0766-359/+398
* Make the inlined String.charAt throw detailed exceptions.Elliott Hughes2010-12-031-1/+2
* Merge "Another clarifying rename and a bit more automation." into dalvik-devDan Bornstein2010-12-0313-34/+34
|\
| * Another clarifying rename and a bit more automation.Dan Bornstein2010-12-0313-34/+34
* | Use dvmHumanReadableDescriptor in -Xjnitrace.Elliott Hughes2010-12-031-7/+14
|/
* Merge "Eliminate the GC.h header file." into dalvik-devCarl Shapiro2010-12-024-48/+8
|\
| * Eliminate the GC.h header file.Carl Shapiro2010-12-024-48/+8
* | Merge "Add a note." into dalvik-devDan Bornstein2010-12-021-0/+2
|\ \ | |/ |/|
| * Add a note.Dan Bornstein2010-12-021-0/+2
* | Merge "Get rid of the ugly macros inside the bitmap sweep routine." into dalv...Carl Shapiro2010-12-022-47/+20
|\ \
| * | Get rid of the ugly macros inside the bitmap sweep routine.Carl Shapiro2010-12-022-47/+20
* | | Merge "Make opcode 00ff be called "dispatch-ff"." into dalvik-devDan Bornstein2010-12-0220-30/+30
|\ \ \ | | |/ | |/|
| * | Make opcode 00ff be called "dispatch-ff".Dan Bornstein2010-12-0220-30/+30
* | | Merge "Drive all root scanning by the root visitor." into dalvik-devCarl Shapiro2010-12-0211-629/+37
|\ \ \ | |/ / |/| |
| * | Drive all root scanning by the root visitor.Carl Shapiro2010-12-0211-629/+37
| |/
* | Merge "x86-mterp bug fix; support host mode in tests" into dalvik-devbuzbee2010-12-022-6/+9
|\ \
| * | x86-mterp bug fix; support host mode in testsbuzbee2010-12-022-6/+9
* | | Rename some instruction/opcode types and utilities.Dan Bornstein2010-12-0211-25/+25
* | | Merge "Fix monitor verification." into dalvik-devAndy McFadden2010-12-021-14/+12
|\ \ \ | |_|/ |/| |
| * | Fix monitor verification.Andy McFadden2010-12-021-14/+12
* | | Get rid of QUIET_ZYGOTE_GC and make it the default.Carl Shapiro2010-12-021-12/+2
* | | Move a stray forward declaration of HeapSource to where it's needed.Carl Shapiro2010-12-022-1/+2
| |/ |/|
* | am f0badd23: Merge "Fix dvmHumanReadableDescriptor("B")."Elliott Hughes2010-12-021-39/+40
|\ \ | |/ |/|
| * Merge "Fix dvmHumanReadableDescriptor("B")."Elliott Hughes2010-12-021-39/+40
| |\
| | * Fix dvmHumanReadableDescriptor("B").Elliott Hughes2010-12-021-39/+40
* | | Fix the typing of the assert macro as required by C++.Carl Shapiro2010-12-011-1/+1
* | | Move reference processing next to its implementation.Carl Shapiro2010-12-013-41/+65
* | | Merge "Return the value at the top of the mark stack straight away." into dal...Carl Shapiro2010-12-011-4/+1
|\ \ \
| * | | Return the value at the top of the mark stack straight away.Carl Shapiro2010-12-011-4/+1
* | | | It's "opcode" not "opCode".Dan Bornstein2010-12-0137-631/+631
* | | | Merge "Minor tweaks." into dalvik-devAndy McFadden2010-12-013-41/+13
|\ \ \ \
| * | | | Minor tweaks.Andy McFadden2010-12-013-41/+13
* | | | | Merge "Rename OpCode.h -> DexOpcodes.h." into dalvik-devDan Bornstein2010-12-0115-23/+16
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Rename OpCode.h -> DexOpcodes.h.Dan Bornstein2010-12-0115-23/+16
* | | | | am 33dab964: Improve "No new threads in -Xzygote mode" message to include thr...Brian Carlstrom2010-12-011-3/+5
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | Improve "No new threads in -Xzygote mode" message to include thread name.Brian Carlstrom2010-12-011-3/+5
| | |/ | |/|
* | | Add more "extended opcode" structure to libdex.Dan Bornstein2010-12-011-1/+1
| |/ |/|
* | Merge "Remove excess generality from the bitmap sweep walking routine." into ...Carl Shapiro2010-11-301-51/+13
|\ \ | |/ |/|
| * Remove excess generality from the bitmap sweep walking routine.Carl Shapiro2010-11-301-51/+13
* | invoke-direct-empty doesn't actually invoke anything.Dan Bornstein2010-11-303-14/+3
* | Merge "Punch opcode info access from libcore to the vm." into dalvik-devDan Bornstein2010-11-304-0/+46
|\ \
| * | Punch opcode info access from libcore to the vm.Dan Bornstein2010-11-304-0/+46
| |/
* / Fix DexFile cookie check.Andy McFadden2010-11-301-7/+17
|/