1. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  2. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  3. b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
  4. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  5. 9b0b188 Make verifier ignore a method if it's a duplicate. by jeffhao · 12 years ago
  6. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  7. 66f1925 Change dex cache to be java object instead of array, add pointer to dex file in dex cache. by Mathieu Chartier · 12 years ago
  8. 30bce5a LLVM build fix. by Ian Rogers · 12 years ago
  9. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  10. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  11. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 12 years ago
  12. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  13. c898258 Re-enable parallel verification. by Ian Rogers · 12 years ago
  14. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  15. faf459e Verifier no longer checks dead code after failing instruction at runtime. by jeffhao · 12 years ago
  16. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  17. e4f0b2a Allow soft failures at runtime and fix null referrer for ICCE and NSME. by jeffhao · 12 years ago
  18. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 12 years ago
  19. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  20. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  21. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 12 years ago
  22. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  23. eb31113 Primitive type mismatches are now hard failures in the verifier. by jeffhao · 12 years ago
  24. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  25. 380aaa7 Fix a possible off-by-one in the verifier. by Elliott Hughes · 12 years ago
  26. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 12 years ago
  27. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  28. 6d657bf Ignore the redundant InferredRegCategoryMap. by Logan Chien · 12 years ago
  29. ca19066 Fix initializer lists to be Google C++ style. by Ian Rogers · 12 years ago
  30. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  31. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  32. 7484741 Fix a bunch of lint. by Elliott Hughes · 12 years ago
  33. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  34. 0a1038b Make tsan happy. by Elliott Hughes · 12 years ago
  35. 666d9b4 Verifier treats unresolved return types as a soft error. by jeffhao · 12 years ago
  36. b5c25fd Verifier treats unresolved references as a rewrite error at runtime. by jeffhao · 12 years ago
  37. f1e6b7c Added new state and Soft/Hard error return to verifier for bad supers. by jeffhao · 12 years ago
  38. e551e95 Soft verification failures shouldn't reject the class. by Ian Rogers · 12 years ago
  39. 4668543 Recognize calls to constructors of unresolved classes. by Ian Rogers · 12 years ago
  40. 526643e Remove unnecessary exception and suspend checks. by TDYa127 · 12 years ago
  41. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 12 years ago
  42. b2eb5c1 Reduce memory usage. by TDYa127 · 12 years ago
  43. c073b07 Switch the handful of std::endl users over to the predominant "\n". by Elliott Hughes · 12 years ago
  44. 1d7e510 Reduce shadow frame size. by TDYa127 · 12 years ago
  45. 182e90b IsReferenceTypes() now uses IsNonZeroReferenceTypes() and IsZero(). by jeffhao · 12 years ago
  46. 3481b4d Fix IsNonZeroReferenceTypes to not return true if it's zero. by jeffhao · 12 years ago
  47. b57e952 Various fixes to new verifier. by jeffhao · 12 years ago
  48. 4d8df82 Check for unknown superclass earlier when checking invoke-super. by jeffhao · 12 years ago
  49. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  50. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 12 years ago
  51. 0d60484 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  52. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago