1. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  2. dc37617 Handlerize MethodVerifier::mirror_method_. by Hiroshi Yamauchi · 10 years ago
  3. 7da9586 Add read barriers for the roots in the verifier. by Hiroshi Yamauchi · 10 years ago
  4. ebbdd87 Only allow instance-of to improve knowledge of a type for downcasts. by Ian Rogers · 10 years ago
  5. 95c0bf8 ART: Make verifier check invocation args of unresolved methods by Andreas Gampe · 10 years ago
  6. 576ca0c Reduce header files including header files. by Ian Rogers · 10 years ago
  7. 66b68fa Merge "Revert "Revert "Fix an outstanding compaction bug in interpreter.""" by Mathieu Chartier · 10 years ago
  8. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  9. 46960fe Make the specification of when we need precise constants more precise. by Ian Rogers · 10 years ago
  10. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  11. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  12. 700a402 Now we have a proper C++ library, use std::unique_ptr. by Ian Rogers · 10 years ago
  13. 507dfdd Compatibility layer to transition from UniquePtr to std::unique_ptr. by Ian Rogers · 10 years ago
  14. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  15. c645f1d Add more VerifyObject calls. by Mathieu Chartier · 10 years ago
  16. 83c8ee0 Add root types and thread id to root visiting. by Mathieu Chartier · 11 years ago
  17. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  18. 849600b Use imprecise constants at compilation time. by Sebastien Hertz · 11 years ago
  19. 2b5eaa2 Move compiler code out of method verifier. by Vladimir Marko · 11 years ago
  20. 22cb09b Add class to verifier's rejected list if superclass is erroneous. by Jeff Hao · 11 years ago
  21. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  22. 8171fc3 Don't prefix GC map by length. by Vladimir Marko · 11 years ago
  23. c255e97 Avoid unnecessary copy of dex_gc_map. by Vladimir Marko · 11 years ago
  24. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  25. a9a8254 Improve quick codegen for aput-object. by Ian Rogers · 11 years ago
  26. d0fbd85 Reduce memory allocation in verifier. by Ian Rogers · 11 years ago
  27. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  28. 8b2c0b9 Use class def index from java.lang.Class. by Ian Rogers · 11 years ago
  29. b8a0b94 Switch JNI globals lock to reader-writer. by Ian Rogers · 11 years ago
  30. 3eeda8f Merge "Get SEA fibonacci running in interpreter mode." into dalvik-dev by Ian Rogers · 11 years ago
  31. 90af14d Get SEA fibonacci running in interpreter mode. by Dragos Sbirlea · 11 years ago
  32. 02e2511 Fix up TODO: c++0x, update cpplint. by Mathieu Chartier · 11 years ago
  33. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  34. b9c37fb Use reader writer mutex for safe checkcast map. by Sebastien Hertz · 11 years ago
  35. 33691ab Fix memory leak in verifier. by Sebastien Hertz · 11 years ago
  36. fe1f7c8 Move verification of primitive type puts into helper method. by Jeff Hao · 11 years ago
  37. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  38. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  39. 4d4adb1 Prevent verifier from creating unused compilation data. by Sebastien Hertz · 11 years ago
  40. fc0e321 Fix multiple inclusion guards to match new pathnames by Brian Carlstrom · 11 years ago
  41. 7940e44 Create separate Android.mk for main build targets by Brian Carlstrom · 11 years ago[Renamed from src/verifier/method_verifier.h]
  42. 51c2467 libart-compiler cleanup by Brian Carlstrom · 11 years ago
  43. c15853b Cleanup quick support in verifier. by Sebastien Hertz · 11 years ago
  44. 2d6ba51 Quickening support. by Sebastien Hertz · 11 years ago
  45. 980d16b Stage 2 of cast elision opt. by Dragos Sbirlea · 11 years ago
  46. 5243e91 Reduce use of DecodedInstruction in verifier. by Sebastien Hertz · 11 years ago
  47. d058380 Allow type based sharpening for imprecise references. by Ian Rogers · 11 years ago
  48. 637c65b Verifier improvements. by Ian Rogers · 11 years ago
  49. 1bf8d4d Profiler directed clean-up of dex2oat. by Ian Rogers · 11 years ago
  50. e3cd2f0 Enable devirtualization for abstract and sub-class methods. by Ian Rogers · 11 years ago
  51. 33e9566 Various GCC 3.6 and clang build fixes. by Ian Rogers · 11 years ago
  52. 02c4223 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  53. 302a72d Revert "Supporting de-virtualization for precise types." by Brian Carlstrom · 11 years ago
  54. 31d4b8e Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  55. f4da607 Revert "Supporting de-virtualization for precise types." by Ian Rogers · 11 years ago
  56. b0682d5 Supporting de-virtualization for precise types. by Sameer Abu Asal · 11 years ago
  57. ee98895 Add bool to verifier to allow soft failures. by Jeff Hao · 11 years ago
  58. 51a5fb7 Refactoring type verification in Art. by Sameer Abu Asal · 11 years ago
  59. 1212a02 Move the Compiler to CompilerDriver. by Ian Rogers · 11 years ago
  60. c928de9 Remove Iceland. by Ian Rogers · 11 years ago
  61. 7b3ddd2 Refactor DescribeVRegs to allow caching. by Ian Rogers · 11 years ago
  62. 2dd0e2c Directory restructuring of object.h by Ian Rogers · 12 years ago
  63. 4993bbc Implement ThreadReference.OwnedMonitors. by Elliott Hughes · 12 years ago
  64. 80537bb Fix and reenable lock dumping in stack dumps. by Elliott Hughes · 12 years ago
  65. 1aa246d Move casts.h and stl_util.h into base/. by Elliott Hughes · 12 years ago
  66. 7616005 Switch over to the google3 unix_file File*. by Elliott Hughes · 12 years ago
  67. 2bcb4a4 Add "kind" argument to Get/SetVReg. by Ian Rogers · 12 years ago
  68. c531cef Eliminate #ifdef ART_USE_QUICK_COMPILER by buzbee · 12 years ago
  69. 0825427 Dump GC maps/verification for methods with bad roots. by Ian Rogers · 12 years ago
  70. 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
  71. 0c7abda NativePcOffsetToReferenceMap by Ian Rogers · 12 years ago
  72. 46c6bb2 Rename PcToReferenceMap adding Dex. by Ian Rogers · 12 years ago
  73. 89f9605 Move inferred_reg_category_map to greenland. by TDYa127 · 12 years ago
  74. 21d28f5 GBC Expander. Removed lir. by Shih-wei Liao · 12 years ago
  75. b726dcb Rename GlobalSynchronization to Locks by Ian Rogers · 12 years ago
  76. faf459e Verifier no longer checks dead code after failing instruction at runtime. by jeffhao · 12 years ago
  77. e4f0b2a Allow soft failures at runtime and fix null referrer for ICCE and NSME. by jeffhao · 12 years ago
  78. 2fc1427 Fix location of ICCEs and NoSuchMethodErrors. by Ian Rogers · 12 years ago
  79. c0228b8 Fixes to verifier and slowpaths for cts invoke tests. by jeffhao · 12 years ago
  80. cd05a62 Global lock levels for the LLVM side. by Shih-wei Liao · 12 years ago
  81. 00f7d0e Global lock levels. by Ian Rogers · 12 years ago
  82. 1c849e5 Clean up kAccWritable in the verifier. by Ian Rogers · 12 years ago
  83. 08fc03a Include held locks in SIGQUIT thread dumps. by Elliott Hughes · 12 years ago
  84. 365c102 Increase use of ScopedJniThreadState. by Ian Rogers · 12 years ago
  85. a21039c Fix a bunch more lint. by Elliott Hughes · 12 years ago
  86. 24edeb5 Fix some camelCase. by Elliott Hughes · 12 years ago
  87. 0a1038b Make tsan happy. by Elliott Hughes · 12 years ago
  88. f1e6b7c Added new state and Soft/Hard error return to verifier for bad supers. by jeffhao · 12 years ago
  89. e94d9b2 Add dex_lang as common frontend to lir and LLVM. dex_lang + bc2lir = Greenland by Shih-wei Liao · 12 years ago
  90. ad0b3a3 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  91. e1758fe Revert "Support for a set of verifier failures." by Ian Rogers · 12 years ago
  92. 0d60484 Support for a set of verifier failures. by Ian Rogers · 12 years ago
  93. 776ac1f Separate out more of LLVM build. Move verifier. by Ian Rogers · 12 years ago