1. 5692b3b Update Javadocs. by Jesse Wilson · 12 years ago
  2. 3e7a223 More documentation, including method documentation for all methods on Code. by Jesse Wilson · 12 years ago
  3. 242b6fb Merge branch 'master' of https://code.google.com/p/dexmaker by Jesse Wilson · 12 years ago
  4. 4838105 Add a move op by Jesse Wilson · 12 years ago
  5. c0271e9 Rename declareConstructor() to declare(). Add more parameter validation and tests. by Jesse Wilson · 12 years ago
  6. 5624228 Synchronization. by Jesse Wilson · 12 years ago
  7. e3ecebf Move documentation on Code.java by Jesse Wilson · 12 years ago
  8. ff561a2 More documentation on Code generation. by Jesse Wilson · 12 years ago
  9. 76eae44 New unary op and other APIs by Jesse Wilson · 12 years ago
  10. 27b1f5c Nuke package-info classes. These were offending jarjar. by Jesse Wilson · 12 years ago
  11. d6c77ef More documentation. Rename compare ops. by Jesse Wilson · 12 years ago
  12. 97b0be6 One cast() method for both numeric and type casts. by Jesse Wilson · 12 years ago
  13. b0f6ea8 Replace two methods not() and negate() with a new type UnaryOp and an op() method. I'm hoping this simplifies life for compiler authors who won't need to do manual dispatch. by Jesse Wilson · 12 years ago
  14. 008290a Javadoc cleanup by Jesse Wilson · 12 years ago
  15. a270a18 Freshen Javadocs. by Jesse Wilson · 12 years ago
  16. 23abc2f Use 'new Label()' rather than 'Code.newLabel()' to make it clear that allocating a label is a free operation, not depending on the current state of the Code instance. by Jesse Wilson · 12 years ago
  17. e7afb8c Use jarjar to repackage dx to avoid conflicts with dx.jar. by Jesse Wilson · 12 years ago
  18. ff314e1 Use one dex directory instead of two. by Jesse Wilson · 12 years ago
  19. 0e49fb9 Add a big example in DexMaker on its use. Also fix up some of the problems encountered while writing the example: by Jesse Wilson · 12 years ago
  20. ab220f0 Rename DexGenerator to DexMaker. by Jesse Wilson · 12 years ago
  21. b3b9621 Include move-parameter instructions for the 'this' parameter if it exists. by Jesse Wilson · 12 years ago
  22. 0f1cd35 Publish Javadocs to the web. by Jesse Wilson · 12 years ago
  23. 1977585 Move ProxyBuilder to the .stock subpackage (better names welcome) and kill DexCacheException. by Jesse Wilson · 12 years ago
  24. 5e61c0c Add an ant build file for repeatable builds. This doesn't include a <junit> task as there's no easy way to run the tests on a device. by Jesse Wilson · 12 years ago
  25. 90699b9 Don't require use of dx-implementation detail class AccessFlags in the public API; just use java.lang.reflect.Modifier. by Jesse Wilson · 12 years ago
  26. 579d773 Initial add of dx and dexmaker. by Jesse Wilson · 12 years ago