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