1. c4a575f Revert "Fast ART x86_64 interpretator" by Nicolas Geoffray · 9 years ago
  2. c669beb Fast ART x86_64 interpretator by Serguei Katkov · 9 years ago
  3. dd5e5e9 Revert "Revert "Make it possible to enable native debugging through debug flags"" by Tamas Berghammer · 9 years ago
  4. 953e4c9 Merge "Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"""" by Nicolas Geoffray · 9 years ago
  5. 5d03317 Revert "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Nicolas Geoffray · 9 years ago
  6. 797f70c Merge "Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64""" by Bill Buzbee · 9 years ago
  7. 9687f24 Revert "Revert "ART: Enable Jit Profiling in Mterp for arm/arm64"" by Bill Buzbee · 9 years ago
  8. 3a98aae Revert "Make it possible to enable native debugging through debug flags" by Tamas Berghammer · 9 years ago
  9. c94a61f Make it possible to enable native debugging through debug flags by Tamas Berghammer · 9 years ago
  10. 867d63b Merge "runtime: Don't skip verification for -Xverify:soft-fail" by Igor Murashkin · 9 years ago
  11. df707e4 runtime: Don't skip verification for -Xverify:soft-fail by Igor Murashkin · 9 years ago
  12. 3b0b4b9 Revert "Revert "ART: Mterp for arm64"" by Bill Buzbee · 9 years ago
  13. 43f3fb9 Revert "ART: Mterp for arm64" by Sebastien Hertz · 9 years ago
  14. e0c269e ART: Mterp for arm64 by buzbee · 9 years ago
  15. d6b48db ART: Fix single-step interpretation for mterp by buzbee · 9 years ago
  16. 734f3aa Fix "Never Interpret" option for all interpreters by buzbee · 9 years ago
  17. 7c58bd4 Revert "Revert "Fast ART x86 interpreter"" by Bill Buzbee · 9 years ago
  18. 2d093a1 Revert "Fast ART x86 interpreter" by Bill Buzbee · 9 years ago
  19. 99229c7 Fast ART x86 interpreter by Serguei Katkov · 9 years ago
  20. 9612a70 Revert "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  21. 922698d Merge "Disable mterp for the read barrier config." by Hiroshi Yamauchi · 9 years ago
  22. 64320f9 Disable mterp if unstarted runtime by buzbee · 9 years ago
  23. 987e44e Disable mterp for the read barrier config. by Hiroshi Yamauchi · 9 years ago
  24. 1452bee Fast Art interpreter by buzbee · 10 years ago
  25. 103992b ART: Move ThrowStackOverflowError to common_throws by Andreas Gampe · 9 years ago
  26. 73be1e8 Inline monomorphic calls. by Nicolas Geoffray · 9 years ago
  27. 9139e00 Correct exception behavior for default methods by Alex Light · 9 years ago
  28. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  29. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 9 years ago
  30. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  31. b302592 ART: Use unique_ptr for alloca-ed ShadowFrames by Andreas Gampe · 9 years ago
  32. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  33. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  34. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  35. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 9 years ago
  36. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  37. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  38. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  39. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  40. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 10 years ago
  41. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  42. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  43. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  44. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  45. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  46. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  47. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  48. 5ad97da Handlerize methods across some GC points. by Hiroshi Yamauchi · 10 years ago
  49. fa888d0 Revert "Enable computed goto interpreter on the host" by Sebastien Hertz · 10 years ago
  50. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  51. 66d9bdb Enable computed goto interpreter on the host by Sebastien Hertz · 10 years ago
  52. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  53. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 10 years ago
  54. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  55. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 10 years ago
  56. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  57. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  58. 6c5cb21 Ensure classes are initialized rather than initializing. by Ian Rogers · 10 years ago
  59. bfd9a43 Change MethodHelper to use a Handle. by Mathieu Chartier · 10 years ago
  60. b74cd29 Compaction cleanup for FindArrayClass. by Mathieu Chartier · 10 years ago
  61. 0cd8135 Revert "Revert "Fix an outstanding compaction bug in interpreter."" by Mathieu Chartier · 10 years ago
  62. 3bdb873 Revert "Fix an outstanding compaction bug in interpreter." by Mathieu Chartier · 10 years ago
  63. e09ae09 Fix an outstanding compaction bug in interpreter. by Mathieu Chartier · 10 years ago
  64. f832284 Delete ClassHelper and fix compaction bug in GetDirectInterface by Mathieu Chartier · 10 years ago
  65. eb8167a Add Handle/HandleScope and delete SirtRef. by Mathieu Chartier · 10 years ago
  66. a4e7413 Allow VMRuntime.newUnpaddedArray allocations in unstarted runtime. by Ian Rogers · 10 years ago
  67. 5d27faf Allow ArtMethod::Invoke in unstarted runtimes. by Ian Rogers · 10 years ago
  68. b2c7ead Don't allow allocating finalizable objects during transactions. by Mathieu Chartier · 10 years ago
  69. b0fa5dc Force inlining on trivial accessors. by Ian Rogers · 10 years ago
  70. 861ea56 Fix ART compilation for Clang 3.5. by Stephen Hines · 10 years ago
  71. ee1d79a Cleanup transaction support by Sebastien Hertz · 11 years ago
  72. b48b9eb Fix clang to compile and run host tests. by Ian Rogers · 11 years ago
  73. 92246bb Fix moving GC bugs in EnterInterpreterFromInvoke. by Mathieu Chartier · 11 years ago
  74. f48644b Update native methods whitelist. by Sebastien Hertz · 11 years ago
  75. d2fe10a Remove blacklist by Sebastien Hertz · 11 years ago
  76. 4d2efce Don't hardcode object layout in Unsafe and space_test. by Hiroshi Yamauchi · 11 years ago
  77. 5bb9903 Fix CreateMultiArray to be compaction safe. by Mathieu Chartier · 11 years ago
  78. ef7d42f Object model changes to support 64bit. by Ian Rogers · 11 years ago
  79. 4605362 Don't rely on gcc extensions by Bernhard Rosenkränzer · 11 years ago
  80. c528dba Enable moving classes. by Mathieu Chartier · 11 years ago
  81. 590fee9 Compacting collector. by Mathieu Chartier · 11 years ago
  82. 2c88b38 Make goto-based interpreter the default interpreter. by Sebastien Hertz · 11 years ago
  83. e861ebd Fix interpreter bugs. by Mathieu Chartier · 11 years ago
  84. c61124b Cleanup invoke in interpreter. by Sebastien Hertz · 11 years ago
  85. fc0e94b StringPiece clean up. by Ian Rogers · 11 years ago
  86. 8ece050 Add an interpreter using computed goto table. by Sebastien Hertz · 11 years ago
  87. 89502fc A char array copy optimization. by Hiroshi Yamauchi · 11 years ago
  88. ea46f95 Refactor java.lang.reflect implementation by Brian Carlstrom · 11 years ago
  89. 848871b Entry point clean up. by Ian Rogers · 11 years ago
  90. 7655f29 Portable refactorings. by Ian Rogers · 11 years ago
  91. c449aa8 Clear exception if catch block doesn't have move-exception. by Ian Rogers · 11 years ago
  92. 1521e95 Avoid unnecessary exception checks. by Sebastien Hertz · 11 years ago
  93. 0f055d1 resolved conflicts for merge of 7934ac28 to dalvik-dev by Brian Carlstrom · 11 years ago
  94. 7934ac2 Fix cpplint whitespace/comments issues by Brian Carlstrom · 11 years ago
  95. a6dd03f Merge "Update DEX pc before thread suspension." into dalvik-dev by Sebastien Hertz · 11 years ago
  96. 5fde12a Update DEX pc before thread suspension. by Sebastien Hertz · 11 years ago
  97. 1895ea3 Fix cpplint readability/fn_size issues by Brian Carlstrom · 11 years ago
  98. 3e3d591 Fix cpplint build/namespaces issues by Brian Carlstrom · 11 years ago
  99. df62950 Fix cpplint whitespace/parens issues by Brian Carlstrom · 11 years ago
  100. 0cd7ec2 Fix cpplint whitespace/blank_line issues by Brian Carlstrom · 11 years ago