1. df64950 ART: Fix leak in codegen_test by Andreas Gampe · 11 years ago
  2. d30feca Merge "ART: Remove LowestSetBit and IsPowerOfTwo" by Andreas Gampe · 11 years ago
  3. c3823f4 Merge "ART: Remove unused parts of x86 assemblers" by Andreas Gampe · 11 years ago
  4. c70153f Merge "ART: Fix divide-by-zero for ARM" by Andreas Gampe · 11 years ago
  5. cfe71e5 ART: Fix divide-by-zero for ARM by Andreas Gampe · 11 years ago
  6. 7e49992 ART: Remove LowestSetBit and IsPowerOfTwo by Andreas Gampe · 11 years ago
  7. 140c2c7 ART: Remove unused parts of x86 assemblers by Andreas Gampe · 11 years ago
  8. 0eb8e5d Merge "Look at instruction set features when generating volatiles code" by Calin Juravle · 11 years ago
  9. 3d5872e Merge "ART: Reorder entrypoint argument order" by Andreas Gampe · 11 years ago
  10. 02d81cc Opt Compiler: ARM64: Add support for rem-float, rem-double and volatile. by Serban Constantinescu · 11 years ago
  11. 3416601 Look at instruction set features when generating volatiles code by Calin Juravle · 11 years ago
  12. 8558375 Merge "Fix braino in x64 assembler." by Nicolas Geoffray · 11 years ago
  13. 43a725c Merge "ART: Cut filename for DumpCFG" by Andreas Gampe · 11 years ago
  14. 23149ac Merge "ART: Ensure FP GET/PUT doesn't use Core register" by Bill Buzbee · 11 years ago
  15. ba31c3c Merge "ART: New types of Checker assertions" by David Brazdil · 11 years ago
  16. 9a6f20e ART: New types of Checker assertions by David Brazdil · 11 years ago
  17. 1cc7dba ART: Reorder entrypoint argument order by Andreas Gampe · 11 years ago
  18. b7e4a06 ART: Refactored VisualizerPrinter visitor pattern by David Brazdil · 11 years ago
  19. cee97e5 ART: Cut filename for DumpCFG by Andreas Gampe · 11 years ago
  20. a2d0afc ART: Fix common_compiler_test assumptions by Andreas Gampe · 11 years ago
  21. edb157f ART: Mac build fix by Andreas Gampe · 11 years ago
  22. bed520b ART: Do not compile swap file functionality on Mac by Andreas Gampe · 11 years ago
  23. 5c79aec Merge "ART: Swap-space in the compiler" by Andreas Gampe · 11 years ago
  24. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 11 years ago
  25. bfe400b Fix running out of temps when storing invoke-interface result. by Vladimir Marko · 11 years ago
  26. 1c6ea44 Move two members out of MIRGraph::temp_::ssa. by Vladimir Marko · 11 years ago
  27. a64d014 Merge "ART: Implement FP packed reduce for x86" by Bill Buzbee · 11 years ago
  28. db75f3c Merge "Clean up dead loops before suspend check elimination." by Vladimir Marko · 11 years ago
  29. 202eaaf Merge "Clean up post-opt passes, perform only those we need." by Vladimir Marko · 11 years ago
  30. 341e425 Clean up dead loops before suspend check elimination. by Vladimir Marko · 11 years ago
  31. c146d49 Merge "Clean up MIRGraph::CanThrow()." by Vladimir Marko · 11 years ago
  32. 315cc20 Clean up MIRGraph::CanThrow(). by Vladimir Marko · 11 years ago
  33. ffda499 Clean up post-opt passes, perform only those we need. by Vladimir Marko · 11 years ago
  34. 10c9cbe Fixed CanBeMoved for field access by Calin Juravle · 11 years ago
  35. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 11 years ago
  36. 784cc5c Fix braino in x64 assembler. by Nicolas Geoffray · 11 years ago
  37. ac0341e Fix Thumb2 Emit16BitAddSub() to keep full immediate. by Vladimir Marko · 11 years ago
  38. 6048838 Merge "Revert "Don't block quick callee saved registers for optimizing."" by Nicolas Geoffray · 11 years ago
  39. 5b4b898 Revert "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 11 years ago
  40. ca747ea Merge "Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm." by Vladimir Marko · 11 years ago
  41. e408f8c Merge "Don't block quick callee saved registers for optimizing." by Nicolas Geoffray · 11 years ago
  42. 6004796 Don't block quick callee saved registers for optimizing. by Nicolas Geoffray · 11 years ago
  43. 5bc561c Fix Thumb2 assembler to emit 16-bit add/sub SP, #imm. by Vladimir Marko · 11 years ago
  44. 452a8be Merge "When inlining, also look whether we can allocate registers." by Nicolas Geoffray · 11 years ago
  45. 259136f When inlining, also look whether we can allocate registers. by Nicolas Geoffray · 11 years ago
  46. 6c170c9 ART: Punt to the interpreter for VerifiedMethod errors by Andreas Gampe · 11 years ago
  47. e9231c0 Merge "Add a new imgdiag tool to diff boot.art/core.art against a process" by Igor Murashkin · 11 years ago
  48. 942a378 Now that GraphChecker has a state, don't re-use it. by Nicolas Geoffray · 11 years ago
  49. 8012102 Merge "Fix ids and remove invoke when inlining." by Nicolas Geoffray · 11 years ago
  50. ee690a3 ART: Added Checker, a pattern matching test engine by David Brazdil · 11 years ago
  51. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 11 years ago
  52. 4e44c82 Revert "Small optimization for recursive calls: avoid dex cache." by Nicolas Geoffray · 11 years ago
  53. 390f59f Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 11 years ago
  54. 3774335 Add a new imgdiag tool to diff boot.art/core.art against a process by Igor Murashkin · 11 years ago
  55. e53798a Inlining support in optimizing. by Nicolas Geoffray · 11 years ago
  56. 8683038 ART: Do not inline elf writer debug symbols by Andreas Gampe · 11 years ago
  57. 37cbe23 Merge "Add more compilation stats to optimizing" by Calin Juravle · 11 years ago
  58. 6f5f5d0 ART: Implement FP packed reduce for x86 by Maxim Kazantsev · 11 years ago
  59. 6419752 Some enhancements on BCE. by Mingyao Yang · 11 years ago
  60. 55037f1 Merge "Remove portable." by Elliott Hughes · 11 years ago
  61. 956af0f Remove portable. by Elliott Hughes · 11 years ago
  62. dce6539 Merge "AArch64: Fix incorrect use of preceding LIR." by Vladimir Marko · 11 years ago
  63. eb54d85 AArch64: Fix incorrect use of preceding LIR. by Ningsheng Jian · 11 years ago
  64. 36b58f5 Add verifier support for dequickening by Mathieu Chartier · 11 years ago
  65. a262f77 ARM: Combine multiply accumulate operations. by Ningsheng Jian · 11 years ago
  66. b3991da Merge "Add missing iget quick for bool, byte, char, short" by Mathieu Chartier · 11 years ago
  67. ffc605c Add missing iget quick for bool, byte, char, short by Mathieu Chartier · 11 years ago
  68. 48c2b03 Add more compilation stats to optimizing by Calin Juravle · 11 years ago
  69. 3e69f16 Opt compiler: Add arm64 support for register allocation. by Alexandre Rames · 11 years ago
  70. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 11 years ago
  71. 6bb3919 Merge "Quick: Redefine the notion of back-egdes." by Vladimir Marko · 11 years ago
  72. 1f5f0f9 Merge "Explicitly mask constants in shift operations." by Nicolas Geoffray · 11 years ago
  73. 486cc19 Explicitly mask constants in shift operations. by Nicolas Geoffray · 11 years ago
  74. 8b858e1 Quick: Redefine the notion of back-egdes. by Vladimir Marko · 11 years ago
  75. ca54134 ART: Ensure FP GET/PUT doesn't use Core register by Mark Mendell · 11 years ago
  76. 52222d1 Merge "Quick: Kill unreachable blocks instead of just hiding them." by Vladimir Marko · 11 years ago
  77. 6c964c9 Merge "Re-factor Quick ABI support" by Vladimir Marko · 11 years ago
  78. c4925d4 Merge "[optimizing compiler] Add REM_FLOAT and REM_DOUBLE" by Calin Juravle · 11 years ago
  79. d2ec87d [optimizing compiler] Add REM_FLOAT and REM_DOUBLE by Calin Juravle · 11 years ago
  80. cb873d8 Quick: Kill unreachable blocks instead of just hiding them. by Vladimir Marko · 11 years ago
  81. 717a3e4 Re-factor Quick ABI support by Serguei Katkov · 11 years ago
  82. b218c85 ART: Clear use count for unused VRs. by Zheng Xu · 11 years ago
  83. 245ee00 ART: Fix string data leak in image writer by Andreas Gampe · 11 years ago
  84. 15cdca8 Merge "Quick: Fix code layout pass; don't terminate too early." by Vladimir Marko · 11 years ago
  85. f551eff Merge "Revert "Revert "Rewrite ImageWriter's merging of String char[]s.""" by Vladimir Marko · 11 years ago
  86. 9af6929 Quick: Fix code layout pass; don't terminate too early. by Vladimir Marko · 11 years ago
  87. abb3977 Merge "Add support for double-to-int & double-to-long in optimizing." by Roland Levillain · 11 years ago
  88. 4c0b61f Add support for double-to-int & double-to-long in optimizing. by Roland Levillain · 11 years ago
  89. faeda18 Revert "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 11 years ago
  90. 0418b5b ART: Fix linting errors by Andreas Gampe · 11 years ago
  91. 044ac4f Merge "Bounds check elimination." by Mingyao Yang · 11 years ago
  92. a21fdd0 Merge "X86_64 QBE: use RIP addressing" by Ian Rogers · 11 years ago
  93. e4d4d32 ART: Add SparseSwitch support to the optimizing compiler by Andreas Gampe · 11 years ago
  94. 27dee8b X86_64 QBE: use RIP addressing by Mark Mendell · 11 years ago
  95. 7c8ce29 Merge "ART: Add PackedSwitch support to the optimizing compiler" by Andreas Gampe · 11 years ago
  96. d881df5 ART: Add PackedSwitch support to the optimizing compiler by Andreas Gampe · 11 years ago
  97. 72c25a9 Temporary disable the test. by Nicolas Geoffray · 11 years ago
  98. 875ca0f Merge "Revert "Rewrite ImageWriter's merging of String char[]s."" by Vladimir Marko · 11 years ago
  99. 4c964de Revert "Rewrite ImageWriter's merging of String char[]s." by Vladimir Marko · 11 years ago
  100. 8964e2b Add support for float-to-double & double-to-float in optimizing. by Roland Levillain · 11 years ago