summaryrefslogtreecommitdiffstats
path: root/dx
Commit message (Expand)AuthorAgeFilesLines
...
| * | DexGenerator: allow specifying dex cache dir.Hugo Hudson2011-12-163-12/+49
* | | DexOptions should default targetApiLevel to API_NO_EXTENDED_OPCODESBrian Carlstrom2011-12-131-1/+1
* | | Merge "Don't throw an AssertionError on invalid input."Jesse Wilson2011-12-131-2/+1
|\ \ \
| * | | Don't throw an AssertionError on invalid input.Jesse Wilson2011-12-131-2/+1
| |/ /
* / / Remove dx's copy of JUnit.Jesse Wilson2011-12-0942-2618/+21
|/ /
* | Fix DexMerger to emit dex files without extended op codes.Jesse Wilson2011-11-181-2/+2
* | Be humane when there are more methods or fields than Dalvik can handle.Jesse Wilson2011-11-171-0/+11
* | Can't set variable to null with loadConstant.Hugo Hudson2011-11-171-0/+21
* | This test fails with a class not found error.Hugo Hudson2011-11-171-0/+17
|/
* Provide debugging info should extended opcode lookup fail.Jesse Wilson2011-10-191-1/+2
* Merge "Dx reg allocator fix for accidental long/double clobbering."jeffhao2011-09-021-2/+4
|\
| * Dx reg allocator fix for accidental long/double clobbering.jeffhao2011-08-261-2/+4
* | Fix a corner-case dex merging bug.Jesse Wilson2011-08-311-2/+3
* | am 4130f726: am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by defa...Raphael Moll2011-08-301-7/+13
|\ \ | |/ |/|
| * am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by default on Windows."Raphael Moll2011-08-291-7/+13
| |\
| | * Set DX stack size to 1M by default on Windows.Raphael Moll2011-08-261-7/+13
* | | Removed parsing and output for unused --target-api switch in dx.jeffhao2011-08-232-17/+1
* | | Permit code size to grow when merging dex files.Jesse Wilson2011-08-191-1/+6
* | | resolved conflicts for merge of 72b7c617 to masterRaphael2011-07-132-70/+158
|\| |
| * | resolved conflicts for merge of c3ff6a0b to honeycomb-plus-aospRaphael2011-07-112-67/+155
| |\|
| | * Dex for Windows: Support paths with spaces.Raphael Moll2011-07-112-64/+153
* | | am 68e8f6c0: am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL."Raphael Moll2011-07-131-85/+85
|\| |
| * | am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL."Raphael Moll2011-07-111-85/+85
| |\|
| | * Change dx.bat to Windows EOL.Raphael Moll2011-07-111-85/+85
* | | Fix unbundled apps on pre-ICS devices.Elliott Hughes2011-06-162-4/+7
* | | Update dex file magic number.Dan Bornstein2011-05-258-19/+122
* | | Minor documentation changes.Elliott Hughes2011-05-231-10/+13
* | | Merge "Use 'dalvikvm' only to test dx." into dalvik-devJesse Wilson2011-05-045-18/+24
|\ \ \
| * | | Use 'dalvikvm' only to test dx.Jesse Wilson2011-03-185-18/+24
* | | | Merge "Bugfix for constant propagation of float/double division/modulo." into...jeffhao2011-04-295-6/+913
|\ \ \ \
| * | | | Bugfix for constant propagation of float/double division/modulo.jeffhao2011-04-295-6/+913
* | | | | Enhance FindUsages to treat its strings as regular expressions.Elliott Hughes2011-04-285-45/+52
|/ / / /
* | | | Bug fix for SCCP improperly handling phis with some constant sources.jeffhao2011-04-251-6/+4
* | | | Combine CstUtf8 and CstString.Jesse Wilson2011-04-2169-694/+530
* | | | Change Type, Method and Field to be IDs rather than values.Jesse Wilson2011-04-1912-729/+662
* | | | Support catch blocks.Jesse Wilson2011-04-176-130/+643
* | | | Return Code instances from Method.declare.Jesse Wilson2011-04-169-295/+432
* | | | Don't require a dalvikvm to build.Jesse Wilson2011-04-151-5/+17
* | | | Merge "Bare-bones dex code generator." into dalvik-devJesse Wilson2011-04-1522-15/+2812
|\ \ \ \
| * | | | Bare-bones dex code generator.Jesse Wilson2011-04-1522-15/+2812
* | | | | Dx block dumper no longer fails on abstract and native methods.jeffhao2011-04-112-0/+10
|/ / / /
* | | | Updated dx to emit rsub instructions whenever it can.jeffhao2011-04-081-21/+31
* | | | Bug fix for rsubs being improperly generated.jeffhao2011-04-083-12/+21
* | | | Update the interpretation of --target-api.Dan Bornstein2011-04-071-1/+6
* | | | Various dx fixes to make it preserve locals and debug info.jeffhao2011-03-244-22/+20
* | | | Merge "Use PrintWriter rather than PrintStream in dex analysis tools." into d...Jesse Wilson2011-03-234-7/+10
|\ \ \ \
| * | | | Use PrintWriter rather than PrintStream in dex analysis tools.Jesse Wilson2011-03-234-7/+10
| |/ / /
* | | | Make sure both options objects get created.Dan Bornstein2011-03-211-12/+5
* | | | Update version number.Dan Bornstein2011-03-211-1/+1
* | | | Clarify the comments some more.Dan Bornstein2011-03-211-12/+17