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