1. 764d454 Remove LoadString/Class kind kBootImageLinkTimeAddress. by Vladimir Marko · 7 years ago
  2. b13c65b Saves full XMM state along suspend check's slow path. by Aart Bik · 7 years ago
  3. c52f303 Remove --include-patch-information option from dex2oat. by Richard Uhler · 8 years ago
  4. 8e0e7f7 Merge "Refactor code for unresolved field entrypoint." by Nicolas Geoffray · 8 years ago
  5. 5b3c6c0 Refactor code for unresolved field entrypoint. by Nicolas Geoffray · 8 years ago
  6. 133719e Allow multiple HX86ComputeBaseMethodAddress. by Nicolas Geoffray · 8 years ago
  7. 5247c08 Put the resolved class in HLoadClass. by Nicolas Geoffray · 8 years ago
  8. 1998cd0 Implement HLoadClass/kBssEntry for boot image. by Vladimir Marko · 8 years ago
  9. 6bec91c Store resolved types for AOT code in .bss. by Vladimir Marko · 8 years ago
  10. f0acfe7 Keep resolved String in HLoadString. by Nicolas Geoffray · 8 years ago
  11. c1a42cf Remove soon to be obsolete call kinds for direct calls. by Nicolas Geoffray · 8 years ago
  12. 22384ae Revert "Revert "Add kJitTableAddress for HLoadClass."" by Nicolas Geoffray · 8 years ago
  13. d2d5262 Revert "Add kJitTableAddress for HLoadClass." by Nicolas Geoffray · 8 years ago
  14. 5b12f79 Add kJitTableAddress for HLoadClass. by Nicolas Geoffray · 8 years ago
  15. 8a0128a ART: Add dex::StringIndex by Andreas Gampe · 8 years ago
  16. 132d836 Revert "Revert "Revert "Revert "JIT root tables."""" by Nicolas Geoffray · 8 years ago
  17. 3395fbc Revert "Revert "Revert "JIT root tables.""" by Nicolas Geoffray · 8 years ago
  18. 75afcdd Revert "Revert "JIT root tables."" by Nicolas Geoffray · 8 years ago
  19. 3af00dc Use enum for read barrier options in compiler by Mathieu Chartier · 8 years ago
  20. aa474eb Avoid read barriers for inlined check cast by Mathieu Chartier · 8 years ago
  21. 334b5c3 Merge "Add interface check cast fast path to arm, arm64, x86" by Mathieu Chartier · 8 years ago
  22. 5c44c1b Add interface check cast fast path to arm, arm64, x86 by Mathieu Chartier · 8 years ago
  23. 07c919f Revert "Support kJitTableAddress in x86/arm/arm64." by Nicolas Geoffray · 8 years ago
  24. 997d121 Support kJitTableAddress in x86/arm/arm64. by Nicolas Geoffray · 8 years ago
  25. 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 8 years ago
  26. 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 8 years ago
  27. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 8 years ago
  28. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 8 years ago
  29. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 8 years ago
  30. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 8 years ago
  31. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 8 years ago
  32. 56f4bdd x86/x86-64: Simplify codegen using helper functions. by Vladimir Marko · 8 years ago
  33. f41f956 Add missing OVERRIDE qualifiers in code generators. by Roland Levillain · 8 years ago
  34. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 8 years ago
  35. ba45db0 Extend the InvokeRuntime() changes to x86 and x86_64. by Serban Constantinescu · 8 years ago
  36. 953437b Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load."" by Vladimir Marko · 8 years ago
  37. ccf15bc Revert "x86/x86-64: Avoid temporary for read barrier field load." by Vladimir Marko · 8 years ago
  38. ccf06d8 x86/x86-64: Avoid temporary for read barrier field load. by Vladimir Marko · 8 years ago
  39. 0b671c0 Add support for Baker read barriers in SystemArrayCopy intrinsics. by Roland Levillain · 8 years ago
  40. 542451c ART: Convert pointer size to enum by Andreas Gampe · 8 years ago
  41. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 8 years ago
  42. dec8f63 Do not emit stack maps for runtime calls to ReadBarrierMarkRegX. by Roland Levillain · 8 years ago
  43. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 8 years ago
  44. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 8 years ago
  45. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 8 years ago
  46. 288c7a8 Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Serguei Katkov · 8 years ago
  47. 0997d24 Revert "ART: Reference.getReferent intrinsic for x86 and x86_64" by Nicolas Geoffray · 8 years ago
  48. afdc97e ART: Reference.getReferent intrinsic for x86 and x86_64 by Serguei Katkov · 8 years ago
  49. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 8 years ago
  50. c01a664 Fix: correctly destruct VIXL labels. by Alexandre Rames · 8 years ago
  51. 7aa04a1 X86/X86_64: Switch to locked add from mfence by Mark Mendell · 9 years ago
  52. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  53. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  54. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  55. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  56. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  57. 0e02ee9 Merge "Remove HNativeDebugInfo from start of basic blocks." by David Srbecky · 9 years ago
  58. c7098ff Remove HNativeDebugInfo from start of basic blocks. by David Srbecky · 9 years ago
  59. 0c5b18e Support CMOV for x86 Select by Mark Mendell · 9 years ago
  60. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  61. a19616e Implemented compare/signum intrinsics as HCompare by Aart Bik · 9 years ago
  62. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 9 years ago
  63. cf8d1bb Revert "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  64. dc00454 X86: Use the constant area for more operations. by Mark Mendell · 9 years ago
  65. 95e7ffc Improve documentation and assertions of read barrier instrumentation. by Roland Levillain · 9 years ago
  66. e3f43ac Some read barrier clean-up in Optimizing. by Roland Levillain · 9 years ago
  67. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  68. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  69. 152408f X86: templatize GenerateTestAndBranch and friends by Mark Mendell · 9 years ago
  70. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 9 years ago
  71. 570a920 Merge "Revert "Revert "X86: Use locked add rather than mfence""" by Aart Bik · 9 years ago
  72. 14c4e90 Merge "Revert "Revert "ART: Reduce the instructions generated by packed switch.""" by Vladimir Marko · 9 years ago
  73. f3e0ee2 Revert "Revert "ART: Reduce the instructions generated by packed switch."" by Vladimir Marko · 9 years ago
  74. 17077d8 Revert "Revert "X86: Use locked add rather than mfence"" by Mark P Mendell · 9 years ago
  75. 1c70f18 Merge "Revert "X86: Use locked add rather than mfence"" by Aart Bik · 9 years ago
  76. 0da3b91 Revert "X86: Use locked add rather than mfence" by Aart Bik · 9 years ago
  77. c3ca1e6 Merge "X86: Use locked add rather than mfence" by Aart Bik · 9 years ago
  78. d7d3538 Merge "Revert "ART: Reduce the instructions generated by packed switch."" by Nicolas Geoffray · 9 years ago
  79. b4c1376 Revert "ART: Reduce the instructions generated by packed switch." by Nicolas Geoffray · 9 years ago
  80. 7b3e4f9 X86: Use locked add rather than mfence by Mark Mendell · 9 years ago
  81. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 9 years ago
  82. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 9 years ago
  83. 0debae7 ART: Refactor GenerateTestAndBranch by David Brazdil · 9 years ago
  84. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 9 years ago
  85. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 9 years ago
  86. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  87. 805b3b5 X86 jump tables for PackedSwitch by Mark Mendell · 9 years ago
  88. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  89. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 9 years ago
  90. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 9 years ago
  91. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  92. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  93. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  94. fe15701 Merge "Add OptimizingCompilerStats to the CodeGenerator class." by Calin Juravle · 9 years ago
  95. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  96. b9c7992 Merge "Revert "Revert "Do a second check for testing intrinsic types.""" by Andreas Gampe · 9 years ago
  97. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 9 years ago
  98. 0616ae0 [optimizing] Add support for x86 constant area by Mark Mendell · 9 years ago
  99. ecc4366 Add OptimizingCompilerStats to the CodeGenerator class. by Serban Constantinescu · 9 years ago
  100. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago