1. 69fd1b5 Revert "Some minor simplifications in code and tests." by Nicolas Geoffray · 9 years ago
  2. bf03fcd Some minor simplifications in code and tests. by Aart Bik · 9 years ago
  3. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  4. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  5. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 10 years ago
  6. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 10 years ago
  7. 47229aa Merge "Revert "Revert "Don't use the compiler driver for method resolution.""" by Nicolas Geoffray · 10 years ago
  8. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 10 years ago
  9. f64242a Optimizing: Add checker tests for sharpening. by Vladimir Marko · 10 years ago
  10. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 10 years ago
  11. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 10 years ago
  12. 8626b74 ARM64: Use the shifter operands. by Alexandre Rames · 10 years ago
  13. 418318f ARM64: Add support for multiply-accumulate. by Alexandre Rames · 10 years ago
  14. 33a9a16 Merge "Allow NullConstant to be untyped in GraphVisualiser." by Calin Juravle · 10 years ago
  15. b2d38fd Allow NullConstant to be untyped in GraphVisualiser. by Mark Mendell · 10 years ago
  16. fbb184a Fix ClinitCheck pruning. by Vladimir Marko · 10 years ago
  17. cdfed3d Revert "Revert "Run type propagation after inliner only when needed."" by Calin Juravle · 10 years ago
  18. d26a411 ART: Refactor iteration over normal/exceptional successors by David Brazdil · 10 years ago
  19. 2717436 Revert "Run type propagation after inliner only when needed." by Calin Juravle · 10 years ago
  20. 4e5dd52 Run type propagation after inliner only when needed. by Calin Juravle · 10 years ago
  21. 359f77c Merge "Add DCHECKs to ArenaVector and ScopedArenaVector." by Vladimir Marko · 10 years ago
  22. 386062d Make sure classes with different access checks are not GVN-ed by Calin Juravle · 10 years ago
  23. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 10 years ago
  24. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 10 years ago
  25. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 10 years ago
  26. 6e7455e Use dominance information for null optimization in write barrier. by Nicolas Geoffray · 10 years ago
  27. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 10 years ago
  28. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 10 years ago
  29. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  30. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  31. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  32. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  33. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  34. 8c4113b Merge "Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation""""" by Calin Juravle · 10 years ago
  35. 3dac766 Merge "Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""""" by Calin Juravle · 10 years ago
  36. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  37. d60a1af Run intrinsics on inlined code. by Scott Wakeling · 10 years ago
  38. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 10 years ago
  39. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 10 years ago
  40. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  41. c5bee2a Merge "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  42. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  43. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  44. 9b0096b Revert "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  45. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  46. a3073e2 Merge "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  47. 3fabec7 Use the object class as top in reference type propagation by Calin Juravle · 10 years ago
  48. b0d5fc0 Fixes and improvements in ReferenceTypePropagation by Calin Juravle · 10 years ago
  49. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  50. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 10 years ago
  51. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 10 years ago
  52. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 10 years ago
  53. 242febb Don't print signatures to avoid spaces. by Nicolas Geoffray · 10 years ago
  54. 8922e0b Merge "ART: Changes to try-catch in GraphBuilder" by David Brazdil · 10 years ago
  55. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 10 years ago
  56. 842acd4 Emit method name at invokes in the graph visualizer. by Nicolas Geoffray · 10 years ago
  57. f9a1995 Revert "Revert "Do not update the type of something we already know."" by Nicolas Geoffray · 10 years ago
  58. 63107a8 Revert "Do not update the type of something we already know." by Calin Juravle · 10 years ago
  59. 30eb58c Do not update the type of something we already know. by Nicolas Geoffray · 10 years ago
  60. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  61. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  62. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  63. 3a690be ART: Fix GraphVisualizer dlopen crash by David Brazdil · 10 years ago
  64. eb7b739 Opt compiler: Add disassembly to the '.cfg' output. by Alexandre Rames · 10 years ago
  65. 66389fb Verifier: check an aput, even if we know it will fail. by Nicolas Geoffray · 10 years ago
  66. 7cb499b Fix bug in optimizing around instanceof. by Nicolas Geoffray · 10 years ago
  67. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  68. 9099ef7 Add tests for InstanceOf's and CheckCast's MustDoNullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  69. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 10 years ago
  70. 9ba4e65 Merge "Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1"" by Calin Juravle · 10 years ago
  71. 2b79984 Revert "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 10 years ago
  72. 713c59e Merge "Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1" by Calin Juravle · 10 years ago
  73. 0f675d8 Add test for Change-Id: Ied0412a01922b40a3f5d89bed49707498582abc1 by Guillaume "Vermeille" Sanchez · 10 years ago
  74. f1a9ff7 ART: Mark constructor 'explicit' by David Brazdil · 10 years ago
  75. c7a2485 ART: Revert change to LiveRange::Dump by David Brazdil · 10 years ago
  76. 7fe79ff Revert "ART: Revert change to LiveRange::Dump" by David Brazdil · 10 years ago
  77. 294a050 ART: Revert change to LiveRange::Dump by David Brazdil · 10 years ago
  78. c57397b ART: Print C1vis lists as [v1,...,vN] by David Brazdil · 10 years ago
  79. 9f99d92 ART: Fix a minor lint error by David Brazdil · 10 years ago
  80. c7465286 ART: Refactor GraphVisualizer attribute printing by David Brazdil · 10 years ago
  81. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  82. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  83. 27df758 [optimizing] Add memory barriers in constructors when needed by Calin Juravle · 10 years ago
  84. 62e074f ART: Print C1vis header only if visualizer enabled by David Brazdil · 10 years ago
  85. 09ed1a3 [optimizing] Implement X86 intrinsic support by Mark Mendell · 10 years ago
  86. 7c3952f ART: Add -Wunused by Andreas Gampe · 10 years ago
  87. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  88. bb7a28a ART: Dump environment to cfg file. by Zheng Xu · 10 years ago
  89. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  90. 82091da Implement LICM in optimizing compiler. by Nicolas Geoffray · 10 years ago
  91. ea55b93 ART: Further refactor use lists by David Brazdil · 10 years ago
  92. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  93. 9dec5a7 Merge "ART: Replace NULL to nullptr in the optimizing compiler" by Roland Levillain · 10 years ago
  94. 0ada95d ART: Replace NULL to nullptr in the optimizing compiler by Jean Christophe Beyler · 11 years ago
  95. 6c2dff8 Revert "Revert "Fully support pairs in the register allocator."" by Nicolas Geoffray · 10 years ago
  96. c399fdc Revert "Fully support pairs in the register allocator." by Nicolas Geoffray · 10 years ago
  97. 41aedbb Fully support pairs in the register allocator. by Nicolas Geoffray · 10 years ago
  98. c9025c1 Merge "ART: Fixed formatting in HGraphVisualizerPrinter" by David Brazdil · 10 years ago
  99. 36cf095 ART: Fixed formatting in HGraphVisualizerPrinter by David Brazdil · 10 years ago
  100. 840e546 Implement double and float support for arm in register allocator. by Nicolas Geoffray · 10 years ago