1. fbeb4ae Revert "ART: Implement literal pool for arm, fix branch fixup." by Vladimir Marko · 9 years ago
  2. f38caa6 ART: Implement literal pool for arm, fix branch fixup. by Vladimir Marko · 9 years ago
  3. bd8c725 Optimizing: Remove PcInfo, use the StackMapStream instead. by Vladimir Marko · 9 years ago
  4. 6a1c92f Merge "Revert "Use HCurrentMethod in HInvokeStaticOrDirect."" by Nicolas Geoffray · 9 years ago
  5. c345f14 Revert "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 9 years ago
  6. 8a9fba9 Merge "Do a type check for knowing if we can inline." by Nicolas Geoffray · 9 years ago
  7. 7ce4b3d Do a type check for knowing if we can inline. by Nicolas Geoffray · 9 years ago
  8. fd0fb02 Merge "Fix JNI GetSuperClasss" by Brian Carlstrom · 9 years ago
  9. 962863b Merge "Cache stack map encoding" by David Brazdil · 9 years ago
  10. f677ebf Cache stack map encoding by David Brazdil · 9 years ago
  11. 08ac922 Fix JNI GetSuperClasss by Brian Carlstrom · 9 years ago
  12. c47908e Merge "Support for inlining virtual and interface calls." by Nicolas Geoffray · 9 years ago
  13. 4c1ac20 Merge "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 9 years ago
  14. 7323582 Merge "Revert "Revert "Modification to the way boot classpath resources are loaded""" by Neil Fuller · 9 years ago
  15. 1d5006c Support for inlining virtual and interface calls. by Nicolas Geoffray · 9 years ago
  16. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 9 years ago
  17. 6d8bd45 Merge "Add $noinline$ tag to make sure a method has not been inlined." by Calin Juravle · 9 years ago
  18. ef48605 Revert "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  19. e918d38 Add $noinline$ tag to make sure a method has not been inlined. by Guillaume "Vermeille" Sanchez · 9 years ago
  20. 2029c63 Merge "Fix valgrind large_object_space_test" by Mathieu Chartier · 9 years ago
  21. f6c2a27 Fix valgrind large_object_space_test by Mathieu Chartier · 9 years ago
  22. dc4a4e0 Merge "Add a way to determine if a large object is a zygote object" by Mathieu Chartier · 9 years ago
  23. 455f320 Merge "ART: Refactor Thread::Init" by Andreas Gampe · 9 years ago
  24. 449357d ART: Refactor Thread::Init by Andreas Gampe · 9 years ago
  25. e715811 Add a way to determine if a large object is a zygote object by Mathieu Chartier · 9 years ago
  26. 2519fc4 Merge "ART: Prune FindArrayClass cache in image writer" by Andreas Gampe · 9 years ago
  27. 1710bf3 Merge "Tidy up spelling" by Kenny Root · 9 years ago
  28. ffbf83b Merge "Emit instance fields for java.lang.Object in hprof" by Mathieu Chartier · 9 years ago
  29. 7c1f53e Emit instance fields for java.lang.Object in hprof by Mathieu Chartier · 9 years ago
  30. 8ac7595 ART: Prune FindArrayClass cache in image writer by Andreas Gampe · 9 years ago
  31. 0c46694 Merge "Fix typos in test/133-static-invoke-super/src/Main.java." by Roland Levillain · 9 years ago
  32. 6afb706 Fix typos in test/133-static-invoke-super/src/Main.java. by Roland Levillain · 9 years ago
  33. 4dd1623 Merge "Improve the performance of long-to-double conversions on ARM." by Roland Levillain · 9 years ago
  34. 91b01c5 Merge "Revert "Modification to the way boot classpath resources are loaded"" by Neil Fuller · 9 years ago
  35. 1e27c5b Revert "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  36. c836bc8 Merge "Fix "run-test --jvm 067-preemptive-unpark"" by Brian Carlstrom · 9 years ago
  37. 9731395 Merge "Modification to the way boot classpath resources are loaded" by Neil Fuller · 9 years ago
  38. 682393c Improve the performance of long-to-double conversions on ARM. by Roland Levillain · 9 years ago
  39. 6a0d5e7 Merge "Allow void to get in ARM64ReturnLocation." by Nicolas Geoffray · 9 years ago
  40. 925e562 Allow void to get in ARM64ReturnLocation. by Nicolas Geoffray · 9 years ago
  41. faa8975 Merge "Fix compilation errors with gcc." by Nicolas Geoffray · 9 years ago
  42. 0d1652e Fix compilation errors with gcc. by Nicolas Geoffray · 9 years ago
  43. e499f8a Merge "Fix lint error." by Nicolas Geoffray · 9 years ago
  44. 4e40c26 Fix lint error. by Nicolas Geoffray · 9 years ago
  45. 7922d0f Merge "Show stack maps and Dex register maps in oatdump's assembly code." by Roland Levillain · 9 years ago
  46. 99c2abc Merge "Factorize code for common LocationSummary of HInvoke." by Nicolas Geoffray · 9 years ago
  47. 2d48b49 Merge "Fix linter-related error." by Roland Levillain · 9 years ago
  48. c6328be Fix linter-related error. by Roland Levillain · 9 years ago
  49. fd88f16 Factorize code for common LocationSummary of HInvoke. by Nicolas Geoffray · 9 years ago
  50. 49e3b62 Merge "Delegate long-to-float type conversions to the runtime on ARM." by Roland Levillain · 9 years ago
  51. 5f57d2d Fix "run-test --jvm 067-preemptive-unpark" by Brian Carlstrom · 9 years ago
  52. 1aebdae Merge "Add a way to SuspendAll for a long duration" by Mathieu Chartier · 9 years ago
  53. bf44d42 Add a way to SuspendAll for a long duration by Mathieu Chartier · 9 years ago
  54. 35d62ce Merge "Fix tracing" by Mathieu Chartier · 9 years ago
  55. 4d64cd4 Fix tracing by Mathieu Chartier · 9 years ago
  56. 4757a33 Merge "Add more info for attempting to delete non-JNI local reference" by Mathieu Chartier · 9 years ago
  57. 22c1caa Add more info for attempting to delete non-JNI local reference by Mathieu Chartier · 9 years ago
  58. ac3a02b Merge "Add heap poisoning support to the entrypoints." by Hiroshi Yamauchi · 9 years ago
  59. ce9f439 Merge "CanThrow() for HArraySet may return true." by Mingyao Yang · 9 years ago
  60. bfa5eb6 Add heap poisoning support to the entrypoints. by Hiroshi Yamauchi · 9 years ago
  61. 1d8199d Tidy up spelling by Kenny Root · 9 years ago
  62. 61d8948 Merge "Update IMT for stale miranda methods" by Mathieu Chartier · 9 years ago
  63. a40c74a Update IMT for stale miranda methods by Mathieu Chartier · 9 years ago
  64. 5b3ee56 Delegate long-to-float type conversions to the runtime on ARM. by Roland Levillain · 9 years ago
  65. 3a4a672 Merge "Fix run-test 458-long-to-fpu." by Roland Levillain · 9 years ago
  66. 3c829a3 Fix run-test 458-long-to-fpu. by Roland Levillain · 9 years ago
  67. dde457e Merge "[MIPS64] Fix art_quick_invoke_stub argument offsets." by Andreas Gampe · 9 years ago
  68. 122addc Merge "Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"""" by Calin Juravle · 9 years ago
  69. 012a072 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  70. 80f7a57 [MIPS64] Fix art_quick_invoke_stub argument offsets. by Nikola Veljkovic · 9 years ago
  71. 637be5c Merge "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 9 years ago
  72. 82cc909 Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  73. c6f24e6 Merge "ART: Fast copy stack mask" by David Brazdil · 9 years ago
  74. f10a25f ART: Fast copy stack mask by David Brazdil · 9 years ago
  75. 1682e1a Merge "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 9 years ago
  76. 8ccf8a0 Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  77. 0e1e0df Merge "Revert "ART: Fast copy stack mask"" by David Brazdil · 9 years ago
  78. d84b438 Revert "ART: Fast copy stack mask" by David Brazdil · 9 years ago
  79. 436d0b5 Merge "ART: Fast copy stack mask" by David Brazdil · 9 years ago
  80. 6b27fef Merge "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 9 years ago
  81. 6b10c9b ART: Fast copy stack mask by David Brazdil · 9 years ago
  82. 933984c Merge "Fix a crash due to a combination of dce/inlining." by Nicolas Geoffray · 9 years ago
  83. 5e4e4f2 Merge "Use down_cast instead of reinterpret_cast in Optimizing codegens." by Roland Levillain · 9 years ago
  84. 77e48c6 Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 9 years ago
  85. 81014cb CanThrow() for HArraySet may return true. by Mingyao Yang · 9 years ago
  86. 839188b Fix a crash due to a combination of dce/inlining. by Nicolas Geoffray · 9 years ago
  87. f86808b Merge "Add clear cache for JIT" by Mathieu Chartier · 9 years ago
  88. 5783a74 Add clear cache for JIT by Mathieu Chartier · 9 years ago
  89. 8fa1d6a Merge "Fix bogus image test assert" by Mathieu Chartier · 9 years ago
  90. 68c868e Fix bogus image test assert by Mathieu Chartier · 9 years ago
  91. 816de3a Merge "Copy miranda methods before suspend point" by Mathieu Chartier · 9 years ago
  92. cf3b1a3 Copy miranda methods before suspend point by Mathieu Chartier · 9 years ago
  93. 4181a96 Merge "Fix accidental IMT and root marking regression" by Mathieu Chartier · 9 years ago
  94. 4edd847 Fix accidental IMT and root marking regression by Mathieu Chartier · 9 years ago
  95. 5986c72 Merge "Fix lint error." by Nicolas Geoffray · 9 years ago
  96. 30971d6 Fix lint error. by Nicolas Geoffray · 9 years ago
  97. 62a46b2 Use down_cast instead of reinterpret_cast in Optimizing codegens. by Roland Levillain · 9 years ago
  98. bf96caf Merge "ART: Fix wrong hard-failure handling in verifier" by Andreas Gampe · 9 years ago
  99. f78197d Merge "Fix gtest by adding fake lifetime positions." by Nicolas Geoffray · 9 years ago
  100. 23a8188 Fix gtest by adding fake lifetime positions. by Nicolas Geoffray · 9 years ago