summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't pay for filename/line number lookup unless you need to.gingerbreadpeshovec2013-03-121-31/+31
* Merge "Undecoded jobject leaking in through attachThread" into gingerbreadJef Oliver2013-03-111-1/+3
|\
| * Undecoded jobject leaking in through attachThreadpeshovec2012-03-141-1/+3
* | Merge "Restore fp after calling JNI method in allstubs interpreter" into ging...Jef Oliver2013-03-115-5/+10
|\ \
| * | Restore fp after calling JNI method in allstubs interpreterChris Dearman2012-03-265-5/+10
| |/
* | Merge "cleanup redundant interfaces from iftable to avoid excessive LinearAll...Jef Oliver2013-03-111-42/+35
|\ \
| * | cleanup redundant interfaces from iftable to avoid excessive LinearAlloc usepeshovec2012-03-101-42/+35
| |/
* | Merge "Fixing a crash when doing lock profiling" into gingerbreadJef Oliver2013-03-111-2/+2
|\ \
| * | Fixing a crash when doing lock profilingMattias Petersson2012-04-081-2/+2
* | | Merge "Fix memory leaking in the VM" into gingerbreadDanny Baumann2012-09-182-0/+5
|\ \ \
| * | | Fix memory leaking in the VMRobert CH Chou2012-03-202-0/+5
| | |/ | |/|
* | | Merge "Don't malloc between fork and exec" into gingerbreadDanny Baumann2012-09-181-1/+1
|\ \ \
| * | | Don't malloc between fork and execpeshovec2012-03-101-1/+1
| |/ /
* | / Added missing <include sys/resource.h> for gcc > 4.7.0xkonni2012-09-021-1/+8
| |/ |/|
* | Obvious mix of = and ==Mark Gordon2012-04-051-1/+1
|/
* Exclude sha1.c when building libdex for deviceJim Huang2011-10-021-2/+1
* Merge branch 'gingerbread' of git://git.omapzoom.org/platform/dalvik into 237cm-7.1.0gingerbread-releaseSteve Kondik2011-09-29129-876/+1005
|\
| * merge intel x86 patches into gingerbread branchDavid 'Digit' Turner2011-07-08129-876/+1005
| |\
| | * Only use O_BINARY if it is defined (windows compatibility)Bruce Beare2011-06-092-0/+6
| | * Update to allow x86-atom build for FI on GingerbreadJohnnie Birch2011-06-09122-913/+985
| | * Combined patch from master branchBruce Beare2011-06-0915-153/+204
| |/
* | Fix uninitialized variable warning pointed out by gcc flag -fdata-sectionsJim Huang2011-09-201-0/+1
* | Fixed leak of real object pointer. Only a problem when using indirect refs.Mark Gordon2011-05-181-1/+1
* | Merge branch 'gingerbread' of git://android.git.kernel.org/platform/dalvik in...cm-7.0.3cm-7.0.2.1cm-7.0.1cm-7.0.0Steve Kondik2011-02-286-20/+79
|\|
| * Use bcopy() to move object refs around within an array. DO NOT MERGE.Dan Bornstein2011-01-271-11/+38
| * am 70b130f5: (-s ours) Clean up/out some comments. DO NOT MERGE.Dan Bornstein2011-01-140-0/+0
| |\
| | * Clean up/out some comments. DO NOT MERGE.Dan Bornstein2011-01-142-107/+37
| * | am 80a30431: (-s ours) Remove some pointless tests.Dan Bornstein2011-01-130-0/+0
| |\|
| | * Remove some pointless tests.Dan Bornstein2011-01-1314-1938/+30
| * | Handle the case of referent clearing during tracing.Carl Shapiro2011-01-121-3/+5
| * | Parameterize instance counting to include subclasses.Carl Shapiro2011-01-043-5/+36
| * | Fix for Issue 3161543 - Remove stray line of code in JITbuzbee2010-11-301-1/+0
* | | DexOpt anything in /system on /cachectso2011-01-091-1/+31
* | | Fix armv6j codegen templatesRicardo Cerqueira2010-12-232-1/+11
* | | Add support for the armv6-vfp processor targetRicardo Cerqueira2010-12-2040-2/+14220
* | | Add support for the armv6j processor targetRicardo Cerqueira2010-12-2038-2/+15081
|/ /
* | am 886130bc: (-s ours) Two patches.Andy McFadden2010-11-080-0/+0
|\|
| * Two patches.Andy McFadden2010-11-082-14/+85
* | am fbe51551: (-s ours) Remove a pointless test, which just tested a test supp...Dan Bornstein2010-10-290-0/+0
|\|
| * Remove a pointless test, which just tested a test support class.Dan Bornstein2010-10-293-549/+0
* | am 3144eec0: (-s ours) Replace the implementation of this class.Dan Bornstein2010-10-290-0/+0
|\|
| * Replace the implementation of this class.Dan Bornstein2010-10-291-1018/+885
* | Set capabilities sooner.Andy McFadden2010-10-271-5/+56
* | Fix for array lower-bound check for count-down loops.Ben Cheng2010-10-251-4/+5
* | Fix class loader interning following a String.intern.Carl Shapiro2010-10-191-8/+58
* | Merge "Update heap dump notes. DO NOT MERGE." into gingerbreadAndy McFadden2010-10-191-12/+3
|\ \
| * | Update heap dump notes. DO NOT MERGE.Andy McFadden2010-10-191-12/+3
* | | Merge "Exit early if the we encounter a null reference." into gingerbreadCarl Shapiro2010-10-181-1/+4
|\ \ \
| * | | Exit early if the we encounter a null reference.Carl Shapiro2010-10-181-1/+4
| |/ /
* / / Pop call frame before boxing resultAndy McFadden2010-10-182-3/+17
|/ /