1. a1de918 Optimizing: Reduce memory usage of HInstructions. by Vladimir Marko · 9 years ago
  2. c7098ff Remove HNativeDebugInfo from start of basic blocks. by David Srbecky · 9 years ago
  3. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  4. 6e33252 ART: Remove HTemporary by David Brazdil · 9 years ago
  5. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 9 years ago
  6. fedd91d Optimizing compiler support for directly calling interface methods by Alex Light · 9 years ago
  7. 6de1938 ART: Remove incorrect HFakeString optimization by David Brazdil · 9 years ago
  8. f555258 ART: Create BoundType for CheckCast early by David Brazdil · 9 years ago
  9. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  10. 917d016 Don't generate a slow path for strings in the dex cache. by Nicolas Geoffray · 9 years ago
  11. 41844e5 Fix braino when resolving an invoke-super. by Nicolas Geoffray · 9 years ago
  12. dae2414 ART: Check invoke-interface earlier in verifier by Andreas Gampe · 9 years ago
  13. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  14. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  15. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  16. 42e372e Optimize HLoadClass when we know the class is in the cache. by Nicolas Geoffray · 9 years ago
  17. d9dc6f4 A few more optimizations on avoiding HClinit. by Nicolas Geoffray · 9 years ago
  18. 317f9ce Fix lint error. by Nicolas Geoffray · 9 years ago
  19. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  20. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 9 years ago
  21. 3e5b3c9 Merge "Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect." by Vladimir Marko · 9 years ago
  22. b554b5a Optimizing: Remove unused ArtMethod* input from HInvokeStaticOrDirect. by Vladimir Marko · 9 years ago
  23. 9bc4361 ART: Fix simplification of catch blocks in the presence of dead code by David Brazdil · 9 years ago
  24. 55d02cf Revert "Enable store elimination for singleton objects." by Andreas Gampe · 9 years ago
  25. 7f43a3d Enable store elimination for singleton objects. by Mingyao Yang · 9 years ago
  26. cbf3c0f Merge "Optimizing: Determine invoke-static/-direct dispatch early." by Vladimir Marko · 9 years ago
  27. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  28. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  29. 7cf979b Merge "Revert "Revert "optimizing: propagate type information of arguments""" by Calin Juravle · 9 years ago
  30. 8030c41 Revert "load store elimination." by Nicolas Geoffray · 9 years ago
  31. 589dac7 load store elimination. by Mingyao Yang · 9 years ago
  32. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  33. df34560 Merge "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  34. c05aca7 Revert "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  35. 02280e6 Merge "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  36. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 9 years ago
  37. b5c810e Merge "Optimizing: Avoid string init register set copy for debuggable." by Vladimir Marko · 9 years ago
  38. dbc2337 Optimizing: Avoid string init register set copy for debuggable. by Vladimir Marko · 9 years ago
  39. 4e2a557 Assert that referrers class should not need access check. by Calin Juravle · 9 years ago
  40. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  41. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  42. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  43. e460d1d Revert "Revert "Support unresolved fields in optimizing" by Calin Juravle · 9 years ago
  44. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 9 years ago
  45. 3b9f304 Address HPackedSwitch issues raised after merge by Mark Mendell · 9 years ago
  46. ec7e44f Merge "Optimizing: Tag more arena allocations." by Vladimir Marko · 9 years ago
  47. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  48. d7558da ART: Preserve loop headers with try/catch by David Brazdil · 9 years ago
  49. fe57faa [optimizing] Add basic PackedSwitch support by Mark Mendell · 9 years ago
  50. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  51. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 9 years ago
  52. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  53. b7d8e8c Optimizing: Do not use range-based loop when inserting elements. by Vladimir Marko · 9 years ago
  54. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 9 years ago
  55. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 9 years ago
  56. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 9 years ago
  57. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 9 years ago
  58. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 9 years ago
  59. 5d01db1 BuildInvoke refactor: extract String.init in its own code path by Calin Juravle · 9 years ago
  60. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  61. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 9 years ago
  62. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 9 years ago
  63. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 9 years ago
  64. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 9 years ago
  65. 3ecfd65 Add dex_pc to all HInstructions in builder. by Yevgeny Rouban · 9 years ago
  66. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 9 years ago
  67. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  68. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 9 years ago
  69. 599262c Fix extra parantheses by Calin Juravle · 9 years ago
  70. 0eedd7e Fix BuildInvoke by Calin Juravle · 9 years ago
  71. 68ad649 Refactor BuildInvoke. by Calin Juravle · 9 years ago
  72. 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 9 years ago
  73. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  74. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 9 years ago
  75. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  76. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  77. cb1c055 ART: Move exception clearing into own instruction by David Brazdil · 9 years ago
  78. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 9 years ago
  79. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 9 years ago
  80. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 9 years ago
  81. f185fb3 Merge "[optimizing] Don't rely on the verifier for String.<init>." by Nicolas Geoffray · 9 years ago
  82. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 9 years ago
  83. f400021 Merge "Fuse long and FP compare & condition on ARM in Optimizing." by Roland Levillain · 9 years ago
  84. 72783ff ART: Fix bug in GraphBuilder by David Brazdil · 9 years ago
  85. 6cd788f Address small comments in HGraphBuilder by David Brazdil · 9 years ago
  86. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 9 years ago
  87. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 9 years ago
  88. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 9 years ago
  89. 4fa13f6 Fuse long and FP compare & condition on ARM in Optimizing. by Roland Levillain · 9 years ago
  90. 3e18a89 Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing." by Roland Levillain · 9 years ago
  91. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  92. 281a632 ART: Fix graph for switch leaving a try block by David Brazdil · 9 years ago
  93. 49bace1 Address additional comments on try-catch CL by David Brazdil · 9 years ago
  94. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 9 years ago
  95. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 9 years ago
  96. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 9 years ago
  97. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 9 years ago
  98. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 9 years ago
  99. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 9 years ago
  100. 1efcc22 Fix another case of un-verified dead code. by Nicolas Geoffray · 9 years ago