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