summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/rop
Commit message (Expand)AuthorAgeFilesLines
* Do not align 64-bit registers during instruction expansionmikaelpeltier2014-07-291-22/+2
* am 388f055a: am 46cf2623: Merge "Align 64-bit registers on even dalvik regist...Ian Rogers2014-07-082-18/+72
|\
| * Align 64-bit registers on even dalvik registersmikaelpeltier2014-05-132-18/+72
* | Make a better detection of index limit in multidex.Yohann Roussel2014-05-201-1/+2
|/
* Add test methods in AccessFlags.Jean-Marie Henaff2014-01-161-0/+32
* Introduction of a tool to find main dex classes.Yohann Roussel2013-08-212-0/+16
* Mechanical refactoring of dx into two parts.Jesse Wilson2013-04-3011-14/+5
* Provide detail when methods or fields exceed the limit.Jesse Wilson2012-01-121-1/+18
* Combine CstUtf8 and CstString.Jesse Wilson2011-04-2116-457/+337
* Bare-bones dex code generator.Jesse Wilson2011-04-154-8/+12
* Updated dx to emit rsub instructions whenever it can.jeffhao2011-04-081-21/+31
* Bug fix for rsubs being improperly generated.jeffhao2011-04-082-8/+15
* SCCP propagates more constants and prunes unexecuted paths from branches.jeffhao2011-02-091-1/+5
* Allow dx to properly generate sub-const and rsub-const insns.jeffhao2011-01-241-2/+13
* Optimized dx instruction expansion to only generate necessary moves.jeffhao2011-01-181-8/+55
* Say kNumDalvikInstructions when appropriate.Dan Bornstein2010-11-191-1/+1
* A bunch of minor cleanups.Dan Bornstein2010-10-291-4/+2
* Fix propagation of constants.Dan Bornstein2010-10-271-1/+4
* Added multi-threaded support to processing of class files in dx.jeffhao2010-10-274-15/+25
* The failure of dx test 105 wasn't actually spurious. Fixed the code.Dan Bornstein2010-10-271-5/+9
* Remove trailing whitespace.Carl Shapiro2010-06-0863-536/+536
* Fix a bunch of little problems noticed by FindBugs, and cleaned up someDan Bornstein2009-05-182-4/+7
* Fix issue #1794388.Dan Bornstein2009-04-171-10/+23
* auto import //branches/master/...@140412The Android Open Source Project2009-03-1867-1508/+1452
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0370-0/+13976
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-0370-13836/+0
* auto import from //depot/cupcake/@132589The Android Open Source Project2009-03-033-162/+22
* auto import from //depot/cupcake/@137055The Android Open Source Project2009-03-023-22/+162
* Initial ContributionThe Android Open Source Project2008-10-2170-0/+13836