1. f1864ef Don't replace dex instructions in the verifier when not the compiler. by Ian Rogers · 14 years ago
  2. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 14 years ago
  3. 0571d35 Refactor the use of Method by the compiler. by Ian Rogers · 14 years ago
  4. 55d249f Fix monitor stack depth bug, allow unresolved field in put. by Ian Rogers · 14 years ago
  5. f4028cc Support for unresolved fields in the verifier. by Ian Rogers · 14 years ago
  6. f3c1f78 Allow Object to match as interface class target. by Ian Rogers · 14 years ago
  7. 90f2b30 Allow array length on null to pass verification. by Ian Rogers · 14 years ago
  8. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 14 years ago
  9. e091855 Provide a convenience for logging types that don't have an operator<<. by Elliott Hughes · 14 years ago
  10. 371814f Testing with the new verifier, fix comments as going through code. by Shih-wei Liao · 14 years ago
  11. 1592bc7 Fix merge of short constants to not give int. by Ian Rogers · 14 years ago
  12. 9fdfc18 Debug support for verifier rewriting. by Ian Rogers · 14 years ago
  13. 9074b99 Better unresolved type support. by Ian Rogers · 14 years ago
  14. 5ed29bf Make verifier more liberal with interfaces. by Ian Rogers · 14 years ago
  15. b94a27b Unify static and instance helpers for get/put. by Ian Rogers · 14 years ago
  16. b5e95b9 Various verifier fixes. by Ian Rogers · 14 years ago
  17. 84fa074 Make unresolved a first class verifier type. by Ian Rogers · 14 years ago
  18. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 14 years ago
  19. 2c8a857 Debug tidying some verification fixes. by Ian Rogers · 14 years ago
  20. d81871c Verifier clean up. by Ian Rogers · 14 years ago
  21. 40381fb Reuse SIRT for C++ references by Brian Carlstrom · 14 years ago
  22. 362f9bc Fix cpplint's whitespace warnings. by Elliott Hughes · 14 years ago
  23. aded5f7 Working ClassLoader by Brian Carlstrom · 14 years ago
  24. 4f894e3 Fix stack scanning bugs: Add PC OFFSET before retrieving Registermap. by Shih-wei Liao · 14 years ago
  25. d6b1f61 Support for stack scanning of roots. by Ian Rogers · 14 years ago
  26. 2a8a90e Verifier stops if it can't resolve a class, method, or field. by jeffhao · 14 years ago
  27. c0ecd65 Various optimization fixes by buzbee · 14 years ago
  28. 65ca077 Tolerant compilation of classes with missing super classes by Brian Carlstrom · 14 years ago
  29. 4a801a4 Enabled access check for classes and methods in the verifier. by jeffhao · 14 years ago
  30. e0cfb6f Fixes to allow the verifier to process frameworks. by jeffhao · 14 years ago
  31. 4a2b417 Throw exceptions from ClassLinker. by Elliott Hughes · 14 years ago
  32. b4df514 Added more checking upon resolution and bytecode rewriting to verifier. by jeffhao · 14 years ago
  33. 03c99df Fix Class_getDeclaredConstructorOrMethod to look at direct as well as virtual methods by Brian Carlstrom · 14 years ago
  34. 5b8e4c8 Change Class::component_type_ and implement reflect.Array by Brian Carlstrom · 14 years ago
  35. a0a764a Added some utility functions for register maps. by jeffhao · 14 years ago
  36. e23d93c Added method fields for register map. Populated by verifier. by jeffhao · 14 years ago
  37. 98eacac Enabled verification in the compiler and some other verifier fixes. by jeffhao · 14 years ago
  38. d1f0fde Verifier now generates register maps, though nothing uses them yet. by jeffhao · 14 years ago
  39. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 14 years ago
  40. 5dbddee Added tests for interfaces that extend other interfaces. by jeffhao · 14 years ago
  41. bdb7651 Added second pass which does code flow checking to verifier. by jeffhao · 14 years ago
  42. 0cfe1fb Use accessor methods for Object fields. by Ian Rogers · 14 years ago
  43. 1f87008 Add HeapTest and make GC work enough to pass it by Brian Carlstrom · 14 years ago
  44. ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 14 years ago
  45. 9cff8e1 Convert Class::descriptor_ from StringPiece to String (as part of image loading) by Brian Carlstrom · 14 years ago
  46. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 14 years ago
  47. 1f359b0 Improve CHECK_<op> logging. by Elliott Hughes · 14 years ago
  48. 0e5d75d Add support for linking classes. by Carl Shapiro · 14 years ago