summaryrefslogtreecommitdiffstats
path: root/dx/src/com/android/dx/merge
Commit message (Expand)AuthorAgeFilesLines
* Add DexMerge stress testBenoit Lamarche2013-12-032-5/+8
* Fix BufferOverflowException when merging dexesBenoit Lamarche2013-12-021-1/+7
* 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
* Switch Dex from byte[] to ByteBuffer for backing store. Part 2.Jesse Wilson2013-04-301-21/+39
* Mechanical refactoring of dx into two parts.Jesse Wilson2013-04-305-193/+138
* Change com.android.dx.io.Annotation to use EncodedValueBrian Carlstrom2013-04-291-9/+21
* Teach dex how to parse encoded values from .dex files.Jesse Wilson2013-04-291-74/+89
* 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-091-7/+13
* Merge "Fix an ugly bug where try/catch offsets weren't being mapped properly."Jean-Philippe Lesot2012-09-051-10/+34
|\
| * Fix an ugly bug where try/catch offsets weren't being mapped properly.Jesse Wilson2012-09-011-10/+34
* | Fix a bug where the max blowup of annotations was incorrect.Jesse Wilson2012-09-011-2/+2
|/
* Fix a bug where debugInfos' size wasn't being computed.Jesse Wilson2012-08-221-2/+1
* am a9ac3a9d: Merge "Support debug info in dexmerge."Elliott Hughes2012-06-111-4/+91
|\
| * Support debug info in dexmerge.Elliott Hughes2012-06-111-4/+91
* | am 92ab8d50: am 531f7273: am 54ff31a5: Merge "Compact merged dexes on their b...Elliott Hughes2012-03-271-25/+16
|\|
| * Compact merged dexes on their byte aligned sizeCharlie Groves2012-03-101-25/+16
* | Transform static values eagerly rather than on use.Jesse Wilson2012-03-262-9/+35
|/
* Permit code size to grow when merging dex files.Jesse Wilson2011-08-191-1/+6
* Enhance FindUsages to treat its strings as regular expressions.Elliott Hughes2011-04-281-11/+3
* Add support for pre-dexed libraries to dx.Jesse Wilson2011-03-162-12/+65
* Don't emit multiple copies of annotations when merging dex files.Jesse Wilson2011-03-163-165/+180
* Fix bugs in instruction parsing for incremental dx.Jesse Wilson2011-03-151-7/+89
* Fix bugs in incremental dx.Jesse Wilson2011-03-112-24/+38
* Add a tool to grep the strings in a dex file.Jesse Wilson2011-03-072-99/+45
* Retain annotations when merging dex files.Jesse Wilson2011-02-192-174/+309
* Emit compact ouput .dex files.Jesse Wilson2011-02-161-68/+167
* Deduplicate type lists on merged .dex files.Jesse Wilson2011-02-153-51/+139
* Fix some bugs in the new dx instruction code.Jesse Wilson2011-02-151-2/+0
* Move DexException to dx.util.Dan Bornstein2011-02-041-1/+1
* Move the instruction representation code.Dan Bornstein2011-02-041-2/+2
* Simplify string transformation.Dan Bornstein2011-02-021-13/+11
* Move opcode names into OpcodeInfo.Dan Bornstein2011-02-021-12/+7
* Hook up CodeReader.Dan Bornstein2011-02-021-23/+57
* Add an undocumented --incremental option to dx.Jesse Wilson2011-01-181-19/+27
* Make DexMerger's dex reader general purpose.Jesse Wilson2011-01-173-609/+220
* Improve the interface for reading Dex files.Jesse Wilson2011-01-169-517/+254
* Read Dex files from a byte[] rather than a RandomAccessFile.Jesse Wilson2011-01-142-30/+30
* New tool merge two dex files into one.Jesse Wilson2011-01-099-0/+1743