summaryrefslogtreecommitdiffstats
path: root/vm/Misc.h
Commit message (Expand)AuthorAgeFilesLines
* Log when the native trace is unavailableAndy McFadden2012-09-181-0/+1
* Improve -verbose:jni.Elliott Hughes2011-06-281-0/+18
* Add and use StringAppendF.Elliott Hughes2011-06-171-1/+8
* Improve reference table dumping.Elliott Hughes2011-06-161-0/+8
* Normalize the include guard style.Carl Shapiro2011-06-141-3/+3
* Improve "waiting on"/"waiting to lock" SIGQUIT dump info.Elliott Hughes2011-06-071-0/+6
* Switch dvmHumanReadableDescriptor over to std::string.Elliott Hughes2011-06-071-1/+4
* Merge remote branch 'goog/dalvik-dev' into dalvik-dev-to-masterBrian Carlstrom2011-05-051-15/+16
|\
| * Get rid of uneeded extern, enum, typedef and struct qualifiers.Carl Shapiro2011-04-271-17/+9
| * Move the remaining non-compiler VM code into C++.Carl Shapiro2011-04-151-5/+7
| * Compile the garbage collector and heap profiler as C++.Carl Shapiro2011-04-081-2/+9
|/
* Automatically dump stack traces in dvmAbort on the host.Elliott Hughes2011-03-251-0/+1
* Implement method parser and SSA transformation.Ben Cheng2010-12-131-1/+0
* Split BitVector into its own file.Andy McFadden2010-12-101-48/+0
* Add dvmHumanReadableDescriptor function, and use it.Elliott Hughes2010-11-221-1/+13
* resolved conflicts for merge of a5d99892 to dalvik-devDan Bornstein2010-09-151-0/+19
|\
| * Add use of sentinel in BOOTCLASSPATH entries during preopt.Dan Bornstein2010-09-141-0/+19
* | Show CPU# and utime/stime in the Dalvik thread dump.Andy McFadden2010-08-311-0/+10
|/
* Separately report thread suspension and garbage collection times.Carl Shapiro2010-07-271-0/+12
* Quicker partial collection by using card marking.Barry Hayes2010-07-081-0/+7
* am 7a37c30a: am bb710e32: Remove ((noreturn)) from dvmAbort().Andy McFadden2009-09-251-5/+7
|\
| * Remove ((noreturn)) from dvmAbort().Andy McFadden2009-09-241-5/+7
* | Implement SSA-based loop optimizations.Ben Cheng2009-09-011-0/+10
|/
* Inline some java.lang.Math functions.Andy McFadden2009-06-301-22/+0
* Implemented peephole optimizations including null-check elimination, redundan...Ben Cheng2009-06-171-0/+1
* auto import //branches/master/...@140412The Android Open Source Project2009-03-181-1/+15
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+285
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-285/+0
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-4/+15
* Initial ContributionThe Android Open Source Project2008-10-211-0/+274