1. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  2. aa9b7c4 Have the opt. compiler set the size of "empty" frames to zero. by Roland Levillain · 10 years ago
  3. 3575774 Merge "Avoid generating jmp +0." by Nicolas Geoffray · 10 years ago
  4. dc23d83 Avoid generating jmp +0. by Nicolas Geoffray · 10 years ago
  5. a3ec394 Opt compiler: ARM64: Fix blocking fp registers. by Zheng Xu · 10 years ago
  6. 58e42c6 Merge "Optimize double/float immediate loading on arm." by Nicolas Geoffray · 10 years ago
  7. ffe8a57 Optimize double/float immediate loading on arm. by Nicolas Geoffray · 10 years ago
  8. da02afe Support hints for register pairs. by Nicolas Geoffray · 10 years ago
  9. 1d6957f Merge "Improve ParallelMoveResolver to work with pairs." by Nicolas Geoffray · 10 years ago
  10. f7a0c4e Improve ParallelMoveResolver to work with pairs. by Nicolas Geoffray · 10 years ago
  11. 391b87e Merge "ART: Arm intrinsics for Optimizing compiler" by Andreas Gampe · 10 years ago
  12. 2bcf9bf ART: Arm intrinsics for Optimizing compiler by Andreas Gampe · 11 years ago
  13. 0304e18 Improve bce so that more bounds checks can be eliminated. by Mingyao Yang · 11 years ago
  14. 62b5f0d Merge "Optimize leaf methods." by Nicolas Geoffray · 10 years ago
  15. 748f140 x64 goodness. by Nicolas Geoffray · 11 years ago
  16. c0572a4 Optimize leaf methods. by Nicolas Geoffray · 10 years ago
  17. 3d087de Opt Compiler: ARM64: Enable Callee-saved register, as defined by AAPCS64. by Serban Constantinescu · 11 years ago
  18. 809658e ART: Fix crash when timing method failing to build by David Brazdil · 10 years ago
  19. be31ff9 Fix a bug in the inliner. by Nicolas Geoffray · 10 years ago
  20. bb7a28a ART: Dump environment to cfg file. by Zheng Xu · 11 years ago
  21. c202414 Merge "Create HGraph outside Builder, print timings" by David Brazdil · 10 years ago
  22. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 11 years ago
  23. 82f3449 Fix a bug in combination of intrinsics and kNoOutputOverlap. by Nicolas Geoffray · 10 years ago
  24. f4b24f7 Merge "ART: Change x86 long param ABI (Quick/JNI/Opt)" by Nicolas Geoffray · 10 years ago
  25. 18c219b Fix test after register allocator changes. by Nicolas Geoffray · 10 years ago
  26. 829280c Finally implement Location::kNoOutputOverlap. by Nicolas Geoffray · 11 years ago
  27. 276d9da Inline methods with multiple blocks. by Nicolas Geoffray · 11 years ago
  28. 4c204ba Use a different block order when not compiling baseline. by Nicolas Geoffray · 11 years ago
  29. ef87c5d Allow nested inlining. by Nicolas Geoffray · 11 years ago
  30. 2fd6aa5 Fix broken gtests after SuspendCheck optimization by David Brazdil · 11 years ago
  31. 852eaff No SuspendChecks when branching to return block by David Brazdil · 11 years ago
  32. cb1b00a Use the non access check entrypoint when possible. by Nicolas Geoffray · 11 years ago
  33. 3e6a3bf ART: Change x86 long param ABI (Quick/JNI/Opt) by Mark Mendell · 11 years ago
  34. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 11 years ago
  35. 69b56b2 Merge "Introduce primitive type helpers." by Andreas Gampe · 11 years ago
  36. 542361f Introduce primitive type helpers. by Alexandre Rames · 11 years ago
  37. 193f785 Merge "optimizing: NullCheck elimination" by Nicolas Geoffray · 11 years ago
  38. 10e244f optimizing: NullCheck elimination by Calin Juravle · 11 years ago
  39. 0a299b9 Fix bad rebase. by Nicolas Geoffray · 11 years ago
  40. c9ff6b1 Merge "[optimizing compiler] Support x86 hard float ABI" by Nicolas Geoffray · 11 years ago
  41. 1cf9528 Small optimization for recursive calls: avoid dex cache. by Nicolas Geoffray · 11 years ago
  42. 4a50662 Merge "Clean up pass driver" by Mathieu Chartier · 11 years ago
  43. 5bdab12 Clean up pass driver by Mathieu Chartier · 11 years ago
  44. f08c650 Merge "ART: Arm64 optimizing compiler intrinsics" by Andreas Gampe · 11 years ago
  45. 878d58c ART: Arm64 optimizing compiler intrinsics by Andreas Gampe · 11 years ago
  46. 7c8d009 [optimizing compiler] Support x86 hard float ABI by Mark Mendell · 11 years ago
  47. 763abfd Merge "ART: Even more Quick cleanup" by Andreas Gampe · 11 years ago
  48. 9c46208 ART: Even more Quick cleanup by Andreas Gampe · 11 years ago
  49. 966c3ae Revert "Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)"" by Mark P Mendell · 11 years ago
  50. ea55b93 ART: Further refactor use lists by David Brazdil · 11 years ago
  51. 949c91f Revert "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 11 years ago
  52. ac99db2 Merge "Optimizing: Speed up HEnvironment use removal" by David Brazdil · 11 years ago
  53. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 11 years ago
  54. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 11 years ago
  55. e6f1715 Fix build breakage after GVN change. by Nicolas Geoffray · 11 years ago
  56. 76d032b Merge "Introduce a SideEffectsAnalysis class." by Nicolas Geoffray · 11 years ago
  57. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 11 years ago
  58. c2c25a9 Merge "Fix a bug in the liveness analysis." by Nicolas Geoffray · 11 years ago
  59. aedc328 Fix a bug in the liveness analysis. by Nicolas Geoffray · 11 years ago
  60. e636228 Fix lint error and typo. by Nicolas Geoffray · 11 years ago
  61. 0da7a26 Merge "Fix codegen_test." by Nicolas Geoffray · 11 years ago
  62. a0bb2bd Fix codegen_test. by Nicolas Geoffray · 11 years ago
  63. ebb3cbc Merge "ART: Implement X86 hard float (Quick/JNI/Baseline)" by Vladimir Marko · 11 years ago
  64. 4dee636 Support callee-save registers on ARM. by Nicolas Geoffray · 11 years ago
  65. 4597b5b Fix valgrind error. by Nicolas Geoffray · 11 years ago
  66. 3d2c8e7 ART: Implement X86 hard float (Quick/JNI/Baseline) by Mark Mendell · 11 years ago
  67. 360daa6 Merge "Support callee save floating point registers on x64." by Nicolas Geoffray · 11 years ago
  68. d97dc40 Support callee save floating point registers on x64. by Nicolas Geoffray · 11 years ago
  69. 746a040 Merge "Improve error messages in art::GraphChecker and art::SSAChecker" by Roland Levillain · 11 years ago
  70. a26369a Fix lint error. by Nicolas Geoffray · 11 years ago
  71. 9889396 Enable core callee-save on x64. by Nicolas Geoffray · 11 years ago
  72. 9dec5a7 Merge "ART: Replace NULL to nullptr in the optimizing compiler" by Roland Levillain · 11 years ago
  73. b6b114c Merge "Do not use HNot for creating !bool." by Nicolas Geoffray · 11 years ago
  74. 0ada95d ART: Replace NULL to nullptr in the optimizing compiler by Jean Christophe Beyler · 11 years ago
  75. 73d8fe4 Merge "ART: Create a RemoveBlock method" by Roland Levillain · 11 years ago
  76. fa93b50 Do not use HNot for creating !bool. by Nicolas Geoffray · 11 years ago
  77. 6c2dff8 Revert "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 11 years ago
  78. 77520bc Record implicit null checks at the actual invoke time. by Calin Juravle · 11 years ago
  79. 4d2c611 Merge "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 11 years ago
  80. c399fdc Revert "Fully support pairs in the register allocator." by Nicolas Geoffray · 11 years ago
  81. 5c4405e Improve error messages in art::GraphChecker and art::SSAChecker by Roland Levillain · 11 years ago
  82. 1272d42 Merge "Fully support pairs in the register allocator." by Nicolas Geoffray · 11 years ago
  83. 41aedbb Fully support pairs in the register allocator. by Nicolas Geoffray · 11 years ago
  84. 24f2dfa [optimizing compiler] Implement inline x86 FP '%' by Mark Mendell · 11 years ago
  85. 93edf73 Use CompilerOptions for implicit stack overflow checks by Calin Juravle · 11 years ago
  86. d426a8f Fix register allocator test. by Calin Juravle · 11 years ago
  87. e7fd3e3 Merge "Add implicit null checks for the optimizing compiler" by Calin Juravle · 11 years ago
  88. 606a81a Merge "Ensure HCondition nodes on objects are either HEqual or HNotEqual" by Roland Levillain · 11 years ago
  89. a943a75 Merge "ART: Invoke Checker from run-test scripts" by David Brazdil · 11 years ago
  90. 3747b48 Address review comments. by Nicolas Geoffray · 11 years ago
  91. 4846d13 ART: Invoke Checker from run-test scripts by David Brazdil · 11 years ago
  92. aecbd26 Ensure HCondition nodes on objects are either HEqual or HNotEqual by Roland Levillain · 11 years ago
  93. e45ff20 Merge "Constant fold after inlining." by Nicolas Geoffray · 11 years ago
  94. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 11 years ago
  95. a8eef82 Do not use STMP, it conflicts with the calling convention. by Nicolas Geoffray · 11 years ago
  96. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 11 years ago
  97. 42d1f5f Do not use register pair in a parallel move. by Nicolas Geoffray · 11 years ago
  98. 6450d14 Remove test that is now invalid. by Nicolas Geoffray · 11 years ago
  99. 6a5f5b2 Merge "Fix a bug in the register allocator." by Nicolas Geoffray · 11 years ago
  100. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 11 years ago