1. f870f2d Add dx option to always generate const-string/jumbo.do not merge. by jeffhao · 12 years ago
  2. e6516a5 Merge "Fix an ugly bug where try/catch offsets weren't being mapped properly." by Jean-Philippe Lesot · 12 years ago
  3. bf7dfee Fix a bug where the max blowup of annotations was incorrect. by Jesse Wilson · 12 years ago
  4. d43341a Fix an ugly bug where try/catch offsets weren't being mapped properly. by Jesse Wilson · 12 years ago
  5. a573179 Merge "Correctly handle switches on values in a high register" by Jean-Philippe Lesot · 12 years ago
  6. f610461 Merge "Fix a bug where debugInfos' size wasn't being computed." by Elliott Hughes · 12 years ago
  7. 08dcaed Fix build warning. by Ying Wang · 12 years ago
  8. 55ac44b Fix a bug where debugInfos' size wasn't being computed. by Jesse Wilson · 12 years ago
  9. 40c69d9 Correctly handle switches on values in a high register by Ben Gruver · 12 years ago
  10. f2a33d4 am effc95cb: Merge "Make dex merging stateless." by Elliott Hughes · 12 years ago
  11. 5164762 am a9ac3a9d: Merge "Support debug info in dexmerge." by Elliott Hughes · 12 years ago
  12. 5e90165 Make dex merging stateless. by Xavier Ducrohet · 12 years ago
  13. 89b53f7 Support debug info in dexmerge. by Elliott Hughes · 12 years ago
  14. 874b6e1 am 92ab8d50: am 531f7273: am 54ff31a5: Merge "Compact merged dexes on their byte aligned size" by Elliott Hughes · 13 years ago
  15. fa3b293 Transform static values eagerly rather than on use. by Jesse Wilson · 13 years ago
  16. 5094108 Compact merged dexes on their byte aligned size by Charlie Groves · 13 years ago
  17. 4dfe64e Provide detail when methods or fields exceed the limit. by Jesse Wilson · 13 years ago
  18. ab35b50 Remove unsupported experimental opcodes. by Elliott Hughes · 13 years ago
  19. 1609c0c Remove dexmaker code from dx. by Jesse Wilson · 13 years ago
  20. 26f9572 Introduces ProxyBuilder and tests. by Hugo Hudson · 13 years ago
  21. f8fec55 Merge "DexGenerator: allow specifying dex cache dir." by Hugo Hudson · 13 years ago
  22. 7adb0bf DexGenerator: allow specifying dex cache dir. by Hugo Hudson · 13 years ago
  23. 95f4f01 DexOptions should default targetApiLevel to API_NO_EXTENDED_OPCODES by Brian Carlstrom · 13 years ago
  24. 2797a6d Merge "Don't throw an AssertionError on invalid input." by Jesse Wilson · 13 years ago
  25. 2cdb0f9 Don't throw an AssertionError on invalid input. by Jesse Wilson · 13 years ago
  26. 4cd7b39 Remove dx's copy of JUnit. by Jesse Wilson · 13 years ago
  27. 0083c42 Fix DexMerger to emit dex files without extended op codes. by Jesse Wilson · 13 years ago
  28. 9f0f8b6 Be humane when there are more methods or fields than Dalvik can handle. by Jesse Wilson · 13 years ago
  29. 1375a15 Can't set variable to null with loadConstant. by Hugo Hudson · 13 years ago
  30. 517db3e This test fails with a class not found error. by Hugo Hudson · 13 years ago
  31. fc785c7 Provide debugging info should extended opcode lookup fail. by Jesse Wilson · 13 years ago
  32. 9c23613 Merge "Dx reg allocator fix for accidental long/double clobbering." by jeffhao · 13 years ago
  33. 83a8a3b Fix a corner-case dex merging bug. by Jesse Wilson · 13 years ago
  34. 7980484 am 4130f726: am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by default on Windows." by Raphael Moll · 13 years ago
  35. 4130f72 am 1dd1d924: am e4e76feb: Merge "Set DX stack size to 1M by default on Windows." by Raphael Moll · 13 years ago
  36. 7debb91 Dx reg allocator fix for accidental long/double clobbering. by jeffhao · 13 years ago
  37. f23d9bf Set DX stack size to 1M by default on Windows. by Raphael Moll · 13 years ago
  38. 36db01e Removed parsing and output for unused --target-api switch in dx. by jeffhao · 13 years ago
  39. a6264bd Permit code size to grow when merging dex files. by Jesse Wilson · 13 years ago
  40. 9910d7e resolved conflicts for merge of 72b7c617 to master by Raphael · 13 years ago
  41. b7eaaa9 am 68e8f6c0: am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 13 years ago
  42. 72b7c61 resolved conflicts for merge of c3ff6a0b to honeycomb-plus-aosp by Raphael · 13 years ago
  43. 68e8f6c am 53015360: am 5a57e766: Merge "Change dx.bat to Windows EOL." by Raphael Moll · 13 years ago
  44. 1e4c4be Dex for Windows: Support paths with spaces. by Raphael Moll · 13 years ago
  45. 6b9626d Change dx.bat to Windows EOL. by Raphael Moll · 13 years ago
  46. a7ab218 Fix unbundled apps on pre-ICS devices. by Elliott Hughes · 13 years ago
  47. 9fdbd91 Update dex file magic number. by Dan Bornstein · 13 years ago
  48. 0924126 Minor documentation changes. by Elliott Hughes · 14 years ago
  49. a17fcc1 Merge "Use 'dalvikvm' only to test dx." into dalvik-dev by Jesse Wilson · 14 years ago
  50. 152881b Merge "Bugfix for constant propagation of float/double division/modulo." into dalvik-dev by jeffhao · 14 years ago
  51. a5c2841 Bugfix for constant propagation of float/double division/modulo. by jeffhao · 14 years ago
  52. 1c7c32e Enhance FindUsages to treat its strings as regular expressions. by Elliott Hughes · 14 years ago
  53. 200b0df Bug fix for SCCP improperly handling phis with some constant sources. by jeffhao · 14 years ago
  54. 3332018 Combine CstUtf8 and CstString. by Jesse Wilson · 14 years ago
  55. eba7057 Change Type, Method and Field to be IDs rather than values. by Jesse Wilson · 14 years ago
  56. 61ad16e Support catch blocks. by Jesse Wilson · 14 years ago
  57. da2a9cb Return Code instances from Method.declare. by Jesse Wilson · 14 years ago
  58. b665fb2 Don't require a dalvikvm to build. by Jesse Wilson · 14 years ago
  59. 376e9e5 Merge "Bare-bones dex code generator." into dalvik-dev by Jesse Wilson · 14 years ago
  60. ed0fe6c Bare-bones dex code generator. by Jesse Wilson · 14 years ago
  61. 56ff6fe Dx block dumper no longer fails on abstract and native methods. by jeffhao · 14 years ago
  62. 224fa21 Updated dx to emit rsub instructions whenever it can. by jeffhao · 14 years ago
  63. 1800713 Bug fix for rsubs being improperly generated. by jeffhao · 14 years ago
  64. afe002d Update the interpretation of --target-api. by Dan Bornstein · 14 years ago
  65. 38b6174 Various dx fixes to make it preserve locals and debug info. by jeffhao · 14 years ago
  66. f54258b Merge "Use PrintWriter rather than PrintStream in dex analysis tools." into dalvik-dev by Jesse Wilson · 14 years ago
  67. 6bf7f30 Use PrintWriter rather than PrintStream in dex analysis tools. by Jesse Wilson · 14 years ago
  68. 09dc1b7 Make sure both options objects get created. by Dan Bornstein · 14 years ago
  69. a346a60 Update version number. by Dan Bornstein · 14 years ago
  70. 9f65560 Clarify the comments some more. by Dan Bornstein · 14 years ago
  71. 18fde74 Clarify / correct comments. by Dan Bornstein · 14 years ago
  72. f4955a1 Add opcode-emission backward compatibility. by Dan Bornstein · 14 years ago
  73. 324d2f2 Use 'dalvikvm' only to test dx. by Jesse Wilson · 14 years ago
  74. fafd21d Merge "Register allocator uses single reg for each local when possible." into dalvik-dev by jeffhao · 14 years ago
  75. 09d308b Add support for pre-dexed libraries to dx. by Jesse Wilson · 14 years ago
  76. 2e31a71 Register allocator uses single reg for each local when possible. by jeffhao · 14 years ago
  77. d2b1c42 Merge "Don't emit multiple copies of annotations when merging dex files." into dalvik-dev by Jesse Wilson · 14 years ago
  78. bd3dba4 Don't emit multiple copies of annotations when merging dex files. by Jesse Wilson · 14 years ago
  79. 3dfda9a Add --target-api=N option to dx. by Dan Bornstein · 14 years ago
  80. 0ebdfc2 Fix bugs in instruction parsing for incremental dx. by Jesse Wilson · 14 years ago
  81. 66fd70a Merge "Fix bugs in incremental dx." into dalvik-dev by Jesse Wilson · 14 years ago
  82. d1e1668 Fix bugs in incremental dx. by Jesse Wilson · 14 years ago
  83. c31f795 Verifier allows certain errors so they can fail at runtime. by jeffhao · 14 years ago
  84. 87508f4 Merge "Permit dx to build resource-only dex files." into dalvik-dev by Jesse Wilson · 14 years ago
  85. d2b3f49 Permit dx to build resource-only dex files. by Jesse Wilson · 14 years ago
  86. ae38a1e Add a tool to grep the strings in a dex file. by Jesse Wilson · 14 years ago
  87. d2b545e Merge "Fix for test case now that jumbo opcodes are on." into dalvik-dev by jeffhao · 14 years ago
  88. 871f89b Fix for test case now that jumbo opcodes are on. by jeffhao · 14 years ago
  89. cfb3212 Let dx generate the new extended instructions. by Dan Bornstein · 14 years ago
  90. 6a4b352 am 46413c1b: Add notice file for dx.jar and dexdump by Xavier Ducrohet · 14 years ago
  91. 46413c1 Add notice file for dx.jar and dexdump by Xavier Ducrohet · 14 years ago
  92. b6f9660 Improved register allocation for check-cast instructions. by jeffhao · 14 years ago
  93. 1acb3f5 Changed dx register allocator to place more phis and reuse locals. by jeffhao · 14 years ago
  94. 20d269e Retain annotations when merging dex files. by Jesse Wilson · 14 years ago
  95. e29f5a2 Merge "Return unsigned shorts in ShortArrayCodeInput." into dalvik-dev by Jesse Wilson · 14 years ago
  96. 5b1ea45 Return unsigned shorts in ShortArrayCodeInput. by Jesse Wilson · 14 years ago
  97. d375ef1 Merge "Fix for complex jsr nesting causing NullPointerException." into dalvik-dev by jeffhao · 14 years ago
  98. 4ceb6bc Emit compact ouput .dex files. by Jesse Wilson · 14 years ago
  99. 6b386bf Fix for complex jsr nesting causing NullPointerException. by jeffhao · 14 years ago
  100. cdef3ed Deduplicate type lists on merged .dex files. by Jesse Wilson · 14 years ago