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. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 9 years ago
  4. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 9 years ago
  5. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 9 years ago
  6. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 9 years ago
  7. fadf977 Merge "Add InsertInstructionAfter in HBasicBlock." by Roland Levillain · 9 years ago
  8. a0ee862 Merge "Add support for caching float and double constants." by Nicolas Geoffray · 9 years ago
  9. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 9 years ago
  10. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 9 years ago
  11. 2967ec6 Add InsertInstructionAfter in HBasicBlock. by Guillaume "Vermeille" Sanchez · 9 years ago
  12. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 9 years ago
  13. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 9 years ago
  14. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 9 years ago
  15. 2d7352b ART: Dead block removal by David Brazdil · 9 years ago
  16. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 9 years ago
  17. c3d743f ART: Update last_instruction when adding Phis by David Brazdil · 9 years ago
  18. 7d27537 ART: Update loop info of all nested loops when inlining by David Brazdil · 9 years ago
  19. 05144f4 ART: Hot fix for an inliner issue by David Brazdil · 9 years ago
  20. da93333 Merge "ART: Don't duplicate null/int/long constants when inlining" by David Brazdil · 9 years ago
  21. 4a3faec ART: Don't duplicate null/int/long constants when inlining by David Brazdil · 9 years ago
  22. f776b92 Remove dead blocks for the blocks_ array. by Nicolas Geoffray · 9 years ago
  23. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 9 years ago
  24. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  25. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 9 years ago
  26. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  27. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 9 years ago
  28. e295e6e Deoptimization-based bce. by Mingyao Yang · 9 years ago
  29. 97d30ac Merge "Opt compiler: Basic simplification for arithmetic operations." by Roland Levillain · 9 years ago
  30. 4f1a384 Give an expected type to phis created for multiple returns. by Nicolas Geoffray · 9 years ago
  31. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 9 years ago
  32. 817bce7 Fix inlining in the presence of multiple returns. by Nicolas Geoffray · 9 years ago
  33. 1abb419 Optimizing: Speed up HInstruction use removal by David Brazdil · 9 years ago
  34. acf735c Reference type propagation by Calin Juravle · 9 years ago
  35. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 9 years ago
  36. be31ff9 Fix a bug in the inliner. by Nicolas Geoffray · 9 years ago
  37. 276d9da Inline methods with multiple blocks. by Nicolas Geoffray · 10 years ago
  38. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 10 years ago
  39. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  40. 9dec5a7 Merge "ART: Replace NULL to nullptr in the optimizing compiler" by Roland Levillain · 10 years ago
  41. 0ada95d ART: Replace NULL to nullptr in the optimizing compiler by Jean Christophe Beyler · 10 years ago
  42. 73d8fe4 Merge "ART: Create a RemoveBlock method" by Roland Levillain · 10 years ago
  43. 6c2dff8 Revert "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 10 years ago
  44. 77520bc Record implicit null checks at the actual invoke time. by Calin Juravle · 10 years ago
  45. c399fdc Revert "Fully support pairs in the register allocator." by Nicolas Geoffray · 10 years ago
  46. 41aedbb Fully support pairs in the register allocator. by Nicolas Geoffray · 10 years ago
  47. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 10 years ago
  48. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 10 years ago
  49. 53d9da8 ART: Create a RemoveBlock method by Jean Christophe Beyler · 10 years ago
  50. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  51. fc600dc Fix a compiler bug related to a catch-less try-finally statement. by Roland Levillain · 10 years ago
  52. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  53. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 10 years ago
  54. b762d2e Various fixes related to integer negate operations. by Roland Levillain · 10 years ago
  55. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 10 years ago
  56. 9240d6a Constant folding on unary operations in the optimizing compiler. by Roland Levillain · 10 years ago
  57. 6c82d40 Have HInstruction::StrictlyDominates compute strict dominance. by Roland Levillain · 10 years ago
  58. 633021e Implement default traversals in CFG & SSA graph checkers. by Roland Levillain · 10 years ago
  59. f8e28f5 Merge "Use Is*() helpers to shorten code in the optimizing compiler." by Roland Levillain · 10 years ago
  60. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 10 years ago
  61. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  62. 191c4b1 Inserting a node must also update its inputs users. by Nicolas Geoffray · 10 years ago
  63. a72cb22 Merge "Optimize suspend checks in optimizing compiler." by Nicolas Geoffray · 10 years ago
  64. 3c04974 Optimize suspend checks in optimizing compiler. by Nicolas Geoffray · 10 years ago
  65. 6b46923 Optimizing compiler: check inputs & uses definitions in CFG. by Roland Levillain · 10 years ago
  66. 2e1391b Merge "Fix code generation with materialized conditions." by Nicolas Geoffray · 10 years ago
  67. 18efde5 Fix code generation with materialized conditions. by Nicolas Geoffray · 10 years ago
  68. 724c963 Also remove environment links to removed instructions. by Nicolas Geoffray · 10 years ago
  69. d31cf3d First optimization in new compiler: simple GVN. by Nicolas Geoffray · 10 years ago
  70. 53562d9 Merge "Initiate a constant propagation pass in the optimizing compiler." by Roland Levillain · 10 years ago
  71. aaadf03 Merge "Ensure the first predecessor of a loop is the pre header." by Nicolas Geoffray · 10 years ago
  72. 556c3d1 Initiate a constant propagation pass in the optimizing compiler. by Roland Levillain · 10 years ago
  73. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 10 years ago
  74. 604c6e4 Ensure the first predecessor of a loop is the pre header. by Nicolas Geoffray · 10 years ago
  75. 065bf77 Add (simple) side effects flags and equality methods on nodes. by Nicolas Geoffray · 10 years ago
  76. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  77. 20dfc79 Add some more instruction support to optimizing compiler. by Dave Allison · 10 years ago
  78. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 10 years ago
  79. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  80. 4e3d23a Import Dart's parallel move resolver. by Nicolas Geoffray · 10 years ago
  81. f635e63 Add a compilation tracing mechanism to the new compiler. by Nicolas Geoffray · 10 years ago
  82. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  83. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago
  84. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  85. 43c8642 Fix lint error, and Makefile that could be confused with local files. by Nicolas Geoffray · 10 years ago
  86. 787c307 Plug new optimizing compiler in compilation pipeline. by Nicolas Geoffray · 10 years ago
  87. bab4ed7 More code generation for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  88. 3ff386a Add register support to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  89. d4dd255 Add codegen support to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  90. be9a92a Add conditional branches, and build dominator tree. by Nicolas Geoffray · 10 years ago
  91. 818f210 Re-apply: Initial check-in of an optimizing compiler. by Nicolas Geoffray · 10 years ago
  92. 1af0c0b Revert "Initial check-in of an optimizing compiler." by Nicolas Geoffray · 10 years ago
  93. 68a5fef Initial check-in of an optimizing compiler. by Nicolas Geoffray · 10 years ago