summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Dalvik fast interpreter support and JIT implementationRaghu Gandham2012-05-02662-13/+59731
* Merge "Support architectures that require correctly aligned doubles"Elliott Hughes2012-05-021-0/+9
|\
| * Support architectures that require correctly aligned doublesRaghu Gandham2012-02-141-0/+9
* | Merge "Simplify the quasi-atomic stuff and add MIPS support."Elliott Hughes2012-05-023-177/+108
|\ \
| * | Simplify the quasi-atomic stuff and add MIPS support.Elliott Hughes2012-05-013-177/+108
|/ /
* | Merge changes I8669dfbc,I0ffb15b7,Ib2b8e87a,Ifc7de30eElliott Hughes2012-04-3012-98/+108
|\ \
| * | Use old frame for dvmReportPreNativeInvoke/dvmReportPostNativeInvokeChris Dearman2012-02-155-10/+10
| * | Restore fp after calling JNI method in allstubs interpreterChris Dearman2012-02-155-5/+10
| * | Fix the warning emitted by codesourcery compiler 4.5.2Raghu Gandham2012-02-155-5/+10
| * | Fix instruction logging messagesChris Dearman2012-02-1511-78/+78
* | | Merge "Fix the portable interpreter build"Elliott Hughes2012-04-3012-29/+47
|\| |
| * | Fix the portable interpreter buildChris Dearman2012-02-1512-29/+47
| |/
* | Merge "Fixed bug in x86-atom fast interpreter. Adds guard for potential null ...Elliott Hughes2012-04-302-0/+6
|\ \
| * | Fixed bug in x86-atom fast interpreter. Adds guard for potential null pointer.Johnnie Birch2011-03-252-0/+6
* | | Merge "Fix a leak in the JIT."Elliott Hughes2012-04-201-2/+2
|\ \ \
| * | | Fix a leak in the JIT.Elliott Hughes2012-04-191-2/+2
|/ / /
* | | Merge "Fix a small memory leak."Elliott Hughes2012-04-191-1/+4
|\ \ \
| * | | Fix a small memory leak.Elliott Hughes2012-04-191-1/+4
|/ / /
* | | Merge "Set SYSTEM_PAGE_SIZE from PAGE_SHIFT"Elliott Hughes2012-03-301-0/+4
|\ \ \
| * | | Set SYSTEM_PAGE_SIZE from PAGE_SHIFTChris Dearman2012-01-301-0/+4
* | | | am 6bcf5d20: Merge "Obvious mix of = and =="Elliott Hughes2012-03-271-1/+1
|\ \ \ \
| * \ \ \ Merge "Obvious mix of = and =="Elliott Hughes2012-03-271-1/+1
| |\ \ \ \
| | * | | | Obvious mix of = and ==Mark Gordon2012-03-271-1/+1
| | | |_|/ | | |/| |
* | | | | am 54ff31a5: Merge "Compact merged dexes on their byte aligned size"Elliott Hughes2012-03-272-26/+25
|\| | | |
| * | | | Merge "Compact merged dexes on their byte aligned size"Elliott Hughes2012-03-272-26/+25
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Compact merged dexes on their byte aligned sizeCharlie Groves2012-03-102-26/+25
| |/ / /
* | | | am c1052f9a: Merge "Add a test for a dalvikvm \'switch\' bug."Jean-Baptiste Queru2012-02-133-0/+13
|\| | |
| * | | Merge "Add a test for a dalvikvm 'switch' bug."Jean-Baptiste Queru2012-02-133-0/+13
| |\ \ \
| | * | | Add a test for a dalvikvm 'switch' bug.Elliott Hughes2012-02-103-0/+13
| |/ / /
* | | | am 2fe129bf: Merge "Updates to the VM tests."Jean-Baptiste Queru2012-02-0139-608/+976
|\| | |
| * | | Merge "Updates to the VM tests."Jean-Baptiste Queru2012-02-0139-608/+976
| |\ \ \ | | |/ / | |/| |
| | * | Updates to the VM tests.Elliott Hughes2012-01-3139-608/+976
| |/ /
* | | Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-230-0/+0
|\ \ \
| * \ \ merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-200-0/+0
| |\ \ \
* | | | | am 1c7e1e14: Fix to dex verifier to handle float types that look like Boolean.jeffhao2012-01-201-1/+1
|\| | | |
| * | | | Fix to dex verifier to handle float types that look like Boolean.jeffhao2012-01-191-1/+1
* | | | | Reconcile with ics-mr1-releaseThe Android Open Source Project2012-01-190-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-180-0/+0
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | merge in ics-mr1-release history after reset to ics-mr1The Android Automerger2012-01-130-0/+0
| | |\ \ \
* | | | | | am 232c385b: Bug fix for control-flow construction involving nested loops.Ben Cheng2012-01-185-16/+77
|\| | | | |
| * | | | | Bug fix for control-flow construction involving nested loops.Ben Cheng2012-01-185-16/+77
| |/ / / /
* | | | | am a669206d: Merge "cleanup redundant interfaces from iftable to avoid excess...Jean-Baptiste Queru2012-01-174-40/+116
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAll...Jean-Baptiste Queru2012-01-174-40/+116
| |\ \ \ \
| | * | | | cleanup redundant interfaces from iftable to avoid excessive LinearAlloc useJohannes Rudolph2012-01-134-40/+116
* | | | | | am 390d7c08: fix personality call.Nick Kralevich2012-01-172-6/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | fix personality call.Nick Kralevich2012-01-132-6/+1
* | | | | | am 311886c6: Prevent memory fragmentation.Selim Gurun2012-01-132-0/+12
|\| | | | | | |/ / / / |/| | | |
| * | | | Prevent memory fragmentation.Selim Gurun2012-01-132-0/+12
* | | | | Merge "fix dvmDbgOutputAllInterfaces to include only direct super-interfaces"Jean-Baptiste Queru2012-01-131-9/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix dvmDbgOutputAllInterfaces to include only direct super-interfacesJohannes Rudolph2012-01-121-9/+4
|/ / / /