summaryrefslogtreecommitdiffstats
path: root/dx
Commit message (Expand)AuthorAgeFilesLines
* Fix dx test 034.Jean-Marie Henaff2014-02-021-1/+1
* Remove code related to extended-opcode.Jean-Marie Henaff2014-02-024-49/+6
* Fix synchronization when preparing ids.Yohann Roussel2013-12-204-23/+19
* Make a more verbose too many id error message.Yohann Roussel2013-08-283-8/+50
* Increment dx version to 1.8Yohann Roussel2013-08-281-1/+1
* Fix 2 filtering problems in multi dex + main list.Yohann Roussel2013-08-282-13/+18
* Introduce --multi-dex option in dx.Benoit Lamarche2013-08-289-103/+514
* If dalvik wants ASCII casing, it needs to ask for it.Elliott Hughes2013-08-021-4/+4
* dx.bat: Don't change directory.Ray Donnelly2013-07-281-13/+11
* Merge "Added support for version 51 class files in dx"Jean-Philippe Lesot2013-05-1719-99/+275
|\
| * Added support for version 51 class files in dxdelphinemartin2013-05-1619-99/+275
* | Report problems as errors in dx (with exit codes)delphinemartin2013-05-161-13/+3
|/
* Fix alignment when recompacting a DexMerger result.yroussel2013-05-041-0/+1
* Use zero filled alignment padding before method codeJesse Wilson2013-05-041-1/+1
* Allow the merging of more than 2 dex file at a time.yroussel2013-05-031-6/+9
* Fix bug on register compatibility.mikaelpeltier2013-05-031-2/+26
* Remove duplicate LOCAL_MODULE_TAGSBrian Carlstrom2013-05-031-1/+0
* Remove dx's copy of JUnit. (part II)Jesse Wilson2013-05-035-12/+5
* Define scripts for calling DexMerger.yroussel2013-05-032-0/+107
* Fix dx to match the new SDK structure.Xavier Ducrohet2013-05-021-1/+1
* Merge "Fix dx.bat to match the new SDK structure."Raphael Moll2013-05-021-1/+2
|\
| * Fix dx.bat to match the new SDK structure.Raphael Moll2013-04-241-1/+2
* | Switch Dex from byte[] to ByteBuffer for backing store. Part 2.Jesse Wilson2013-04-302-97/+39
* | Move dex utilities from dalvik/dx to libcore/dexJesse Wilson2013-04-3026-3134/+1
* | Mechanical refactoring of dx into two parts.Jesse Wilson2013-04-30199-729/+584
* | Change com.android.dx.io.Annotation to use EncodedValueBrian Carlstrom2013-04-294-82/+47
* | Teach dex how to parse encoded values from .dex files.Jesse Wilson2013-04-297-251/+619
* | Don't duplicate annotation set ref lists when merging.jwilson2013-04-052-14/+45
|/
* Fail if the new index is out of range.jwilson2012-12-171-0/+12
* Add dx option to always generate const-string/jumbo.do not merge.jeffhao2012-11-095-9/+32
* Merge "Fix an ugly bug where try/catch offsets weren't being mapped properly."Jean-Philippe Lesot2012-09-054-32/+116
|\
| * Fix an ugly bug where try/catch offsets weren't being mapped properly.Jesse Wilson2012-09-014-32/+116
* | Fix a bug where the max blowup of annotations was incorrect.Jesse Wilson2012-09-011-2/+2
|/
* Merge "Correctly handle switches on values in a high register"Jean-Philippe Lesot2012-08-287-2/+1232
|\
| * Correctly handle switches on values in a high registerBen Gruver2012-08-227-2/+1232
* | Merge "Fix a bug where debugInfos' size wasn't being computed."Elliott Hughes2012-08-271-2/+1
|\ \
| * | Fix a bug where debugInfos' size wasn't being computed.Jesse Wilson2012-08-221-2/+1
| |/
* / Fix build warning.Ying Wang2012-08-231-1/+0
|/
* am effc95cb: Merge "Make dex merging stateless."Elliott Hughes2012-06-111-0/+4
|\
| * Make dex merging stateless.Xavier Ducrohet2012-06-111-0/+4
* | am a9ac3a9d: Merge "Support debug info in dexmerge."Elliott Hughes2012-06-112-4/+99
|\|
| * Support debug info in dexmerge.Elliott Hughes2012-06-112-4/+99
* | am 92ab8d50: am 531f7273: am 54ff31a5: Merge "Compact merged dexes on their b...Elliott Hughes2012-03-272-26/+25
|\|
| * Compact merged dexes on their byte aligned sizeCharlie Groves2012-03-102-26/+25
* | Transform static values eagerly rather than on use.Jesse Wilson2012-03-263-10/+36
* | Provide detail when methods or fields exceed the limit.Jesse Wilson2012-01-122-4/+45
* | Remove unsupported experimental opcodes.Elliott Hughes2012-01-0511-1191/+42
* | Remove dexmaker code from dx.Jesse Wilson2012-01-0417-4683/+0
* | Introduces ProxyBuilder and tests.Hugo Hudson2011-12-214-1/+1234
* | Merge "DexGenerator: allow specifying dex cache dir."Hugo Hudson2011-12-163-12/+49
|\ \