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