summaryrefslogtreecommitdiffstats
path: root/dx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Clarify / correct comments.Dan Bornstein2011-03-211-1/+5
* | Add opcode-emission backward compatibility.Dan Bornstein2011-03-216-5/+152
|/
* Merge "Register allocator uses single reg for each local when possible." into...jeffhao2011-03-171-5/+24
|\
| * Register allocator uses single reg for each local when possible.jeffhao2011-03-161-5/+24
* | Add support for pre-dexed libraries to dx.Jesse Wilson2011-03-1615-102/+281
|/
* Merge "Don't emit multiple copies of annotations when merging dex files." int...Jesse Wilson2011-03-1621-366/+608
|\
| * Don't emit multiple copies of annotations when merging dex files.Jesse Wilson2011-03-1621-366/+608
* | Add --target-api=N option to dx.Dan Bornstein2011-03-167-42/+119
|/
* Fix bugs in instruction parsing for incremental dx.Jesse Wilson2011-03-152-10/+92
* Merge "Fix bugs in incremental dx." into dalvik-devJesse Wilson2011-03-114-31/+49
|\
| * Fix bugs in incremental dx.Jesse Wilson2011-03-114-31/+49
* | Verifier allows certain errors so they can fail at runtime.jeffhao2011-03-114-5/+81
|/
* Merge "Permit dx to build resource-only dex files." into dalvik-devJesse Wilson2011-03-072-22/+60
|\
| * Permit dx to build resource-only dex files.Jesse Wilson2011-03-072-22/+60
* | Add a tool to grep the strings in a dex file.Jesse Wilson2011-03-075-99/+355
|/
* Merge "Fix for test case now that jumbo opcodes are on." into dalvik-devjeffhao2011-03-031-9/+7
|\
| * Fix for test case now that jumbo opcodes are on.jeffhao2011-03-031-9/+7
* | Let dx generate the new extended instructions.Dan Bornstein2011-03-031-1/+1
|/
* am 46413c1b: Add notice file for dx.jar and dexdumpXavier Ducrohet2011-03-011-0/+190
|\
| * Add notice file for dx.jar and dexdumpXavier Ducrohet2011-02-281-0/+190
* | Improved register allocation for check-cast instructions.jeffhao2011-02-281-15/+38
* | Changed dx register allocator to place more phis and reuse locals.jeffhao2011-02-242-22/+106
* | Retain annotations when merging dex files.Jesse Wilson2011-02-196-174/+381
* | Merge "Return unsigned shorts in ShortArrayCodeInput." into dalvik-devJesse Wilson2011-02-171-7/+7
|\ \
| * | Return unsigned shorts in ShortArrayCodeInput.Jesse Wilson2011-02-171-7/+7
* | | Merge "Fix for complex jsr nesting causing NullPointerException." into dalvik...jeffhao2011-02-162-3/+12
|\ \ \
| * | | Fix for complex jsr nesting causing NullPointerException.jeffhao2011-02-152-3/+12
* | | | Emit compact ouput .dex files.Jesse Wilson2011-02-164-103/+250
| |/ / |/| |
* | | Deduplicate type lists on merged .dex files.Jesse Wilson2011-02-156-105/+187
* | | Merge "Fix some bugs in the new dx instruction code." into dalvik-devJesse Wilson2011-02-154-13/+11
|\ \ \ | |/ / |/| |
| * | Fix some bugs in the new dx instruction code.Jesse Wilson2011-02-154-13/+11
* | | Fix to allow SCCP to correctly propagate division and remainer ops.jeffhao2011-02-112-32/+30
|/ /
* | Reverting SCCP change to division because the system doesn't start.jeffhao2011-02-101-0/+2
* | Added support for integer division to SCCP.jeffhao2011-02-092-16/+57
* | SCCP propagates more constants and prunes unexecuted paths from branches.jeffhao2011-02-098-31/+296