summaryrefslogtreecommitdiffstats
path: root/dexopt/OptMain.c
Commit message (Expand)AuthorAgeFilesLines
* Make libdex structures tool friendly.Carl Shapiro2011-04-271-583/+0
* Update dexopt control logicAndy McFadden2011-02-251-0/+1
* Minor tweaks.Andy McFadden2010-12-101-11/+0
* Fix debug statements.Patrick Scott2010-10-211-1/+1
* Correct dexopt for uniprocessors.Andy McFadden2010-09-301-9/+14
* Plumb SMP optimization control through to dexopt.Dan Bornstein2010-09-281-3/+13
* We also need to tell it the file mode when creating the output.Dan Bornstein2010-09-121-1/+1
* Actually, dexopt needs to read the optimized dex file too.Dan Bornstein2010-09-121-1/+1
* Move declarations to the top to avoid potential uninitialized use.Dan Bornstein2010-09-121-5/+10
* Add a new "--preopt" mode to dexopt, for running on the host.Dan Bornstein2010-09-121-44/+130
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
* Dalvik Zip rewrite.Andy McFadden2010-04-291-4/+5
* Do not include assert.h in places where it may shadow the definitionCarl Shapiro2010-02-111-1/+0
* Inline some java.lang.Math functions.Andy McFadden2009-06-301-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+488
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-488/+0
* auto import from //branches/cupcake/...@130745The Android Open Source Project2009-02-101-5/+49
* auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+9
* Initial ContributionThe Android Open Source Project2008-10-211-0/+435