1. 47b3ab2 Revert "Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64)." by Roland Levillain · 9 years ago
  2. 27b1f9c Use the holder's gray bit in Baker read barrier slow paths (ARM, ARM64). by Roland Levillain · 9 years ago
  3. 1372c9f Use the "GC is marking" information in compiler read barriers (ARM, ARM64). by Roland Levillain · 9 years ago
  4. 8eaa843 Merge "Check for null profile in ShouldCompileBasedOnProfile" by Mathieu Chartier · 9 years ago
  5. 97ab5e3 Check for null profile in ShouldCompileBasedOnProfile by Mathieu Chartier · 9 years ago
  6. f773e85 Merge "Avoid excessive allocation of std::set<> nodes in SwapSpace." by Treehugger Robot · 9 years ago
  7. 3e10702 Avoid excessive allocation of std::set<> nodes in SwapSpace. by Vladimir Marko · 9 years ago
  8. 9c57113 Move StackMapStream deduplication maps to arena. by Vladimir Marko · 9 years ago
  9. 30e015c Merge "ARM: VIXL32: Use VIXL backend by default." by Nicolas Geoffray · 9 years ago
  10. 8ca86ea Merge "ARM: Merge data-processing instructions and shifts/(un)signed extensions" by Vladimir Marko · 9 years ago
  11. e631689 ARM: VIXL32: Use VIXL backend by default. by Scott Wakeling · 9 years ago
  12. 40f5a29 Merge "Added a few more integral SIMD extensions for x86/x86_64 (SSE)." by Aart Bik · 9 years ago
  13. bfb80d2 Revert^4 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  14. 39aaa80 Merge "Make dex2oat support profiles passed to non profile filters" by Treehugger Robot · 9 years ago
  15. d0af56c Make dex2oat support profiles passed to non profile filters by Mathieu Chartier · 9 years ago
  16. 0f44de8 Merge "Skip loop optimization if there is no loop in the graph." by Mingyao Yang · 9 years ago
  17. 69d75ff Skip loop optimization if there is no loop in the graph. by Mingyao Yang · 9 years ago
  18. e69d7a9 Added a few more integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 9 years ago
  19. 74234da ARM: Merge data-processing instructions and shifts/(un)signed extensions by Anton Kirilov · 9 years ago
  20. 3c89d42 x86/string compression: Use TESTB instead of TESTL in String.charAt(). by Vladimir Marko · 9 years ago
  21. 69ed583 Merge "Remove use of npic image for gtests." by Richard Uhler · 9 years ago
  22. d776ff0 Add invoke infos to stack maps by Mathieu Chartier · 9 years ago
  23. ea7109b Merge "Inline methods that throw." by Nicolas Geoffray · 9 years ago
  24. cadf244 Merge "Update verify-profile logic." by Nicolas Geoffray · 9 years ago
  25. 67e1dc5 Remove use of npic image for gtests. by Richard Uhler · 9 years ago
  26. 23a625c Update verify-profile logic. by Nicolas Geoffray · 9 years ago
  27. fdb7d63 Inline methods that throw. by Nicolas Geoffray · 9 years ago
  28. e92ba68 Merge "Change behavior of $noinline$ to now force not inlining." by Nicolas Geoffray · 9 years ago
  29. b703d18 Change behavior of $noinline$ to now force not inlining. by Nicolas Geoffray · 9 years ago
  30. fe35fe1 Merge "ART: Add operator == and != with nullptr to Handle" by Treehugger Robot · 9 years ago
  31. fa4333d ART: Add operator == and != with nullptr to Handle by Andreas Gampe · 9 years ago
  32. 1fb5126 Merge "Added a few integral SIMD extensions for x86/x86_64 (SSE)." by Treehugger Robot · 9 years ago
  33. 2a46b68 Merge "ART: invoke-custom support" by Orion Hodson · 9 years ago
  34. 2d98ba6 Merge "ARM64: Improve String.equals() intrinsic for const strings." by Treehugger Robot · 9 years ago
  35. c069a30 ART: invoke-custom support by Orion Hodson · 9 years ago
  36. e39f14f ARM64: Improve String.equals() intrinsic for const strings. by Vladimir Marko · 9 years ago
  37. 5812e20 Revert^3 "Hash-based dex cache type array." by Mathieu Chartier · 9 years ago
  38. 3228908 Deduplicate register maps for both inline and normal stack maps by Mathieu Chartier · 9 years ago
  39. 68555e9 Added a few integral SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 9 years ago
  40. 71953d8 Merge "Revert^2 "Hash-based dex cache type array."" by Vladimir Marko · 9 years ago
  41. ab58a62 Merge "String Compression for MIPS32 and MIPS64" by Treehugger Robot · 9 years ago
  42. 47bad4d Merge changes I425a7d61,I30365ad6 by Roland Levillain · 9 years ago
  43. f94fa81 String Compression for MIPS32 and MIPS64 by Goran Jakovljevic · 9 years ago
  44. 914d7a8 ARM64: Remove all uses of BlockPoolsScope. by Artem Serov · 9 years ago
  45. ffa5130 Merge "Use entrypoint switching on x86 & x86-64 for GC root read barriers." by Roland Levillain · 9 years ago
  46. 1c66504 Merge "Change type initialization entrypoints to kSaveEverything." by Vladimir Marko · 9 years ago
  47. 85c0f2a Revert^2 "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  48. d966ce7 Use entrypoint switching on x86 & x86-64 for GC root read barriers. by Roland Levillain · 9 years ago
  49. 8d4b118 Merge "Fix dex cache resolved types and class table mismatch." by Vladimir Marko · 9 years ago
  50. cd556b0 Fix dex cache resolved types and class table mismatch. by Vladimir Marko · 9 years ago
  51. ea4c126 Change type initialization entrypoints to kSaveEverything. by Vladimir Marko · 9 years ago
  52. 575d3e6 Clean up code info table layout by Mathieu Chartier · 9 years ago
  53. a6d3831 Merge "Add test if dex file fails to open during layout." by Treehugger Robot · 9 years ago
  54. f8512f8 Merge "ARM: VIXL32: Remove erroneous DCHECK." by Roland Levillain · 9 years ago
  55. 1a991db Merge "ARM: VIXL32: Fix "Align allocation entrypoints.."." by Treehugger Robot · 9 years ago
  56. d9df780 Add test if dex file fails to open during layout. by Jeff Hao · 9 years ago
  57. 7b3672e ARM: VIXL32: Fix "Align allocation entrypoints..". by Artem Serov · 9 years ago
  58. d56a6a3 Remove obsolete restriction with allocations and dex cache. by Nicolas Geoffray · 9 years ago
  59. 85bd7a3 Merge "Revert "Revert "Inline across dex files for JIT.""" by Nicolas Geoffray · 9 years ago
  60. fe076a5 Merge "Code refactoring around sharpening HLoadClass." by Nicolas Geoffray · 9 years ago
  61. fbdfa6d Revert "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 9 years ago
  62. 814eefe Merge "ART: Refactor verify_object.h" by Treehugger Robot · 9 years ago
  63. de19754 Add nullptr check for dex layout when opening the dex file fails. by Jeff Hao · 9 years ago
  64. 90b936d ART: Refactor verify_object.h by Andreas Gampe · 9 years ago
  65. 83c8e27 Code refactoring around sharpening HLoadClass. by Nicolas Geoffray · 9 years ago
  66. d5cd497 ARM: VIXL32: Remove erroneous DCHECK. by Scott Wakeling · 9 years ago
  67. 41f7427 Merge "Align allocation entrypoints implementation between arm/arm64/x86/x64." by Nicolas Geoffray · 9 years ago
  68. d90cd5c Merge "Revert "Inline across dex files for JIT."" by Nicolas Geoffray · 9 years ago
  69. d16da8b Revert "Inline across dex files for JIT." by Nicolas Geoffray · 9 years ago
  70. d095844 Align allocation entrypoints implementation between arm/arm64/x86/x64. by Nicolas Geoffray · 9 years ago
  71. 3f50d3c Merge "Inline across dex files for JIT." by Nicolas Geoffray · 9 years ago
  72. 05dfc65 Merge "MIPS: Support kJitTableAddress kinds of string/class loads." by Nicolas Geoffray · 9 years ago
  73. de2e1a6 Merge "Math.min and Math.max intrinsics for ARM" by Treehugger Robot · 9 years ago
  74. 406402b Merge "Fix creating self-recursive obsolete methods." by Treehugger Robot · 9 years ago
  75. c032e74 Math.min and Math.max intrinsics for ARM by xueliang.zhong · 9 years ago
  76. f290c01 Inline across dex files for JIT. by Nicolas Geoffray · 9 years ago
  77. 2cf7d5e Merge "AArch64: Add HInstruction scheduling support." by Treehugger Robot · 9 years ago
  78. caebca9 Merge "Fix perf-inject jit profiling for osr method." by Nicolas Geoffray · 9 years ago
  79. 97c381e Separate art::Exec from utils by David Sehr · 9 years ago
  80. 1ebe4fe Fix creating self-recursive obsolete methods. by Alex Light · 9 years ago
  81. 627c1a0 MIPS: Support kJitTableAddress kinds of string/class loads. by Alexey Frunze · 9 years ago
  82. 3cb871a Merge "Deduplicate register masks" by Mathieu Chartier · 9 years ago
  83. 9fcd256 Merge "Added few more SIMD extensions for x86/x86_64 (SSE)." by Aart Bik · 9 years ago
  84. 1a20b68 Deduplicate register masks by Mathieu Chartier · 9 years ago
  85. d16363a Revert "Hash-based dex cache type array." by Vladimir Marko · 9 years ago
  86. 12e06ed Added few more SIMD extensions for x86/x86_64 (SSE). by Aart Bik · 9 years ago
  87. 45aa598 Deduplicate stack masks by David Srbecky · 9 years ago
  88. 8de998e Merge "Fix bug in geometric last value (found with fuzz testing)" by Aart Bik · 9 years ago
  89. f80a087 Merge "Handle cycles with double stack slots in ARM64 parallel moves." by Roland Levillain · 9 years ago
  90. 6099d5e Implement Math.rint Intrinsic for ARM32. by xueliang.zhong · 9 years ago
  91. d3ba626 Fix bug in geometric last value (found with fuzz testing) by Aart Bik · 9 years ago
  92. e0be2fe Merge "MIPS32R6: Improve PC-relative string/class loads and invokes." by Treehugger Robot · 9 years ago
  93. 500d491 Merge "Revert "Revert "Make --debuggable rely on JIT code.""" by Nicolas Geoffray · 9 years ago
  94. 433b79a Revert "Revert "Make --debuggable rely on JIT code."" by Nicolas Geoffray · 9 years ago
  95. d7c4ad0 Merge "Revert "Make --debuggable rely on JIT code."" by Vladimir Marko · 9 years ago
  96. 8135664 Revert "Make --debuggable rely on JIT code." by Vladimir Marko · 9 years ago
  97. 6b892cd MIPS32R6: Improve PC-relative string/class loads and invokes. by Alexey Frunze · 9 years ago
  98. 8f28bd4 Merge "Make --debuggable rely on JIT code." by Nicolas Geoffray · 9 years ago
  99. 558dea1 Handle cycles with double stack slots in ARM64 parallel moves. by Roland Levillain · 9 years ago
  100. 6abbd9e Merge "MIPS: Refactor code for unresolved field entrypoint." by Treehugger Robot · 9 years ago