1. 5233f93 Optimizing: Tag even more arena allocations. by Vladimir Marko · 10 years ago
  2. 3b9f304 Address HPackedSwitch issues raised after merge by Mark Mendell · 10 years ago
  3. ec7e44f Merge "Optimizing: Tag more arena allocations." by Vladimir Marko · 10 years ago
  4. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 10 years ago
  5. d7558da ART: Preserve loop headers with try/catch by David Brazdil · 10 years ago
  6. fe57faa [optimizing] Add basic PackedSwitch support by Mark Mendell · 10 years ago
  7. 85c7bab Revert "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 10 years ago
  8. 6766eae Merge "Revert "Optimize code generation of check-cast and instance-of."" by Nicolas Geoffray · 10 years ago
  9. 7537437 Revert "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 10 years ago
  10. b7d8e8c Optimizing: Do not use range-based loop when inserting elements. by Vladimir Marko · 10 years ago
  11. a201d5e Merge "Optimize code generation of check-cast and instance-of." by Nicolas Geoffray · 10 years ago
  12. e6f49b4 Revert "Support unresolved fields in optimizing" breaks debuggable tests. by Calin Juravle · 10 years ago
  13. 64acf30 Optimize code generation of check-cast and instance-of. by Nicolas Geoffray · 10 years ago
  14. 23a8e35 Support unresolved fields in optimizing by Calin Juravle · 10 years ago
  15. 175dc73 Support unresolved methods in Optimizing by Calin Juravle · 10 years ago
  16. 5d01db1 BuildInvoke refactor: extract String.init in its own code path by Calin Juravle · 10 years ago
  17. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 10 years ago
  18. 77a48ae Revert "Revert "ART: Register allocation and runtime support for try/catch"" by David Brazdil · 10 years ago
  19. 659562a Revert "ART: Register allocation and runtime support for try/catch" by David Brazdil · 10 years ago
  20. b022fa1 ART: Register allocation and runtime support for try/catch by David Brazdil · 10 years ago
  21. 9af47e2 Merge "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  22. 3ecfd65 Add dex_pc to all HInstructions in builder. by Yevgeny Rouban · 10 years ago
  23. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  24. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 10 years ago
  25. 673ed3d Revert "Revert "Change dex caches to be weak roots"" by Mathieu Chartier · 10 years ago
  26. 599262c Fix extra parantheses by Calin Juravle · 10 years ago
  27. 0eedd7e Fix BuildInvoke by Calin Juravle · 10 years ago
  28. 68ad649 Refactor BuildInvoke. by Calin Juravle · 10 years ago
  29. 99429ae Merge "Revert "Revert "Optimizing: Better invoke-static/-direct dispatch.""" by Vladimir Marko · 10 years ago
  30. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 10 years ago
  31. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 10 years ago
  32. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 10 years ago
  33. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 10 years ago
  34. cb1c055 ART: Move exception clearing into own instruction by David Brazdil · 10 years ago
  35. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 10 years ago
  36. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 10 years ago
  37. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 10 years ago
  38. f185fb3 Merge "[optimizing] Don't rely on the verifier for String.<init>." by Nicolas Geoffray · 10 years ago
  39. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 10 years ago
  40. f400021 Merge "Fuse long and FP compare & condition on ARM in Optimizing." by Roland Levillain · 10 years ago
  41. 72783ff ART: Fix bug in GraphBuilder by David Brazdil · 10 years ago
  42. 6cd788f Address small comments in HGraphBuilder by David Brazdil · 10 years ago
  43. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 10 years ago
  44. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 10 years ago
  45. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 10 years ago
  46. 4fa13f6 Fuse long and FP compare & condition on ARM in Optimizing. by Roland Levillain · 10 years ago
  47. 3e18a89 Merge "Fuse long and FP compare & condition on x86/x86-64 in Optimizing." by Roland Levillain · 10 years ago
  48. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 10 years ago
  49. 281a632 ART: Fix graph for switch leaving a try block by David Brazdil · 10 years ago
  50. 49bace1 Address additional comments on try-catch CL by David Brazdil · 10 years ago
  51. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 10 years ago
  52. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 10 years ago
  53. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 10 years ago
  54. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 10 years ago
  55. b809daa Merge "ART: Stop creating a fallthrough block for Goto" by David Brazdil · 10 years ago
  56. fe65946 ART: Stop creating a fallthrough block for Goto by David Brazdil · 10 years ago
  57. 1efcc22 Fix another case of un-verified dead code. by Nicolas Geoffray · 10 years ago
  58. b783b40 Revert "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  59. ae37039 Merge "Use compiling class instead of outer class for access checks." by Nicolas Geoffray · 10 years ago
  60. 0f0be72 Merge "Revert "Use IsAssignableFrom instead of IsSubclass for robustness."" by Nicolas Geoffray · 10 years ago
  61. 463580c Revert "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  62. afd0641 Use compiling class instead of outer class for access checks. by Nicolas Geoffray · 10 years ago
  63. e85647e Merge "Use IsAssignableFrom instead of IsSubclass for robustness." by Nicolas Geoffray · 10 years ago
  64. aa91920 Fix String Change baseline compiler errors. by Nicolas Geoffray · 10 years ago
  65. af268bb Use IsAssignableFrom instead of IsSubclass for robustness. by Nicolas Geoffray · 10 years ago
  66. e102f19 Merge "Fix StringChange for optimizing compiler." by Jeff Hao · 10 years ago
  67. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 10 years ago
  68. 3045174 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 10 years ago
  69. cad6542 Fix StringChange for optimizing compiler. by Jeff Hao · 10 years ago
  70. 69505f8 Don't check the return type in the builder. by Nicolas Geoffray · 10 years ago
  71. 2e33525 Bailout from compilation if an invoke is malformed. by Nicolas Geoffray · 10 years ago
  72. 2ef645b ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  73. 15875b0 Revert "ART: Allow PackedSwitch instructions with zero targets" by David Brazdil · 10 years ago
  74. 241f9c4 ART: Allow PackedSwitch instructions with zero targets by David Brazdil · 10 years ago
  75. ae09d2d Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  76. 6c0c4f2 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  77. a981f9d Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  78. 958857d Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  79. ddedddc Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  80. 73d01bc Merge "ART: Check long and double register pairs in invokes" by Andreas Gampe · 10 years ago
  81. da9badb ART: Check long and double register pairs in invokes by Andreas Gampe · 10 years ago
  82. 69aa601 Revert "Revert "Pass current method to HNewInstance and HNewArray."" by Nicolas Geoffray · 10 years ago
  83. 7b0e353 Revert "Pass current method to HNewInstance and HNewArray." by Nicolas Geoffray · 10 years ago
  84. e21aa42 Pass current method to HNewInstance and HNewArray. by Nicolas Geoffray · 10 years ago
  85. c345f14 Revert "Use HCurrentMethod in HInvokeStaticOrDirect." by Nicolas Geoffray · 10 years ago
  86. 38207af Use HCurrentMethod in HInvokeStaticOrDirect. by Nicolas Geoffray · 10 years ago
  87. 012a072 Revert "Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types""" by Calin Juravle · 10 years ago
  88. 82cc909 Revert "Revert "Bring ReferenceTypePropagation to HInvoke return types"" by Calin Juravle · 10 years ago
  89. 8ccf8a0 Revert "Bring ReferenceTypePropagation to HInvoke return types" by Calin Juravle · 10 years ago
  90. 77e48c6 Bring ReferenceTypePropagation to HInvoke return types by Guillaume "Vermeille" Sanchez · 10 years ago
  91. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 10 years ago
  92. 66a7d7a Merge "Support for inlining methods that call/throw." by Nicolas Geoffray · 10 years ago
  93. bd699ea Merge "Bring Reference Type Propagation to Instance/StaticInstanceField" by Roland Levillain · 10 years ago
  94. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  95. fbdaa30 Use the new HCurrentMethod in HLoadString. by Nicolas Geoffray · 10 years ago
  96. 104fd8a Bring Reference Type Propagation to Instance/StaticInstanceField by Guillaume "Vermeille" Sanchez · 10 years ago
  97. b4e2fbb Merge "Add a HCurrentMethod node." by Nicolas Geoffray · 10 years ago
  98. 76b1e17 Add a HCurrentMethod node. by Nicolas Geoffray · 10 years ago
  99. 81d804a Bring Reference Type Propagation to NewArray by Guillaume "Vermeille" Sanchez · 10 years ago
  100. d5111bf Do not use dex_compilation_unit after inlining. by Nicolas Geoffray · 10 years ago