1. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  2. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  3. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  4. e222ee0 Move stringpiece.h and stringprintf.h to base/. by Elliott Hughes · 12 years ago
  5. 07ed66b Move logging.h into base/logging.h. by Elliott Hughes · 12 years ago
  6. ce4cc0d Using gcmap instead of shadow frame. by TDYa127 · 12 years ago
  7. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  8. 64b6d14 Interpret class initializers when building image. by Ian Rogers · 12 years ago
  9. 2fa6b2e Interpreter. by Ian Rogers · 12 years ago
  10. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  11. b490357 Add notion of precise register types to verifier. by Ian Rogers · 12 years ago
  12. 50b35e2 Explicitly pass Thread::Current to MutexLock and Alloc. by Ian Rogers · 12 years ago
  13. 9b0b188 Make verifier ignore a method if it's a duplicate. by jeffhao · 12 years ago
  14. a75a013 Make dex instruction size a lookup. by Ian Rogers · 12 years ago
  15. 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
  16. 30bce5a LLVM build fix. by Ian Rogers · 12 years ago
  17. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  18. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  19. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 12 years ago
  20. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 13 years ago
  21. c898258 Re-enable parallel verification. by Ian Rogers · 12 years ago
  22. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  23. faf459e Verifier no longer checks dead code after failing instruction at runtime. by jeffhao · 12 years ago
  24. 9a4f003 Remove the THROW_VERIFICATION_ERROR op and supporting code. by jeffhao · 12 years ago
  25. e4f0b2a Allow soft failures at runtime and fix null referrer for ICCE and NSME. by jeffhao · 12 years ago
  26. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 12 years ago
  27. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  28. 08f753d Avoid compile time rewriting of dex code by verifier. by Ian Rogers · 12 years ago
  29. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 12 years ago
  30. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  31. 529781d Avoid cases of deriving information from unresolved types giving conflict. by Ian Rogers · 12 years ago
  32. 380aaa7 Fix a possible off-by-one in the verifier. by Elliott Hughes · 12 years ago
  33. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 13 years ago
  34. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 13 years ago
  35. 6d657bf Ignore the redundant InferredRegCategoryMap. by Logan Chien · 13 years ago
  36. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 13 years ago
  37. a21039c Fix a bunch more lint. by Elliott Hughes · 13 years ago
  38. 0a1038b Make tsan happy. by Elliott Hughes · 13 years ago
  39. 666d9b4 Verifier treats unresolved return types as a soft error. by jeffhao · 13 years ago
  40. f1e6b7c Added new state and Soft/Hard error return to verifier for bad supers. by jeffhao · 13 years ago
  41. e551e95 Soft verification failures shouldn't reject the class. by Ian Rogers · 13 years ago
  42. 4668543 Recognize calls to constructors of unresolved classes. by Ian Rogers · 13 years ago
  43. 526643e Remove unnecessary exception and suspend checks. by TDYa127 · 13 years ago
  44. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 13 years ago
  45. b2eb5c1 Reduce memory usage. by TDYa127 · 13 years ago
  46. c073b07 Switch the handful of std::endl users over to the predominant "\n". by Elliott Hughes · 13 years ago
  47. 1d7e510 Reduce shadow frame size. by TDYa127 · 13 years ago
  48. b57e952 Various fixes to new verifier. by jeffhao · 13 years ago
  49. 4d8df82 Check for unknown superclass earlier when checking invoke-super. by jeffhao · 13 years ago
  50. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 13 years ago
  51. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 13 years ago
  52. 0d60484 Support for a set of verifier failures. by Ian Rogers · 13 years ago
  53. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 13 years ago[Renamed (77%) from src/dex_verifier.cc]
  54. a0e1806 Add a SafeMap equivalent to std::map but without the error-prone operator[]. by Elliott Hughes · 13 years ago
  55. dd361c9 Fix 065 and 066 tests (NULL Method bug). Don't use Method in LLVM method compiler. by Logan Chien · 13 years ago
  56. 460384f Use the operator<< generator more widely. by Elliott Hughes · 13 years ago
  57. 398f64b Remove more lint, mostly C-style casts. by Elliott Hughes · 13 years ago
  58. b25c3f6 Fix cpplint's whitespace complaints. by Elliott Hughes · 13 years ago
  59. d5347e0 Split VERIFY_ERROR_GENERIC into VERIFY_ERROR_BAD_CLASS_HARD/SOFT. by jeffhao · 13 years ago
  60. 81ff318 Nomenclature improvements. by Elliott Hughes · 13 years ago
  61. f34f174 Fix a leak in the verifier and a minor test bug. by Elliott Hughes · 13 years ago
  62. b3bd5f0 Refactor the compilers out of libart. by Elliott Hughes · 13 years ago
  63. adb8c67 Move the compiler away from libdex. by Elliott Hughes · 13 years ago
  64. f56197c Verifier can handle an unresolved method or class. by jeffhao · 13 years ago
  65. d1224c7 Suppress compilation of malformed dexfiles to prevent compiler segfault. by jeffhao · 13 years ago
  66. de0d9c9 Reordered checks for permission and invocation type of private methods. by jeffhao · 13 years ago
  67. 4922ef9 Add large frame test by buzbee · 13 years ago
  68. 8cd6dda Numerous fixes to compiler and verifier for cts vm-tests. by jeffhao · 13 years ago
  69. 7b0c5b4 Various dex index tweaks to improve verifier performance by Ian Rogers · 13 years ago
  70. fca7e87 Add inferred register category map to Method object. by Logan Chien · 13 years ago
  71. 60f83e3 More fixes for vm-tests. by jeffhao · 13 years ago
  72. a32a6fd Runtime access checks on virtual method calls by Ian Rogers · 13 years ago
  73. 0c4a506 Merge new array with new array filled logic by Ian Rogers · 13 years ago
  74. 9ada79c Access checks may fail verification due to class loaders by Ian Rogers · 13 years ago
  75. 47a0588 AOT verification not founds are generic failures until runtime by Ian Rogers · 13 years ago
  76. 457cc51 Various fixes to the verifier for cts-tests. by jeffhao · 13 years ago
  77. d9c67be Start parallelizing dex2oat. by Elliott Hughes · 13 years ago
  78. fc3144e Moved array type check to prevent failure in GetComponentType. by jeffhao · 13 years ago
  79. c476227 Re-run verification when it fails at compile time by Ian Rogers · 13 years ago
  80. 89310de Remove legacy notion of GetClassFromRegister by Ian Rogers · 13 years ago
  81. 5d86e52 Add verifier assignability for unresolved arrays to Object[] by Ian Rogers · 13 years ago
  82. 1c5eb70 Move super class verification to class linker by Ian Rogers · 13 years ago
  83. 2faa5f1 Fix copyright headers. by Elliott Hughes · 13 years ago
  84. aa6e1cd More Mac build fixes. by Elliott Hughes · 13 years ago
  85. 7541288 Ensure method GC maps are setup during runtime verification by Brian Carlstrom · 13 years ago
  86. 73a15f4 Tolerate GC map being added twice, if it has the same contents by Brian Carlstrom · 13 years ago
  87. c12a17a Remove bogus assert by Brian Carlstrom · 13 years ago
  88. e7d856b Add GC map to oat file by Brian Carlstrom · 13 years ago
  89. 672f520 Fix race in double verifying super class by Ian Rogers · 13 years ago
  90. 672297c Remove std::string from RegTypeCache::FromDescriptor by Ian Rogers · 13 years ago
  91. 2e3d1b2 Changes to compile with gcc 4.6 by Brian Carlstrom · 13 years ago
  92. d601af8 Move old dex file creation logic to oat file creation by Brian Carlstrom · 13 years ago
  93. 8952189 Merge art-cache dex files into oat files by Brian Carlstrom · 13 years ago
  94. c3b77c7 Avoid copying and strlen(3) in the FindClass path. by Elliott Hughes · 13 years ago
  95. 9004019 Fixes for verifier access checks. by Ian Rogers · 13 years ago
  96. 6b0870d Fixes relating to 003-omnibus-opcodes by Ian Rogers · 13 years ago
  97. fbef946 Fix 088 the way the test's author intended. by Elliott Hughes · 13 years ago
  98. b067ac2 Fix for 073-mismatched-field test by Ian Rogers · 13 years ago
  99. 91250e0 Knock 0.5s off the Calculator startup time. by Elliott Hughes · 13 years ago
  100. 9557241 Don't default-construct std::strings and then assign them. by Elliott Hughes · 13 years ago