1. 5c44c1b Add interface check cast fast path to arm, arm64, x86 by Mathieu Chartier · 9 years ago
  2. 997d121 Support kJitTableAddress in x86/arm/arm64. by Nicolas Geoffray · 9 years ago
  3. 5edd951 Merge "Remove default argument values in GenerateGcRootFieldLoad." by Roland Levillain · 9 years ago
  4. 00468f3 Remove default argument values in GenerateGcRootFieldLoad. by Roland Levillain · 9 years ago
  5. a1aa3b1 Add support for Baker read barriers in UnsafeCASObject intrinsics. by Roland Levillain · 9 years ago
  6. 58a4c61 Delete unused blocked_register_pairs_ in code generators by Mathieu Chartier · 9 years ago
  7. aad75c6 Revert "Revert "Store resolved Strings for AOT code in .bss."" by Vladimir Marko · 9 years ago
  8. 4877b79 String compression on intrinsics x86 and x86_64 by jessicahandojo · 9 years ago
  9. 5e4e11e Clean-up sharpening and compiler driver. by Nicolas Geoffray · 9 years ago
  10. 56f4bdd x86/x86-64: Simplify codegen using helper functions. by Vladimir Marko · 9 years ago
  11. f41f956 Add missing OVERRIDE qualifiers in code generators. by Roland Levillain · 9 years ago
  12. 31b12e3 Avoid read barrier for image HLoadClass by Mathieu Chartier · 9 years ago
  13. ba45db0 Extend the InvokeRuntime() changes to x86 and x86_64. by Serban Constantinescu · 9 years ago
  14. 953437b Revert "Revert "x86/x86-64: Avoid temporary for read barrier field load."" by Vladimir Marko · 9 years ago
  15. ccf15bc Revert "x86/x86-64: Avoid temporary for read barrier field load." by Vladimir Marko · 9 years ago
  16. ccf06d8 x86/x86-64: Avoid temporary for read barrier field load. by Vladimir Marko · 9 years ago
  17. 0b671c0 Add support for Baker read barriers in SystemArrayCopy intrinsics. by Roland Levillain · 9 years ago
  18. 542451c ART: Convert pointer size to enum by Andreas Gampe · 9 years ago
  19. 26de38b ART: Delete old compiler_enums.h by Andreas Gampe · 9 years ago
  20. dec8f63 Do not emit stack maps for runtime calls to ReadBarrierMarkRegX. by Roland Levillain · 9 years ago
  21. 31167a5 Merge changes I4d8da7ce,I4da5be01,Idfbead82 by Roland Levillain · 9 years ago
  22. 0fcd2b8 Fix x86 & x86-64 UnsafeGetObject intrinsics with read barriers. by Sang, Chunlei · 9 years ago
  23. dbb7f5b Improve HLoadClass code generation. by Vladimir Marko · 9 years ago
  24. 288c7a8 Revert "Revert "ART: Reference.getReferent intrinsic for x86 and x86_64"" by Serguei Katkov · 9 years ago
  25. 0997d24 Revert "ART: Reference.getReferent intrinsic for x86 and x86_64" by Nicolas Geoffray · 9 years ago
  26. afdc97e ART: Reference.getReferent intrinsic for x86 and x86_64 by Serguei Katkov · 9 years ago
  27. 2efce70 Merge "X86/X86_64: Switch to locked add from mfence" by Aart Bik · 9 years ago
  28. c01a664 Fix: correctly destruct VIXL labels. by Alexandre Rames · 9 years ago
  29. 7aa04a1 X86/X86_64: Switch to locked add from mfence by Mark Mendell · 9 years ago
  30. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 9 years ago
  31. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 9 years ago
  32. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  33. cac5a7e Optimizing: Improve const-string code generation. by Vladimir Marko · 9 years ago
  34. 2ae4818 Clean up NullCheck generation and record stats about it. by Calin Juravle · 9 years ago
  35. 0e02ee9 Merge "Remove HNativeDebugInfo from start of basic blocks." by David Srbecky · 9 years ago
  36. c7098ff Remove HNativeDebugInfo from start of basic blocks. by David Srbecky · 9 years ago
  37. 0c5b18e Support CMOV for x86 Select by Mark Mendell · 9 years ago
  38. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  39. a19616e Implemented compare/signum intrinsics as HCompare by Aart Bik · 9 years ago
  40. 2f10a5f Revert "Revert "X86: Use the constant area for more operations."" by Mark P Mendell · 9 years ago
  41. cf8d1bb Revert "X86: Use the constant area for more operations." by Nicolas Geoffray · 9 years ago
  42. dc00454 X86: Use the constant area for more operations. by Mark Mendell · 10 years ago
  43. 95e7ffc Improve documentation and assertions of read barrier instrumentation. by Roland Levillain · 9 years ago
  44. e3f43ac Some read barrier clean-up in Optimizing. by Roland Levillain · 9 years ago
  45. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  46. 42249c3 Reduce code size by sharing slow paths. by Aart Bik · 9 years ago
  47. 152408f X86: templatize GenerateTestAndBranch and friends by Mark Mendell · 9 years ago
  48. 5f7b58e Rewrite HInstruction::Is/As<type>(). by Vladimir Marko · 10 years ago
  49. 570a920 Merge "Revert "Revert "X86: Use locked add rather than mfence""" by Aart Bik · 10 years ago
  50. 14c4e90 Merge "Revert "Revert "ART: Reduce the instructions generated by packed switch.""" by Vladimir Marko · 10 years ago
  51. f3e0ee2 Revert "Revert "ART: Reduce the instructions generated by packed switch."" by Vladimir Marko · 10 years ago
  52. 17077d8 Revert "Revert "X86: Use locked add rather than mfence"" by Mark P Mendell · 10 years ago
  53. 1c70f18 Merge "Revert "X86: Use locked add rather than mfence"" by Aart Bik · 10 years ago
  54. 0da3b91 Revert "X86: Use locked add rather than mfence" by Aart Bik · 10 years ago
  55. c3ca1e6 Merge "X86: Use locked add rather than mfence" by Aart Bik · 10 years ago
  56. d7d3538 Merge "Revert "ART: Reduce the instructions generated by packed switch."" by Nicolas Geoffray · 10 years ago
  57. b4c1376 Revert "ART: Reduce the instructions generated by packed switch." by Nicolas Geoffray · 10 years ago
  58. 7b3e4f9 X86: Use locked add rather than mfence by Mark Mendell · 10 years ago
  59. 7c1559a x86 Baker's read barrier fast path implementation. by Roland Levillain · 10 years ago
  60. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 10 years ago
  61. 0debae7 ART: Refactor GenerateTestAndBranch by David Brazdil · 10 years ago
  62. 0d5a281 x86/x86-64 read barrier support for concurrent GC in Optimizing. by Roland Levillain · 10 years ago
  63. 0f7dca4 Optimizing/X86: PC-relative dex cache array addressing. by Vladimir Marko · 10 years ago
  64. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 10 years ago
  65. 805b3b5 X86 jump tables for PackedSwitch by Mark Mendell · 10 years ago
  66. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 10 years ago
  67. 225b646 Optimizing: Tag arena allocations in code generators. by Vladimir Marko · 10 years ago
  68. 85b62f2 ART: Refactor intrinsics slow-paths by Andreas Gampe · 10 years ago
  69. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 10 years ago
  70. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 10 years ago
  71. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  72. fe15701 Merge "Add OptimizingCompilerStats to the CodeGenerator class." by Calin Juravle · 10 years ago
  73. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  74. b9c7992 Merge "Revert "Revert "Do a second check for testing intrinsic types.""" by Andreas Gampe · 10 years ago
  75. bfb5ba9 Revert "Revert "Do a second check for testing intrinsic types."" by Andreas Gampe · 10 years ago
  76. 0616ae0 [optimizing] Add support for x86 constant area by Mark Mendell · 10 years ago
  77. ecc4366 Add OptimizingCompilerStats to the CodeGenerator class. by Serban Constantinescu · 10 years ago
  78. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  79. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  80. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  81. 8158f28 Ensure coherency of call kinds for LocationSummary. by Alexandre Rames · 10 years ago
  82. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  83. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  84. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  85. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  86. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 10 years ago
  87. ef20f71 Add boilerplate code for architecture-specific HInstructions. by Alexandre Rames · 10 years ago
  88. 69aa601 Revert "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  89. 7b0e353 Revert "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  90. e21aa42 Pass current method to HNewInstance and HNewArray. by Nicolas Geoffray · 10 years ago
  91. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  92. fd88f16 Factorize code for common LocationSummary of HInvoke. by Nicolas Geoffray · 10 years ago
  93. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  94. 07276db Don't do a null test in MarkGCCard if the value cannot be null. by Nicolas Geoffray · 10 years ago
  95. 7394569 Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts"""" by Mark P Mendell · 10 years ago
  96. 2d27c8e Refactor InvokeDexCallingConventionVisitor in Optimizing. by Roland Levillain · 10 years ago
  97. 4bb014f Merge "Revert "Revert "Optimizing: Fix long-to-fp conversion on x86.""" by Roland Levillain · 10 years ago
  98. 232ade0 Revert "Revert "Optimizing: Fix long-to-fp conversion on x86."" by Roland Levillain · 10 years ago
  99. ad4450e Opt compiler: Implement parallel move resolver without using swap. by Zheng Xu · 10 years ago
  100. 669d8a1 Merge "Revert "[optimizing] Improve x86 parallel moves/swaps"" by Calin Juravle · 10 years ago