summaryrefslogtreecommitdiffstats
path: root/dex
Commit message (Expand)AuthorAgeFilesLines
* Add DexIndexOverflowExceptionBenoit Lamarche2014-07-111-0/+30
* resolved conflicts for merge of 69e46eea to lmp-devElliott Hughes2014-07-111-30/+0
|\
* \ am 9ee11a68: am 7f5533ef: am b7bef747: Merge "Improve the performance of Anno...Neil Fuller2014-05-061-9/+9
|\ \ | |/
| * Merge "Improve the performance of Annotation checks"Neil Fuller2014-05-061-9/+9
| |\
| | * Improve the performance of Annotation checksNeil Fuller2014-03-281-9/+9
* | | am 50d637aa: am 148c6fae: Merge "Fix a copy and paste doc error"Neil Fuller2014-03-311-1/+1
|\ \ \ | |/ /
| * | Fix a copy and paste doc errorNeil Fuller2014-03-311-1/+1
| |/
* | Add DexIndexOverflowExceptionBenoit Lamarche2013-12-032-1/+31
|/
* Avoid computing class def indices.Ian Rogers2013-09-211-1/+75
* Lazier annotation signature parsing.Ian Rogers2013-09-211-166/+201
* Add member and type idx max values to DexFormat.Yohann Roussel2013-08-281-0/+13
* Improve the performance of reflective operations.Ian Rogers2013-08-032-63/+146
* Fix an ugly bug where try/catch offsets weren't being mapped properlyBenoit Lamarche2013-04-303-39/+99
* *libcore* resolved conflicts for merge of bc23c4f3 to dalvik-devElliott Hughes2013-04-301-0/+8
* Manually merge "Compact merged dexes on their byte aligned size"Jesse Wilson2013-04-301-0/+9
* Add missing @Override annotationsIan Rogers2013-04-301-1/+1
* Fix DexMerger to emit dex files without extended op codes.Jesse Wilson2013-04-301-2/+2
* Make Dex access faster by making binarySearch work.Jesse Wilson2013-04-301-6/+11
* Remove redundant alignToFourBytes in favor of alignToFourBytesWithZeroFillBrian Carlstrom2013-04-301-6/+9
* Improve exception detail messageBrian Carlstrom2013-04-301-2/+2
* Fix Dex.create(ByteBuffer) to not allocate a byte[] to check magicBrian Carlstrom2013-04-301-17/+19
* Switch Dex from byte[] to ByteBuffer for backing store.Jesse Wilson2013-04-301-93/+157
* Add Dex.create(ByteBuffer)Brian Carlstrom2013-04-301-0/+26
* Move dex utilities from dalvik/dx to libcore/dex part 2Jesse Wilson2013-04-3025-0/+3057