summaryrefslogtreecommitdiffstats
path: root/dexopt
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary JNI_H_INCLUDE from LOCAL_C_INCLUDESBrian Carlstrom2013-05-031-2/+1
* Tracking changes to *-host for host shared librariesBrian Carlstrom2013-05-011-9/+2
* Lose libnativehelper to its own project for the PDK.Elliott Hughes2012-05-031-2/+2
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-10/+10
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-4/+4
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block2011-10-261-5/+5
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+2
* Break a dependency on frameworks/base when building a host VM.Elliott Hughes2011-06-151-2/+2
* Tidy up some includes.Elliott Hughes2011-06-081-1/+1
* Use std::string rather than malloc/free for saneDirName.Elliott Hughes2011-06-071-0/+7
* Prefer printf format "%#x" over "0x%x".Dan Bornstein2011-05-261-1/+1
* Further conservation of newlines.Dan Bornstein2011-05-261-20/+20
* Make libdex structures tool friendly.Carl Shapiro2011-04-272-16/+12
* 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
* Add optional tags to dalvik.Jesse Wilson2010-09-161-0/+2
* 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
* Support dalvikvm on a Linux x86 hostJesse Wilson2010-08-181-10/+23
* Remove repeated newlines at the end of files.Carl Shapiro2010-06-081-1/+0
* resolved conflicts for merge of fc0dcfa2 to dalvik-devAndy McFadden2010-05-211-0/+6
|\
| * Atomic/SMP update.Andy McFadden2010-05-201-0/+6
| * Dalvik Zip rewrite.Andy McFadden2010-05-061-4/+5
* | 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
|/
* Add back missing shared libraries used by executable in link command. TheseDoug Kwan2009-10-021-0/+2
* Inline some java.lang.Math functions.Andy McFadden2009-06-301-1/+1
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-0/+526
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-032-526/+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-212-0/+473