1. 7394569 Revert "Revert "Revert "Revert "[optimizing] Improve x86 shifts"""" by Mark P Mendell · 9 years ago
  2. 2a7a1d7 Revert "Revert "Revert "[optimizing] Improve x86 shifts""" by Roland Levillain · 9 years ago
  3. 9b95a05 Revert "Revert "[optimizing] Improve x86 shifts"" by Roland Levillain · 9 years ago
  4. 03b9ee4 ART: Refactor utils/assembler test by Andreas Gampe · 10 years ago
  5. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  6. c91df2d Revert "Revert "Quick: Rewrite type inference pass."" by Vladimir Marko · 10 years ago
  7. 1b717f6 Revert "Quick: Rewrite type inference pass." by Andreas Gampe · 10 years ago
  8. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  9. 1f02f1a Merge "Quick: Rewrite type inference pass." by Vladimir Marko · 10 years ago
  10. e490b01 Quick: Rewrite type inference pass. by Vladimir Marko · 10 years ago
  11. 7fd8b59 Fix X86_64 assembler REX instructions by Mark Mendell · 10 years ago
  12. 83fca40 Merge "[optimizing] Use more X86_64 addressing modes" by Nicolas Geoffray · 10 years ago
  13. 40741f3 [optimizing] Use more X86_64 addressing modes by Mark Mendell · 10 years ago
  14. 3e52aa4 Move GetAndroidToolsDir to common location. by David Srbecky · 10 years ago
  15. 69a5030 ARM64: Remove suspend register. by Zheng Xu · 10 years ago
  16. 87222de Merge "Exercise the x86 and x86-64 FILD and FISTP instructions." by Roland Levillain · 10 years ago
  17. 0a18601 Exercise the x86 and x86-64 FILD and FISTP instructions. by Roland Levillain · 10 years ago
  18. 3481ba2 ART: Clean up includes. by Vladimir Marko · 10 years ago
  19. e4e88d7 Merge "Revert "Optimizing: Fix long-to-fp conversion on x86."" by Nicolas Geoffray · 10 years ago
  20. 386ce40 Revert "Optimizing: Fix long-to-fp conversion on x86." by Nicolas Geoffray · 10 years ago
  21. 6cfece6 Merge "Optimizing: Fix long-to-fp conversion on x86." by Roland Levillain · 10 years ago
  22. 2d45b4d Optimizing: Fix long-to-fp conversion on x86. by Serguei Katkov · 10 years ago
  23. 1b74377 Merge "Revert "[optimizing] Improve x86 shifts"" by Nicolas Geoffray · 10 years ago
  24. c785344 Move ArtField to native by Mathieu Chartier · 10 years ago
  25. f9aac1e Revert "[optimizing] Improve x86 shifts" by Roland Levillain · 10 years ago
  26. 6d80318 Merge "[optimizing] Improve x86 shifts" by Roland Levillain · 10 years ago
  27. 222fcf9 [optimizing] Improve x86 shifts by Mark Mendell · 10 years ago
  28. 39dcf55 [optimizing] Address x86_64 RIP patch comments by Mark Mendell · 10 years ago
  29. 467e336 Merge "[optimizing] Add RIP support for x86_64" by Roland Levillain · 10 years ago
  30. b33b650 Merge "Implement CFI for JNI." by David Srbecky · 10 years ago
  31. c2981e8 Merge "x86_64: Fix the rex prefix for movzxb, movsxb, movb" by Andreas Gampe · 10 years ago
  32. f55c3e0 [optimizing] Add RIP support for x86_64 by Mark Mendell · 10 years ago
  33. 9615986 Merge "Speedup div/rem by constants on x86 and x86_64" by Calin Juravle · 10 years ago
  34. 0f88e87 Speedup div/rem by constants on x86 and x86_64 by Guillaume Sanchez · 10 years ago
  35. 10042c1 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs." by Roland Levillain · 10 years ago
  36. d23840d x86_64: Fix the rex prefix for movzxb, movsxb, movb by Chao-ying Fu · 10 years ago
  37. 9d0ab6f Merge "[optimizing] Implement more x86/x86_64 intrinsics" by Andreas Gampe · 10 years ago
  38. dd97393 Implement CFI for JNI. by David Srbecky · 10 years ago
  39. cde8e5d Merge "Remove the old CFI infrastructure." by David Srbecky · 10 years ago
  40. 8635e18 Merge "Exercise art::arm::Thumb2Assembler::StoreToOffset for words." by Roland Levillain · 10 years ago
  41. 8c57831 Remove the old CFI infrastructure. by David Srbecky · 10 years ago
  42. 4af147e Exercise art::arm::Thumb2Assembler::StoreToOffset for word pairs. by Roland Levillain · 10 years ago
  43. 58d25fd [optimizing] Implement more x86/x86_64 intrinsics by Mark Mendell · 10 years ago
  44. 75c40d4 Fix JNI compiler for mips64 by Goran Jakovljevic · 10 years ago
  45. 65b798e ART: Enable more Clang warnings by Andreas Gampe · 10 years ago
  46. 758a801 ART: Enable Clang's -Wdeprecated by Andreas Gampe · 10 years ago
  47. ca71458 ART: Add Clang's -Wused-but-marked-unused by Andreas Gampe · 10 years ago
  48. 97597c9 Merge "[optimizing] Implement x86/x86_64 math intrinsics" by Andreas Gampe · 10 years ago
  49. c5a5ac6 Exercise art::arm::Thumb2Assembler::StoreToOffset for words. by Roland Levillain · 10 years ago
  50. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  51. 3360a99 Merge "ARM64: Update to VIXL 1.9." by Andreas Gampe · 10 years ago
  52. 82e52ce ARM64: Update to VIXL 1.9. by Serban Constantinescu · 10 years ago
  53. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 10 years ago
  54. 09ed1a3 [optimizing] Implement X86 intrinsic support by Mark Mendell · 10 years ago
  55. 39b4bf9 Merge changes I4b3b4d90,I70e0d78f,I2848636f by Calin Juravle · 10 years ago
  56. ab4a2f5 Forbid the use of shifts in ShifterOperand in Thumb2 by Guillaume "Vermeille" Sanchez · 10 years ago
  57. dc62c48 Make subs and adds alter flags when rn is an immediate by Guillaume "Vermeille" Sanchez · 10 years ago
  58. 8c36c1a Merge "Revert "Forbid the use of shifts in ShifterOperand in Thumb2"" by Calin Juravle · 10 years ago
  59. da8196d Merge "Revert "Make subs alter flags when rn is an immediate"" by Calin Juravle · 10 years ago
  60. 2dae78c Revert "Make subs alter flags when rn is an immediate" by Calin Juravle · 10 years ago
  61. b7f2be9 Revert "Forbid the use of shifts in ShifterOperand in Thumb2" by Calin Juravle · 10 years ago
  62. 1d2868c Merge "Make subs alter flags when rn is an immediate" by Calin Juravle · 10 years ago
  63. 3533c45 Merge "Forbid the use of shifts in ShifterOperand in Thumb2" by Calin Juravle · 10 years ago
  64. 8de00e3 Make subs alter flags when rn is an immediate by Guillaume "Vermeille" Sanchez · 10 years ago
  65. 3f6c7f6 [optimizing] Improve x86, x86_64 code by Mark Mendell · 10 years ago
  66. bada8b0 Forbid the use of shifts in ShifterOperand in Thumb2 by Guillaume "Vermeille" Sanchez · 10 years ago
  67. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 10 years ago
  68. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 10 years ago
  69. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 10 years ago
  70. 7cde48c Stack support for Optimizing compiler by Sebastien Hertz · 10 years ago
  71. e5f13e5 Revert "Revert "Add JIT"" by Mathieu Chartier · 10 years ago
  72. a5ca888 Revert "Add JIT" by Nicolas Geoffray · 10 years ago
  73. 2535abe Add JIT by Mathieu Chartier · 10 years ago
  74. 6aa7fe6 Merge "Replace a few std::vector with ArenaVector in Mir2Lir." by Vladimir Marko · 10 years ago
  75. 80b96d1 Replace a few std::vector with ArenaVector in Mir2Lir. by Vladimir Marko · 10 years ago
  76. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  77. 2ee8837 Merge "ART: Templatize IsInt & IsUint" by Andreas Gampe · 10 years ago
  78. ab1eb0d ART: Templatize IsInt & IsUint by Andreas Gampe · 10 years ago
  79. 7a01dc2 Dead code elimination based on GVN results. by Vladimir Marko · 10 years ago
  80. bce8899 Merge "Clean up Scoped-/ArenaAlocator array allocations." by Vladimir Marko · 10 years ago
  81. ffe8a57 Optimize double/float immediate loading on arm. by Nicolas Geoffray · 10 years ago
  82. e4fcc5b Clean up Scoped-/ArenaAlocator array allocations. by Vladimir Marko · 10 years ago
  83. aa874e0 Merge "Quick: Rewrite Phi node insertion." by Vladimir Marko · 10 years ago
  84. 1d6957f Merge "Improve ParallelMoveResolver to work with pairs." by Nicolas Geoffray · 10 years ago
  85. f7a0c4e Improve ParallelMoveResolver to work with pairs. by Nicolas Geoffray · 10 years ago
  86. 6a8946b Quick: Rewrite Phi node insertion. by Vladimir Marko · 10 years ago
  87. 391b87e Merge "ART: Arm intrinsics for Optimizing compiler" by Andreas Gampe · 10 years ago
  88. 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 10 years ago
  89. 748f140 x64 goodness. by Nicolas Geoffray · 10 years ago
  90. 3d1e788 Fix build by putting ATTRIBUTE_UNUSUED. by Nicolas Geoffray · 10 years ago
  91. 51fdf43 Fix thumb2 assembler's ShifterOperandCanHold. by Nicolas Geoffray · 10 years ago
  92. 7b7e524 ART: Fix assembler_thumb_test by Andreas Gampe · 10 years ago
  93. 513ea0c ART: Fix thumb2 utils assembler by Andreas Gampe · 10 years ago
  94. 1cf9528 Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 10 years ago
  95. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 10 years ago
  96. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 10 years ago
  97. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  98. 76d032b Merge "Introduce a SideEffectsAnalysis class." by Nicolas Geoffray · 10 years ago
  99. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
  100. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 10 years ago