1. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  2. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  3. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  4. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  5. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  6. 400ce00 Add unstarted runtime test for String.<init>. by Jeff Hao · 9 years ago
  7. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  8. 57f91e8 Add new style String operations during compilation init, part 2 by Kenny Root · 9 years ago
  9. 1c9e61c Add new style String operations during compilation init by Kenny Root · 9 years ago
  10. 8c638bc Fix non-range String init calls by Kenny Root · 9 years ago
  11. eb7c5b1 Merge "JDWP: properly combine location events" by Sebastien Hertz · 9 years ago
  12. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 9 years ago
  13. 9651d9b Restore interpreter check during DoCall removed by string init. by Jeff Hao · 9 years ago
  14. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 10 years ago
  15. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  16. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  17. 5d4bb1d ART: More nullptr checks in unstarted runtime by Andreas Gampe · 9 years ago
  18. 5035590 Merge "ART: Add Security cutout to unstarted runtime" by Andreas Gampe · 9 years ago
  19. bf4d3af ART: Add a null-check to unstarted-runtime by Andreas Gampe · 9 years ago
  20. f778eb2 ART: Add Security cutout to unstarted runtime by Andreas Gampe · 9 years ago
  21. e598e04 ART: Add Array.createObjectArray to unstarted runtime by Andreas Gampe · 10 years ago
  22. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  23. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  24. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 10 years ago
  25. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 10 years ago
  26. e428522 Merge "Revert "Revert "Deoptimization-based bce.""" by Mingyao Yang · 10 years ago
  27. aacc25d ART: Fix unstarted runtime by Andreas Gampe · 10 years ago
  28. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  29. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 10 years ago
  30. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 10 years ago
  31. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  32. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  33. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  34. 935e01a Fix interpreter to allow 0 size sparse switches. by Jeff Hao · 10 years ago
  35. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 10 years ago
  36. e84e4f7 Remove the Android.mk GCC-only source files hackery by Colin Cross · 10 years ago
  37. 8e6c3fd ART: Fix arraycopy in Unstarted Runtime by Andreas Gampe · 10 years ago
  38. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 10 years ago
  39. 0f7e3d6 ART: Fix finalizable class in Unstarted Runtime by Andreas Gampe · 10 years ago
  40. 068b0c0 ART: Fix AbortTransaction in Unstarted Runtime by Andreas Gampe · 10 years ago
  41. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 10 years ago
  42. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 10 years ago
  43. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 10 years ago
  44. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 10 years ago
  45. e2be653 ART: Allow arraycopy with int[] in unstarted runtime by Andreas Gampe · 10 years ago
  46. 029113f Merge "ART: Fix missing handles" by Andreas Gampe · 10 years ago
  47. 729699d ART: Fix missing handles by Andreas Gampe · 10 years ago
  48. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 10 years ago
  49. f0e128a ART: Allow more operations in unstarted Runtime by Andreas Gampe · 10 years ago
  50. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  51. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  52. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  53. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 10 years ago
  54. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  55. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  56. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  57. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  58. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  59. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  60. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  61. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago
  62. 2d72101 Change 64 bit ArtMethod fields to be pointer sized by Mathieu Chartier · 10 years ago
  63. 78a3233 Merge "ART: More warnings" by Andreas Gampe · 10 years ago
  64. 277ccbd ART: More warnings by Andreas Gampe · 10 years ago
  65. 5ac814a Add a test for SafeMath. by Ian Rogers · 10 years ago
  66. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  67. f72a11d Add math routines with defined wrapping behavior for the interpreter. by Ian Rogers · 10 years ago
  68. 6b14d55 Move GetNameAsString out of MethodHelper into ArtMethod. by Ian Rogers · 10 years ago
  69. ded66a0 Move MethodHelper::GetReturnType to mirror::ArtMethod. by Ian Rogers · 10 years ago
  70. 6786a58 Remove ResolveString from MethodHelper. by Ian Rogers · 10 years ago
  71. 2c4257b Tidy logging code not using UNIMPLEMENTED. by Ian Rogers · 10 years ago
  72. cf7f191 C++11 related clean-up of DISALLOW_.. by Ian Rogers · 10 years ago
  73. c7dd295 Tidy up logging. by Ian Rogers · 10 years ago
  74. 6f3dbba Make ART compile with GCC -O0 again. by Ian Rogers · 10 years ago
  75. 647b1a8 Fix 2 new sets of clang compiler warnings. by Ian Rogers · 10 years ago
  76. 832336b Don't copy fill array data to quick literal pool. by Ian Rogers · 10 years ago
  77. 5ad97da Handlerize methods across some GC points. by Hiroshi Yamauchi · 10 years ago
  78. 00ade1e Merge "ART: Fix some -Wpedantic errors" by Andreas Gampe · 10 years ago
  79. fa888d0 Revert "Enable computed goto interpreter on the host" by Sebastien Hertz · 10 years ago
  80. c8ccf68 ART: Fix some -Wpedantic errors by Andreas Gampe · 10 years ago
  81. f0edfc3 Some optimizations for the array alloc path. by Hiroshi Yamauchi · 10 years ago
  82. 66d9bdb Enable computed goto interpreter on the host by Sebastien Hertz · 10 years ago
  83. 5a4b8a2 ART: Rename Handle hierarchy by Andreas Gampe · 10 years ago
  84. 7b078e8 Compile time performance improvements focusing on interpret-only. by Ian Rogers · 10 years ago
  85. 37f05ef Reduced memory usage of primitive fields smaller than 4-bytes by Fred Shih · 10 years ago
  86. bf99f77 Clean up Handle usage. by Mathieu Chartier · 10 years ago
  87. 1ff3c98 Avoid use of std::string where we have const char*. by Ian Rogers · 10 years ago
  88. c389c97 Merge "Set vtable in class object to null after linking." by Mingyao Yang · 10 years ago
  89. 2cdbad7 Set vtable in class object to null after linking. by Mingyao Yang · 10 years ago
  90. 535a3fb Interpreter can kick in even when implicit checks are enabled. by Nicolas Geoffray · 10 years ago
  91. 792f596 Merge "Fix class initialization checks in interpreter" by Sebastien Hertz · 10 years ago
  92. 1edbd8e Fix class initialization checks in interpreter by Sebastien Hertz · 10 years ago
  93. 22d5e73 Remove object_utils.h. by Ian Rogers · 10 years ago
  94. 9531f62 Merge "Call strong CAS from unsafe. Add more CAS versions." by Hans Boehm · 10 years ago
  95. d843443 Call strong CAS from unsafe. Add more CAS versions. by Hans Boehm · 10 years ago
  96. 98d1cc8 Improve performance of invokevirtual/invokeinterface with embedded imt/vtable by Mingyao Yang · 10 years ago
  97. 3641ac7 Merge "Add missing class initialization during compilation and tests" by Sebastien Hertz · 10 years ago
  98. 4e99b3d Add missing class initialization during compilation and tests by Sebastien Hertz · 10 years ago
  99. 228602f Make CAS operations in Object use art::Atomic. by Ian Rogers · 10 years ago
  100. 7b1cabf CW on Master: Propagate or throw exception when no class found happens in interpreter. by Sean Wan · 10 years ago