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