1. 3887c46 Remove unnecessary `explicit` qualifiers on constructors. by Roland Levillain · 10 years ago
  2. 8c0676c ART-Optimizing: Fix the type of HDivZeroCheck by Serguei Katkov · 10 years ago
  3. 1339409 Merge "Have constant folding be more flexible." by Roland Levillain · 10 years ago
  4. 9867bc7 Have constant folding be more flexible. by Roland Levillain · 10 years ago
  5. cb1c055 ART: Move exception clearing into own instruction by David Brazdil · 10 years ago
  6. b618ade ART: Store and check exceptional predecessors by David Brazdil · 10 years ago
  7. 2e76830 Revert "Revert "Revert "Revert "Use the object class as top in reference type propagation"""" by Calin Juravle · 10 years ago
  8. a5ae3c3 Revert "Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation"""" by Calin Juravle · 10 years ago
  9. e344a80 Revert "Revert "Revert "Fixes and improvements in ReferenceTypePropagation""" by Calin Juravle · 10 years ago
  10. 00e3b38 Revert "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  11. 9044347 Move to newer clang annotations by Mathieu Chartier · 10 years ago
  12. c5bee2a Merge "Revert "Fixes and improvements in ReferenceTypePropagation"" by Calin Juravle · 10 years ago
  13. 32d7806 Merge "Revert "Use the object class as top in reference type propagation"" by Calin Juravle · 10 years ago
  14. 7733bd6 Revert "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  15. 9b0096b Revert "Fixes and improvements in ReferenceTypePropagation" by Calin Juravle · 10 years ago
  16. 60f4804 Merge "Delete extraneous prefix `SideEffects::` in `nodes.h`." by Roland Levillain · 10 years ago
  17. 1c4ccea Delete extraneous prefix `SideEffects::` in `nodes.h`. by Alexandre Rames · 10 years ago
  18. e6e38ce Merge "Use the object class as top in reference type propagation" by Calin Juravle · 10 years ago
  19. a3073e2 Merge "Fixes and improvements in ReferenceTypePropagation" 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. b0d5fc0 Fixes and improvements in ReferenceTypePropagation by Calin Juravle · 10 years ago
  22. 34c3ba9 Fix broken tests. by Aart Bik · 10 years ago
  23. e07300b Merge "Improved side effect analysis (field/array write/read)." by Aart Bik · 10 years ago
  24. 854a02b Improved side effect analysis (field/array write/read). by Aart Bik · 10 years ago
  25. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  26. f185fb3 Merge "[optimizing] Don't rely on the verifier for String.<init>." by Nicolas Geoffray · 10 years ago
  27. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 10 years ago
  28. f400021 Merge "Fuse long and FP compare & condition on ARM in Optimizing." by Roland Levillain · 10 years ago
  29. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 10 years ago
  30. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 10 years ago
  31. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 10 years ago
  32. 4fa13f6 Fuse long and FP compare & condition on ARM in Optimizing. by Roland Levillain · 10 years ago
  33. 3e18a89 Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing." by Roland Levillain · 10 years ago
  34. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  35. 7d5ea03 Do not create a HBoundType when the instruction is non-null. by Nicolas Geoffray · 10 years ago
  36. 49bace1 Address additional comments on try-catch CL by David Brazdil · 10 years ago
  37. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 10 years ago
  38. b485915 Merge "Revert "Revert "ART: Implement try/catch blocks in Builder""" by David Brazdil · 10 years ago
  39. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  40. 4a08e17 Merge "Minor fixes to mips64 for the arch-specific optimisation framework." by Roland Levillain · 10 years ago
  41. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  42. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  43. 69ba7b7 ART: Run GraphChecker after Builder and SsaBuilder by David Brazdil · 10 years ago
  44. f39e064 Minor fixes to mips64 for the arch-specific optimisation framework. by Alexandre Rames · 10 years ago
  45. 1f82ecc Recompute dominator tree after DCE. by Nicolas Geoffray · 10 years ago
  46. 87a135e Merge "Be careful with predecessor/successor index." by Nicolas Geoffray · 10 years ago
  47. 8b20f88 Be careful with predecessor/successor index. by Nicolas Geoffray · 10 years ago
  48. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 10 years ago
  49. f78848f Don't special case HCurrentMethod in DCE. by Nicolas Geoffray · 10 years ago
  50. 78f4fa7 Preserve class loading semantics in optimizing. by Nicolas Geoffray · 10 years ago
  51. 3584bce Fix premature deoptimization if the loop body isn't entered. by Mingyao Yang · 10 years ago
  52. bebf6bd Merge "Add optimizations for instanceof/checkcast." by Nicolas Geoffray · 10 years ago
  53. 222862c Add optimizations for instanceof/checkcast. by Guillaume Sanchez · 10 years ago
  54. ef20f71 Add boilerplate code for architecture-specific HInstructions. by Alexandre Rames · 10 years ago
  55. 69aa601 Revert "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  56. 7b0e353 Revert "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  57. e21aa42 Pass current method to HNewInstance and HNewArray. by Nicolas Geoffray · 10 years ago
  58. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  59. 81014cb CanThrow() for HArraySet may return true. by Mingyao Yang · 10 years ago
  60. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  61. 66a7d7a Merge "Support for inlining methods that call/throw." by Nicolas Geoffray · 10 years ago
  62. bd699ea Merge "Bring Reference Type Propagation to Instance/StaticInstanceField" by Roland Levillain · 10 years ago
  63. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  64. fbdaa30 Use the new HCurrentMethod in HLoadString. by Nicolas Geoffray · 10 years ago
  65. 104fd8a Bring Reference Type Propagation to Instance/StaticInstanceField by Guillaume "Vermeille" Sanchez · 10 years ago
  66. b4e2fbb Merge "Add a HCurrentMethod node." by Nicolas Geoffray · 10 years ago
  67. 76b1e17 Add a HCurrentMethod node. by Nicolas Geoffray · 10 years ago
  68. 81d804a Bring Reference Type Propagation to NewArray by Guillaume "Vermeille" Sanchez · 10 years ago
  69. c7af85d ART: Update graph's exit block field if removed by David Brazdil · 10 years ago
  70. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 10 years ago
  71. 9758a8e Merge "Also encode the InvokeType in an InlineInfo." by Nicolas Geoffray · 10 years ago
  72. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  73. 0ba218d Remove unnecessary clinit checks by Calin Juravle · 10 years ago
  74. bc84222 Merge "Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck" by Calin Juravle · 10 years ago
  75. dc23a38 Merge "Eliminate redundant constructor barriers when inlining." by Calin Juravle · 10 years ago
  76. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 10 years ago
  77. 07276db Don't do a null test in MarkGCCard if the value cannot be null. by Nicolas Geoffray · 10 years ago
  78. 8909baf Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  79. e82549b [optimizing] Fold HTypeConversion of constants by Mark Mendell · 10 years ago
  80. f396211 Merge "ART: Rediscover loops after deleting blocks in DCE" by David Brazdil · 10 years ago
  81. a4b8c21 ART: Rediscover loops after deleting blocks in DCE by David Brazdil · 10 years ago
  82. 987b2e6 Merge "Simplify floating-point comparisons with NaN in Optimizing." by Roland Levillain · 10 years ago
  83. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  84. 3b55ebb Simplify floating-point comparisons with NaN in Optimizing. by Roland Levillain · 10 years ago
  85. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  86. db216f4 Relax the only one back-edge restriction. by Nicolas Geoffray · 10 years ago
  87. 5d7b7f8 Update the remaining input index of phis after deleting an input. by Nicolas Geoffray · 10 years ago
  88. fd5f56d Merge "Revert "GVN final fields even with side effects."" by Nicolas Geoffray · 10 years ago
  89. 2af2307 Revert "GVN final fields even with side effects." by Nicolas Geoffray · 10 years ago
  90. 56784f8 Merge "GVN final fields even with side effects." by Nicolas Geoffray · 10 years ago
  91. 7817336 GVN final fields even with side effects. by Nicolas Geoffray · 10 years ago
  92. ed51747 Merge "Add synthesize uses at back edge." by Nicolas Geoffray · 10 years ago
  93. 5790260 Add synthesize uses at back edge. by Nicolas Geoffray · 10 years ago
  94. 69a2804 ART: Fix loop information after dead code elimination by David Brazdil · 10 years ago
  95. fadf977 Merge "Add InsertInstructionAfter in HBasicBlock." by Roland Levillain · 10 years ago
  96. 80613ff Merge "Have HInvoke instructions know their number of actual arguments." by Roland Levillain · 10 years ago
  97. 3e3d733 Have HInvoke instructions know their number of actual arguments. by Roland Levillain · 10 years ago
  98. 848f70a Replace String CharArray with internal uint16_t array. by Jeff Hao · 11 years ago
  99. d14438f Merge "ART: Simplify Ifs with BooleanNot condition" by David Brazdil · 10 years ago
  100. 769c9e5 ART: Simplify Ifs with BooleanNot condition by David Brazdil · 10 years ago