summaryrefslogtreecommitdiffstats
path: root/dx
Commit message (Expand)AuthorAgeFilesLines
* Ensure deterministic multidex partitioningYohann Roussel2015-09-011-1/+2
* Keep annotated classes in main dex listYohann Roussel2014-12-0111-202/+410
* Keep --input-list order.Xavier Ducrohet2014-11-131-6/+7
* Add +x on mainDexClasses.Xavier Ducrohet2014-10-311-0/+0
* Merge "Bump dx version to 1.10" into lmp-devBenoit Lamarche2014-09-091-1/+1
|\
| * Bump dx version to 1.10Benoit Lamarche2014-09-091-1/+1
* | Merge "Fixes command line too long error on Windows" into lmp-devBenoit Lamarche2014-09-092-7/+31
|\ \
| * | Fixes command line too long error on WindowsJohn Fazekas2014-09-092-7/+31
| |/
* / Replace == between class constants by ".equals"Benoit Lamarche2014-09-081-2/+2
|/
* Add libcore src to the dx docs module.Ying Wang2014-09-041-3/+8
* Do not align 64-bit registers during instruction expansionmikaelpeltier2014-07-292-51/+6
* Merge "Do not generate empty dex in multidex." into lmp-devYohann Roussel2014-07-242-2/+5
|\
| * Do not generate empty dex in multidex.Yohann Roussel2014-07-252-2/+5
* | Renumber dx test multidex-option-overflow to 128.Yohann Roussel2014-07-233-0/+0
|/
* Fix bad debug info due to 64-bit registers alignmentmikaelpeltier2014-07-215-1/+55
* Remove LocalEnd since it is not usedmikaelpeltier2014-07-212-93/+0
* am 388f055a: am 46cf2623: Merge "Align 64-bit registers on even dalvik regist...Ian Rogers2014-07-088-67/+398
|\
| * am 46cf2623: Merge "Align 64-bit registers on even dalvik registers"Ian Rogers2014-07-088-67/+398
| |\
| | * Merge "Align 64-bit registers on even dalvik registers"Ian Rogers2014-07-078-67/+398
| | |\
| | | * Align 64-bit registers on even dalvik registersmikaelpeltier2014-05-138-67/+398
| * | | am 3b1d953b: Merge "Force dx compilation target to java 6."Yohann Roussel2014-06-031-0/+4
| |\| |
| | * | Merge "Force dx compilation target to java 6."Yohann Roussel2014-06-031-0/+4
| | |\ \
| | | * | Force dx compilation target to java 6.Yohann Roussel2014-06-021-0/+4
| * | | | am f3d79371: am 10bd97f0: Merge "Split multicatch so they have different hand...Yohann Roussel2014-06-021-57/+160
| |\| | |
| | * | | am 10bd97f0: Merge "Split multicatch so they have different handlers."Yohann Roussel2014-06-021-57/+160
| | |\ \ \
| | | * | | Split multicatch so they have different handlers.Yohann Roussel2014-06-021-57/+160
| | | |/ /
* | | | | Bump version to 1.9.Jeff Hamilton2014-06-171-1/+1
* | | | | Merge "Force dx compilation target to java 6."Yohann Roussel2014-05-271-0/+4
|\ \ \ \ \
| * | | | | Force dx compilation target to java 6.Yohann Roussel2014-05-261-0/+4
* | | | | | Merge "Make a better detection of index limit in multidex."Yohann Roussel2014-05-239-56/+79
|\ \ \ \ \ \
| * | | | | | Make a better detection of index limit in multidex.Yohann Roussel2014-05-209-56/+79
* | | | | | | Split multicatch so they have different handlers.Yohann Roussel2014-05-221-57/+160
| |/ / / / / |/| | | | |
* | | | | | am b9227cd0: am d3b54de9: am 8dbff580: Merge "Return the correct error code i...Benoit Lamarche2014-05-141-51/+70
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | | am d3b54de9: am 8dbff580: Merge "Return the correct error code in multi-threa...Benoit Lamarche2014-05-141-51/+70
| |\| | |
| | * | | am 8dbff580: Merge "Return the correct error code in multi-thread mode"Benoit Lamarche2014-05-141-51/+70
| | |\| |
| | | * | Return the correct error code in multi-thread modeBenoit Lamarche2014-05-131-51/+70
| | | |/
| | * | am 8b68699e: Merge "Remove dx/tests/120-disable-extend-ops"Narayan Kamath2014-03-134-118/+0
| | |\|
| | * | am dc003e0f: Merge "Transform incorrect invokevirtual ops to invokedirect."Narayan Kamath2014-03-1311-9/+118
| | |\ \
* | | | | Keep all annotation in main dex.Yohann Roussel2014-04-253-1/+10
* | | | | am a0433557: am 8b68699e: Merge "Remove dx/tests/120-disable-extend-ops"Narayan Kamath2014-03-124-118/+0
|\| | | |
| * | | | am 8b68699e: Merge "Remove dx/tests/120-disable-extend-ops"Narayan Kamath2014-03-124-118/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Remove dx/tests/120-disable-extend-opsNarayan Kamath2014-03-114-118/+0
| | | |/ | | |/|
* | | | am 3014c365: am dc003e0f: Merge "Transform incorrect invokevirtual ops to inv...Narayan Kamath2014-03-1111-9/+118
|\| | |
| * | | am dc003e0f: Merge "Transform incorrect invokevirtual ops to invokedirect."Narayan Kamath2014-03-1111-9/+118
| |\| |
| | * | Transform incorrect invokevirtual ops to invokedirect.Narayan Kamath2014-03-1111-9/+118
* | | | am 44cb3d64: am 5dbae316: Exclude host dx tools in PDK build.Ying Wang2014-03-082-4/+4
|\| | |
| * | | Exclude host dx tools in PDK build.Ying Wang2014-03-072-4/+4
| | |/ | |/|
* | | Fix detection of main dex overflow in multidexBenoit Lamarche2014-02-281-1/+1
* | | Fix mainDexClasses with obfuscation.Yohann Roussel2014-02-262-5/+1
* | | Improve the new ClassReferenceListBuilder API.Xavier Ducrohet2014-01-211-7/+6