1. 4b8f1ec Use ATTRIBUTE_UNUSED more. by Roland Levillain · 9 years ago
  2. eb7c144 Add initial default method support to Art by Alex Light · 9 years ago
  3. 2d096c9 Fix moving GC bugs in MonitorEnter and MonitorExit by Mathieu Chartier · 9 years ago
  4. 03ec930 ART: Lock counting in the interpreter by Andreas Gampe · 9 years ago
  5. 3cfa4d0 ART: Remove interpreter entrypoints by Andreas Gampe · 9 years ago
  6. cf3f991 Merge "ART: Use unique_ptr for alloca-ed ShadowFrames" by Andreas Gampe · 9 years ago
  7. 6918bf1 Revert "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Igor Murashkin · 9 years ago
  8. 446ca43 Merge "Revert "lambda: Experimental support for capture-variable and liberate-variable"" by Nicolas Geoffray · 9 years ago
  9. 7bbb80a Revert "lambda: Experimental support for capture-variable and liberate-variable" by Nicolas Geoffray · 9 years ago
  10. 9c612ca Merge "lambda: Experimental support for capture-variable and liberate-variable" by Igor Murashkin · 9 years ago
  11. b721234 lambda: Experimental support for capture-variable and liberate-variable by Igor Murashkin · 9 years ago
  12. b302592 ART: Use unique_ptr for alloca-ed ShadowFrames by Andreas Gampe · 9 years ago
  13. 7856835 Fix locking on string init map (again). by Vladimir Marko · 9 years ago
  14. 4686c52 Fix locking on string init map. by Jeff Hao · 9 years ago
  15. a2c3864 Add lock around interpreter string init reg map. by Jeff Hao · 9 years ago
  16. e2cb7f2 Merge "Support deoptimization on exception" by Sebastien Hertz · 9 years ago
  17. 5550ca8 Record profiling information before Jitting. by Nicolas Geoffray · 9 years ago
  18. 520633b Support deoptimization on exception by Sebastien Hertz · 9 years ago
  19. 05792b9 ART: Move DexCache arrays to native. by Vladimir Marko · 9 years ago
  20. 77bccdc Merge "ART: Clean up unnecessary ArtMethod**" by Andreas Gampe · 9 years ago
  21. 3a35714 ART: Clean up unnecessary ArtMethod** by Andreas Gampe · 9 years ago
  22. 54d220e Move ArtFields and ArtMethods to be a length prefixed array by Mathieu Chartier · 9 years ago
  23. 02f0771 Merge "Revert "cleanup: Replace pointers with out-parameters and fix-up formatting"" by Igor Murashkin · 9 years ago
  24. 90ef3db Address some comments and clean up by Mathieu Chartier · 9 years ago
  25. b1d8c31 Revert "cleanup: Replace pointers with out-parameters and fix-up formatting" by Igor Murashkin · 9 years ago
  26. fb326cf base: replace raw pointers for out-parameters with safer out<T> by Igor Murashkin · 9 years ago
  27. 9044347 Move to newer clang annotations by Mathieu Chartier · 9 years ago
  28. e2facc5 runtime: Add lambda box/unbox object equality by Igor Murashkin · 9 years ago
  29. 14d9057 Use (D)CHECK_ALIGNED more. by Roland Levillain · 9 years ago
  30. 7bf2b4f Revert "Revert "Remove interpreter entrypoint in ArtMethod."" by Nicolas Geoffray · 9 years ago
  31. 7070ccd Revert "Remove interpreter entrypoint in ArtMethod." by Nicolas Geoffray · 9 years ago
  32. fa2c054 Remove interpreter entrypoint in ArtMethod. by Nicolas Geoffray · 9 years ago
  33. a06b49b interpreter: Fix string init for soft-failed invokes by Igor Murashkin · 9 years ago
  34. ec3a4e7 Merge "runtime: Partially implement box-lambda and unbox-lambda experimental opcodes" by Igor Murashkin · 9 years ago
  35. 2ee54e2 runtime: Partially implement box-lambda and unbox-lambda experimental opcodes by Igor Murashkin · 9 years ago
  36. f12ffdb Merge "Fix moving GC bug in DoFilledNewArray" by Mathieu Chartier · 9 years ago
  37. 52ea33b Fix moving GC bug in DoFilledNewArray by Mathieu Chartier · 9 years ago
  38. 247e977 Merge "interpreter: Add experimental lambda opcodes for invoke/create-lambda" by Igor Murashkin · 9 years ago
  39. 158f35c interpreter: Add experimental lambda opcodes for invoke/create-lambda by Igor Murashkin · 9 years ago
  40. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 9 years ago
  41. c449e8b runtime: Minor cleanup and extra comments around interpreter by Igor Murashkin · 9 years ago
  42. f795869 Follow up on CL 151605 by Sebastien Hertz · 9 years ago
  43. 1f2d3ba Fix nested deoptimization. by Mingyao Yang · 9 years ago
  44. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  45. 400ce00 Add unstarted runtime test for String.<init>. by Jeff Hao · 9 years ago
  46. 799681b ART: Refactor UnstartedRuntime for testing by Andreas Gampe · 9 years ago
  47. 57f91e8 Add new style String operations during compilation init, part 2 by Kenny Root · 9 years ago
  48. 1c9e61c Add new style String operations during compilation init by Kenny Root · 9 years ago
  49. 8c638bc Fix non-range String init calls by Kenny Root · 9 years ago
  50. eb7c5b1 Merge "JDWP: properly combine location events" by Sebastien Hertz · 9 years ago
  51. 241a958 Fix mismatched new[]/delete. by Christopher Ferris · 9 years ago
  52. 9651d9b Restore interpreter check during DoCall removed by string init. by Jeff Hao · 9 years ago
  53. 9d6bf69 JDWP: properly combine location events by Sebastien Hertz · 9 years ago
  54. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  55. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  56. 5d4bb1d ART: More nullptr checks in unstarted runtime by Andreas Gampe · 9 years ago
  57. 5035590 Merge "ART: Add Security cutout to unstarted runtime" by Andreas Gampe · 9 years ago
  58. bf4d3af ART: Add a null-check to unstarted-runtime by Andreas Gampe · 9 years ago
  59. f778eb2 ART: Add Security cutout to unstarted runtime by Andreas Gampe · 9 years ago
  60. e598e04 ART: Add Array.createObjectArray to unstarted runtime by Andreas Gampe · 9 years ago
  61. c785344 Move ArtField to native by Mathieu Chartier · 9 years ago
  62. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 9 years ago
  63. 45b1597 Use va_list argument to abort transaction by Sebastien Hertz · 9 years ago
  64. 2fd7e69 Use specific exception class to abort transaction by Sebastien Hertz · 9 years ago
  65. e428522 Merge "Revert "Revert "Deoptimization-based bce.""" by Mingyao Yang · 9 years ago
  66. aacc25d ART: Fix unstarted runtime by Andreas Gampe · 9 years ago
  67. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  68. daaf326 Add AccessibleObject and Field to mirror by Mathieu Chartier · 9 years ago
  69. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 9 years ago
  70. eb07669 JDWP: Optimized single step during debugging by Daniel Mihalyi · 10 years ago
  71. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  72. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  73. 935e01a Fix interpreter to allow 0 size sparse switches. by Jeff Hao · 9 years ago
  74. d7cbf8a Change RETURN_VOID_BARRIER to RETURN_VOID_NO_BARRIER by Mathieu Chartier · 9 years ago
  75. e84e4f7 Remove the Android.mk GCC-only source files hackery by Colin Cross · 9 years ago
  76. 8e6c3fd ART: Fix arraycopy in Unstarted Runtime by Andreas Gampe · 9 years ago
  77. dd9d055 ART: More cutouts for unstarted runtime by Andreas Gampe · 9 years ago
  78. 0f7e3d6 ART: Fix finalizable class in Unstarted Runtime by Andreas Gampe · 9 years ago
  79. 068b0c0 ART: Fix AbortTransaction in Unstarted Runtime by Andreas Gampe · 9 years ago
  80. 2969bcd ART: Refactor unstarted runtime by Andreas Gampe · 9 years ago
  81. 0aa50ce Remove ThrowLocation. by Nicolas Geoffray · 9 years ago
  82. 5c9d8f0 Merge "Compute the right catch location for the debugger." by Nicolas Geoffray · 9 years ago
  83. 14691c5 Compute the right catch location for the debugger. by Nicolas Geoffray · 9 years ago
  84. e2be653 ART: Allow arraycopy with int[] in unstarted runtime by Andreas Gampe · 9 years ago
  85. 029113f Merge "ART: Fix missing handles" by Andreas Gampe · 9 years ago
  86. 729699d ART: Fix missing handles by Andreas Gampe · 9 years ago
  87. 7642cfc Change how we report exceptions to the debugger. by Nicolas Geoffray · 9 years ago
  88. f0e128a ART: Allow more operations in unstarted Runtime by Andreas Gampe · 9 years ago
  89. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 9 years ago
  90. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 9 years ago
  91. 2535abe Add JIT by Mathieu Chartier · 9 years ago
  92. 794ad76 ART: Introduce NO_RETURN, Mark DoLongJump noreturn by Andreas Gampe · 9 years ago
  93. 1c80bec Fix transaction aborting by Sebastien Hertz · 10 years ago
  94. 270a0e1 Fix exception handling during deoptimization by Sebastien Hertz · 10 years ago
  95. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 10 years ago
  96. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 10 years ago
  97. a048560 Move GetClassFromTypeIdx to ArtMethod. by Ian Rogers · 10 years ago
  98. 08f1f50 Remove FieldHelper. by Ian Rogers · 10 years ago
  99. e94652f Remove MethodHelper from the interpreter. by Ian Rogers · 10 years ago
  100. eace458 Move dexCacheStrings from ArtMethod to Class by Mathieu Chartier · 10 years ago