1. 03c99df Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual methods by Brian Carlstrom · 13 years ago
  2. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 13 years ago
  3. a0a764a Added some utility functions for register maps. by jeffhao · 13 years ago
  4. e23d93c Added method fields for register map. Populated by verifier. by jeffhao · 13 years ago
  5. 98eacac Enabled verification in the compiler and some other verifier fixes. by jeffhao · 13 years ago
  6. d1f0fde Verifier now generates register maps, though nothing uses them yet. by jeffhao · 13 years ago
  7. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  8. 5dbddee Added tests for interfaces that extend other interfaces. by jeffhao · 13 years ago
  9. bdb7651 Added second pass which does code flow checking to verifier. by jeffhao · 13 years ago
  10. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 13 years ago
  11. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 13 years ago
  12. ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 13 years ago
  13. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 13 years ago
  14. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  15. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 13 years ago
  16. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago