| Commit message (Expand) | Author | Age | Files | Lines |
* | am 9ee11a68: am 7f5533ef: am b7bef747: Merge "Improve the performance of Anno... | Neil Fuller | 2014-05-06 | 1 | -9/+9 |
|\ |
|
| * | Merge "Improve the performance of Annotation checks" | Neil Fuller | 2014-05-06 | 1 | -9/+9 |
| |\ |
|
| | * | Improve the performance of Annotation checks | Neil Fuller | 2014-03-28 | 1 | -9/+9 |
* | | | am 50d637aa: am 148c6fae: Merge "Fix a copy and paste doc error" | Neil Fuller | 2014-03-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix a copy and paste doc error | Neil Fuller | 2014-03-31 | 1 | -1/+1 |
| |/ |
|
* | | Add DexIndexOverflowException | Benoit Lamarche | 2013-12-03 | 2 | -1/+31 |
|/ |
|
* | Avoid computing class def indices. | Ian Rogers | 2013-09-21 | 1 | -1/+75 |
* | Lazier annotation signature parsing. | Ian Rogers | 2013-09-21 | 1 | -166/+201 |
* | Add member and type idx max values to DexFormat. | Yohann Roussel | 2013-08-28 | 1 | -0/+13 |
* | Improve the performance of reflective operations. | Ian Rogers | 2013-08-03 | 2 | -63/+146 |
* | Fix an ugly bug where try/catch offsets weren't being mapped properly | Benoit Lamarche | 2013-04-30 | 3 | -39/+99 |
* | *libcore* resolved conflicts for merge of bc23c4f3 to dalvik-dev | Elliott Hughes | 2013-04-30 | 1 | -0/+8 |
* | Manually merge "Compact merged dexes on their byte aligned size" | Jesse Wilson | 2013-04-30 | 1 | -0/+9 |
* | Add missing @Override annotations | Ian Rogers | 2013-04-30 | 1 | -1/+1 |
* | Fix DexMerger to emit dex files without extended op codes. | Jesse Wilson | 2013-04-30 | 1 | -2/+2 |
* | Make Dex access faster by making binarySearch work. | Jesse Wilson | 2013-04-30 | 1 | -6/+11 |
* | Remove redundant alignToFourBytes in favor of alignToFourBytesWithZeroFill | Brian Carlstrom | 2013-04-30 | 1 | -6/+9 |
* | Improve exception detail message | Brian Carlstrom | 2013-04-30 | 1 | -2/+2 |
* | Fix Dex.create(ByteBuffer) to not allocate a byte[] to check magic | Brian Carlstrom | 2013-04-30 | 1 | -17/+19 |
* | Switch Dex from byte[] to ByteBuffer for backing store. | Jesse Wilson | 2013-04-30 | 1 | -93/+157 |
* | Add Dex.create(ByteBuffer) | Brian Carlstrom | 2013-04-30 | 1 | -0/+26 |
* | Move dex utilities from dalvik/dx to libcore/dex part 2 | Jesse Wilson | 2013-04-30 | 25 | -0/+3057 |