1. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  2. 3ecfd65 Add dex_pc to all HInstructions in builder. by Yevgeny Rouban · 10 years ago
  3. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  4. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  5. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  6. bbd733e ART: Enable basic optimizations for try/catch by David Brazdil · 10 years ago
  7. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 10 years ago
  8. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 10 years ago
  9. 1339409 Merge "Have constant folding be more flexible." by Roland Levillain · 10 years ago
  10. 902ec26 Merge "Add constant folding for long unary operations in opt. compiler." by Roland Levillain · 10 years ago
  11. 9867bc7 Have constant folding be more flexible. by Roland Levillain · 10 years ago
  12. c90bc7c Add constant folding for long unary operations in opt. compiler. by Roland Levillain · 11 years ago
  13. b618ade ART: Store and check exceptional predecessors by David Brazdil · 10 years ago
  14. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  15. b734808 Revert "Revert "Revert "Use the object class as top in reference type propagation""" by Calin Juravle · 10 years ago
  16. 80caa14 Revert "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  17. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  18. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  19. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  20. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  21. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  22. 761f281 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  23. beba930 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  24. c7432f3 Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  25. 20e6071 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  26. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  27. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 10 years ago
  28. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  29. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  30. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  31. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 10 years ago
  32. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 10 years ago
  33. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  34. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 10 years ago
  35. 01b6ec8 Merge "Don't special case HCurrentMethod in DCE." by Nicolas Geoffray · 10 years ago
  36. 18e6873 Fix a bug in optimizing when the null constant has been DCE. by Nicolas Geoffray · 10 years ago
  37. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 10 years ago
  38. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 10 years ago
  39. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  40. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  41. 76b1e17 Add a HCurrentMethod node. by Nicolas Geoffray · 10 years ago
  42. dc31313 Merge "ART: Clean up arm64 kNumberOfXRegisters usage." by Vladimir Marko · 10 years ago
  43. 80afd02 ART: Clean up arm64 kNumberOfXRegisters usage. by Vladimir Marko · 10 years ago
  44. c7af85d ART: Update graph's exit block field if removed by David Brazdil · 10 years ago
  45. e82549b [optimizing] Fold HTypeConversion of constants by Mark Mendell · 10 years ago
  46. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  47. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  48. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  49. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  50. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 10 years ago
  51. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 10 years ago
  52. fadf977 Merge "Add InsertInstructionAfter in HBasicBlock." by Roland Levillain · 10 years ago
  53. a0ee862 Merge "Add support for caching float and double constants." by Nicolas Geoffray · 10 years ago
  54. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 10 years ago
  55. c7508e9 ART: Fix removing a Phi with RemoveInstruction by David Brazdil · 10 years ago
  56. 2967ec6 Add InsertInstructionAfter in HBasicBlock. by Guillaume "Vermeille" Sanchez · 10 years ago
  57. 206d6fd Deoptimization-based BCE for unknown loop bounds. by Mingyao Yang · 10 years ago
  58. eb5459c Merge "Ensure inlined static calls perform clinit checks in Optimizing." by Roland Levillain · 10 years ago
  59. 4c0eb42 Ensure inlined static calls perform clinit checks in Optimizing. by Roland Levillain · 10 years ago
  60. 2d7352b ART: Dead block removal by David Brazdil · 10 years ago
  61. 2cebb24 Replace NULL with nullptr by Mathieu Chartier · 10 years ago
  62. c3d743f ART: Update last_instruction when adding Phis by David Brazdil · 10 years ago
  63. 7d27537 ART: Update loop info of all nested loops when inlining by David Brazdil · 10 years ago
  64. 05144f4 ART: Hot fix for an inliner issue by David Brazdil · 10 years ago
  65. da93333 Merge "ART: Don't duplicate null/int/long constants when inlining" by David Brazdil · 10 years ago
  66. 4a3faec ART: Don't duplicate null/int/long constants when inlining by David Brazdil · 10 years ago
  67. f776b92 Remove dead blocks for the blocks_ array. by Nicolas Geoffray · 10 years ago
  68. d43b3ac Revert "Revert "Deoptimization-based bce."" by Mingyao Yang · 10 years ago
  69. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  70. b2bd1c5 ART: Formatting and comments in BooleanSimplifier by David Brazdil · 10 years ago
  71. 46e2a39 ART: Boolean simplifier by David Brazdil · 10 years ago
  72. 0ba6273 Revert "Deoptimization-based bce." by Andreas Gampe · 10 years ago
  73. e295e6e Deoptimization-based bce. by Mingyao Yang · 10 years ago
  74. 97d30ac Merge "Opt compiler: Basic simplification for arithmetic operations." by Roland Levillain · 10 years ago
  75. 4f1a384 Give an expected type to phis created for multiple returns. by Nicolas Geoffray · 10 years ago
  76. b2fd7bc Opt compiler: Basic simplification for arithmetic operations. by Alexandre Rames · 10 years ago
  77. 817bce7 Fix inlining in the presence of multiple returns. by Nicolas Geoffray · 10 years ago
  78. 1abb419 Optimizing: Speed up HInstruction use removal by David Brazdil · 10 years ago
  79. acf735c Reference type propagation by Calin Juravle · 10 years ago
  80. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  81. be31ff9 Fix a bug in the inliner. by Nicolas Geoffray · 10 years ago
  82. 276d9da Inline methods with multiple blocks. by Nicolas Geoffray · 10 years ago
  83. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 10 years ago
  84. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  85. 9dec5a7 Merge "ART: Replace NULL to nullptr in the optimizing compiler" by Roland Levillain · 10 years ago
  86. 0ada95d ART: Replace NULL to nullptr in the optimizing compiler by Jean Christophe Beyler · 11 years ago
  87. 73d8fe4 Merge "ART: Create a RemoveBlock method" by Roland Levillain · 10 years ago
  88. 6c2dff8 Revert "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 10 years ago
  89. 77520bc Record implicit null checks at the actual invoke time. by Calin Juravle · 10 years ago
  90. c399fdc Revert "Fully support pairs in the register allocator." by Nicolas Geoffray · 10 years ago
  91. 41aedbb Fully support pairs in the register allocator. by Nicolas Geoffray · 10 years ago
  92. 9ee6618 Constant fold after inlining. by Nicolas Geoffray · 10 years ago
  93. 7c5367b Fix ids and remove invoke when inlining. by Nicolas Geoffray · 11 years ago
  94. 53d9da8 ART: Create a RemoveBlock method by Jean Christophe Beyler · 11 years ago
  95. e53798a Inlining support in optimizing. by Nicolas Geoffray · 11 years ago
  96. fc600dc Fix a compiler bug related to a catch-less try-finally statement. by Roland Levillain · 11 years ago
  97. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 11 years ago
  98. 6a3c1fc Remove -Wno-unused-parameter and -Wno-sign-promo from base cflags. by Ian Rogers · 11 years ago
  99. b762d2e Various fixes related to integer negate operations. by Roland Levillain · 11 years ago
  100. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago