1. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 9 years ago
  2. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 9 years ago
  3. 7bf9bc7 Merge "Minor improvements to 458-checker-instruction-simplification." by Roland Levillain · 9 years ago
  4. 917f9ab ART: Run BooleanSimplifier after inlining by David Brazdil · 9 years ago
  5. 862aaef [optimizing] Name the last DCE pass. by Calin Juravle · 9 years ago
  6. 8f20bdb Run DCE again after all the other optimizations have run. by Calin Juravle · 9 years ago
  7. 0cdf6d3 Revert "Run DCE again after all the other optimizations have run." by Nicolas Geoffray · 9 years ago
  8. 7a9c885 Run DCE again after all the other optimizations have run. by Calin Juravle · 9 years ago
  9. 2be39e0 Use --dump-stats to dump optimizing compiler stats. by Calin Juravle · 9 years ago
  10. b2a5847 Minor improvements to 458-checker-instruction-simplification. by Alexandre Rames · 9 years ago
  11. 8aec061 Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 9 years ago
  12. f1c6d9e Fallback to quick in case of soft verification errors by Calin Juravle · 9 years ago
  13. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 9 years ago
  14. 8dc7324 Add --include-cfi compiler option. by David Srbecky · 9 years ago
  15. fc4fb0f Merge "Revert "Fallback to quick in case of soft verification errors"" by Calin Juravle · 9 years ago
  16. 031af41 Revert "Fallback to quick in case of soft verification errors" by Calin Juravle · 9 years ago
  17. 9134a1a Merge "Fallback to quick in case of soft verification errors" by Calin Juravle · 9 years ago
  18. a29d93b Merge "ART: Refactor CompileOptimized" by Andreas Gampe · 9 years ago
  19. c2bcafe ART: Refactor CompileOptimized by Andreas Gampe · 9 years ago
  20. c751d37 Fallback to quick in case of soft verification errors by Calin Juravle · 9 years ago
  21. 3773cd0 ART: Remove WriteElf from Compiler by Andreas Gampe · 9 years ago
  22. 691184d Fix build - the stack frame is too large. by David Srbecky · 9 years ago
  23. c6b4dd8 Implement CFI for Optimizing. by David Srbecky · 9 years ago
  24. 40f6556 Merge "ART: Fix 64-bit ELF file support" by Andreas Gampe · 9 years ago
  25. 3c54b00 ART: Fix 64-bit ELF file support by Andreas Gampe · 9 years ago
  26. 62e074f ART: Print C1vis header only if visualizer enabled by David Brazdil · 9 years ago
  27. f93c6fe Merge "Fixed layout for dex caches in boot image." by Vladimir Marko · 9 years ago
  28. 20f8559 Fixed layout for dex caches in boot image. by Vladimir Marko · 9 years ago
  29. 12be74e [optimizing] Only print full stats in VLOG(compiler) by Nicolas Geoffray · 9 years ago
  30. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 9 years ago
  31. 3e690d1 Merge "Share the runtime arena for faster compile times." by Nicolas Geoffray · 9 years ago
  32. 579ea7d Share the runtime arena for faster compile times. by Nicolas Geoffray · 9 years ago
  33. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  34. 36540cb Implement a space filter for optimizing. by Nicolas Geoffray · 9 years ago
  35. 216eaa2 Fall back to Quick when Optimizing cannot compile. by Nicolas Geoffray · 9 years ago
  36. a3d90fb [optimizing] Use baseline when debuggable is set. by Nicolas Geoffray · 9 years ago
  37. 234d69d Revert "Revert "[optimizing] Enable x86 long support."" by Nicolas Geoffray · 9 years ago
  38. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 9 years ago
  39. 154552e Revert "[optimizing] Enable x86 long support." by Nicolas Geoffray · 9 years ago
  40. b4ba354 [optimizing] Enable x86 long support. by Nicolas Geoffray · 9 years ago
  41. 7c3952f ART: Add -Wunused by Andreas Gampe · 9 years ago
  42. 4fe292e Merge "Reference type propagation" by Calin Juravle · 9 years ago
  43. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  44. acf735c Reference type propagation by Calin Juravle · 9 years ago
  45. aa9b7c4 Have the opt. compiler set the size of "empty" frames to zero. by Roland Levillain · 9 years ago
  46. 809658e ART: Fix crash when timing method failing to build by David Brazdil · 9 years ago
  47. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  48. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 10 years ago
  49. 10e244f optimizing: NullCheck elimination by Calin Juravle · 10 years ago
  50. 9c46208 ART: Even more Quick cleanup by Andreas Gampe · 10 years ago
  51. 827eedb Move code around and address growable_array comment. by Nicolas Geoffray · 10 years ago
  52. 86dde16 Introduce a SideEffectsAnalysis class. by Nicolas Geoffray · 10 years ago
  53. d97dc40 Support callee save floating point registers on x64. by Nicolas Geoffray · 10 years ago
  54. e7fd3e3 Merge "Add implicit null checks for the optimizing compiler" by Calin Juravle · 10 years ago
  55. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 10 years ago
  56. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  57. 71fb52f ART: Optimizing compiler intrinsics by Andreas Gampe · 10 years ago
  58. 866c031 ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  59. 6e73272 Revert "ART: dex2oat flag for HGraphVisualizer dump file" by Andreas Gampe · 10 years ago
  60. 54953df ART: dex2oat flag for HGraphVisualizer dump file by David Brazdil · 10 years ago
  61. 12df9eb Move code around in OptimizingCompiler::Compile to reduce stack space. by Nicolas Geoffray · 10 years ago
  62. 3416601 Look at instruction set features when generating volatiles code by Calin Juravle · 10 years ago
  63. e21dc3d ART: Swap-space in the compiler by Andreas Gampe · 10 years ago
  64. ee690a3 ART: Added Checker, a pattern matching test engine by David Brazdil · 10 years ago
  65. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  66. 37cbe23 Merge "Add more compilation stats to optimizing" by Calin Juravle · 10 years ago
  67. 48c2b03 Add more compilation stats to optimizing by Calin Juravle · 10 years ago
  68. 376b2bb Ensure stack maps are 4 byte aligned. by Nicolas Geoffray · 10 years ago
  69. f384f88 Bounds check elimination. by Mingyao Yang · 10 years ago
  70. 383993c Merge "Add some heursitics for compiling, close to Quick's." by Nicolas Geoffray · 10 years ago
  71. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  72. 43a539f Add some heursitics for compiling, close to Quick's. by Nicolas Geoffray · 10 years ago
  73. 37b55eb Don't run optimizations after baseline. by Nicolas Geoffray · 10 years ago
  74. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 10 years ago
  75. 6a0ac5c Merge "Use HOptimization abstraction for running optimizations." by Nicolas Geoffray · 10 years ago
  76. 5e6916c Use HOptimization abstraction for running optimizations. by Nicolas Geoffray · 10 years ago
  77. 4179cc1 Use cross-compilation helper. by Nicolas Geoffray · 10 years ago
  78. e2dc6fa Don't fall back to Quick in optimizing. by Nicolas Geoffray · 10 years ago
  79. af07bc1 Minor object store optimizations. by Nicolas Geoffray · 10 years ago
  80. de58ab2 Implement try/catch/throw in optimizing. by Nicolas Geoffray · 10 years ago
  81. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  82. b5f62b3 Support for CONST_STRING in optimizing compiler. by Nicolas Geoffray · 10 years ago
  83. 1ba0f59 Support hard float on arm in optimizing compiler. by Nicolas Geoffray · 10 years ago
  84. 5667fdb ARM: Use hardfp calling convention between java to java call. by Zheng Xu · 10 years ago
  85. 5319def ART: optimizing compiler: initial support for ARM64. by Alexandre Rames · 10 years ago
  86. 75be283 Revert "Revert "Introduce a class to implement optimization passes."" by Roland Levillain · 10 years ago
  87. 26a25ef Add a prepare for register allocation pass. by Nicolas Geoffray · 10 years ago
  88. 1ddbf6d Revert "Introduce a class to implement optimization passes." by Nicolas Geoffray · 10 years ago
  89. bf9cd7b Introduce a class to implement optimization passes. by Roland Levillain · 10 years ago
  90. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 10 years ago
  91. d31cf3d First optimization in new compiler: simple GVN. by Nicolas Geoffray · 10 years ago
  92. ce71ae7 It can be that no method has been compiled. by Nicolas Geoffray · 10 years ago
  93. 88157ef Add the "time" compilation filter and output compilation stats. by Nicolas Geoffray · 10 years ago
  94. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  95. 53c913b ART: Clean up compiler by Andreas Gampe · 10 years ago
  96. e3ea838 ART source line debug info in OAT files by Yevgeny Rouban · 10 years ago
  97. 8d48673 Use the thumb2 assembler for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  98. 7dc206a Add two phi pruning phases. by Nicolas Geoffray · 10 years ago
  99. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  100. 8fb5ce3 Do not attempt to compile on architectures we do not support. by Nicolas Geoffray · 10 years ago