1. d1224c7 Suppress compilation of malformed dexfiles to prevent compiler segfault. by jeffhao · 13 years ago
  2. 8cd6dda Numerous fixes to compiler and verifier for cts vm-tests. by jeffhao · 13 years ago
  3. fca7e87 Add inferred register category map to Method object. by Logan Chien · 13 years ago
  4. 60f83e3 More fixes for vm-tests. by jeffhao · 13 years ago
  5. 0c4a506 Merge new array with new array filled logic by Ian Rogers · 13 years ago
  6. 9ada79c Access checks may fail verification due to class loaders by Ian Rogers · 13 years ago
  7. 47a0588 AOT verification not founds are generic failures until runtime by Ian Rogers · 13 years ago
  8. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 13 years ago
  9. c476227 Re-run verification when it fails at compile time by Ian Rogers · 13 years ago
  10. 89310de Remove legacy notion of GetClassFromRegister by Ian Rogers · 13 years ago
  11. 5d86e52 Add verifier assignability for unresolved arrays to Object[] by Ian Rogers · 13 years ago
  12. 1c5eb70 Move super class verification to class linker by Ian Rogers · 13 years ago
  13. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  14. ff17f1f Remove various bits of lint. by Elliott Hughes · 13 years ago
  15. 8add92d Remove the rest of the unordered_ stuff. by Elliott Hughes · 13 years ago
  16. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  17. 672297c Remove std::string from RegTypeCache::FromDescriptor by Ian Rogers · 13 years ago
  18. 92cb498 Fix some Mac OS size_t versus int complaints. by Elliott Hughes · 13 years ago
  19. fbef946 Fix 088 the way the test's author intended. by Elliott Hughes · 13 years ago
  20. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  21. 9f1ab12 Address various dex2oat hangs by Ian Rogers · 13 years ago
  22. 6d4d9fc Reduce meta-data object sizes, introduce meta-data helper classes. by Ian Rogers · 13 years ago
  23. dbb4079 Start implementing jdb "locals". by Elliott Hughes · 13 years ago
  24. b861dc0 Extra debug info, make dump stack slightly more tolerant of bad input. by Ian Rogers · 13 years ago
  25. 55d249f Fix monitor stack depth bug, allow unresolved field in put. by Ian Rogers · 13 years ago
  26. 28ad40d Support for unresolved types in new-instance during verification. by Ian Rogers · 13 years ago
  27. 371814f Testing with the new verifier, fix comments as going through code. by Shih-wei Liao · 13 years ago
  28. 9074b99 Better unresolved type support. by Ian Rogers · 13 years ago
  29. b94a27b Unify static and instance helpers for get/put. by Ian Rogers · 13 years ago
  30. b5e95b9 Various verifier fixes. by Ian Rogers · 13 years ago
  31. 84fa074 Make unresolved a first class verifier type. by Ian Rogers · 13 years ago
  32. 6b4ef02 Make ResolveField not rely on Field::GetType resolution by Brian Carlstrom · 13 years ago
  33. 2c8a857 Debug tidying some verification fixes. by Ian Rogers · 13 years ago
  34. d81871c Verifier clean up. by Ian Rogers · 13 years ago
  35. a51a3dd Add missing 'explicit's on single-argument constructors. by Elliott Hughes · 13 years ago
  36. e0cfb6f Fixes to allow the verifier to process frameworks. by jeffhao · 13 years ago
  37. b4df514 Added more checking upon resolution and bytecode rewriting to verifier. by jeffhao · 13 years ago
  38. a0a764a Added some utility functions for register maps. by jeffhao · 13 years ago
  39. e23d93c Added method fields for register map. Populated by verifier. by jeffhao · 13 years ago
  40. 98eacac Enabled verification in the compiler and some other verifier fixes. by jeffhao · 13 years ago
  41. d1f0fde Verifier now generates register maps, though nothing uses them yet. by jeffhao · 13 years ago
  42. 5fe594f A bit further along the track of multiple threads. by Elliott Hughes · 13 years ago
  43. bdb7651 Added second pass which does code flow checking to verifier. by jeffhao · 13 years ago
  44. 90a3369 Switch to UniquePtr. by Elliott Hughes · 13 years ago
  45. ba5ebb9 Added first pass of verifier and supporting changes. by jeffhao · 13 years ago
  46. 578bbdc Move DexFiles to be allocated on the heap by Brian Carlstrom · 13 years ago
  47. 0e5d75d Add support for linking classes. by Carl Shapiro · 13 years ago