1. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  2. 456307a Revert "Revert "Use dex cache from compilation unit in RTP."" by Vladimir Marko · 8 years ago
  3. 34d9b04 Revert "Use dex cache from compilation unit in RTP." by Nicolas Geoffray · 8 years ago
  4. 27bb86e Use dex cache from compilation unit in RTP. by Vladimir Marko · 8 years ago
  5. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  6. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  7. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 8 years ago
  8. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 8 years ago
  9. d96a246 Optimizing: Do not insert suspend checks on back-edges. by Vladimir Marko · 8 years ago
  10. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 8 years ago
  11. b331feb Revert "Revert "Implement on-stack replacement for arm/arm64/x86/x86_64."" by Nicolas Geoffray · 8 years ago
  12. 58282f4 ART: Remove Baseline compiler by David Brazdil · 9 years ago
  13. 0cf4493 Generate more stack maps during native debugging. by David Srbecky · 9 years ago
  14. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  15. f3e0ee2 Revert "Revert "ART: Reduce the instructions generated by packed switch."" by Vladimir Marko · 9 years ago
  16. b4c1376 Revert "ART: Reduce the instructions generated by packed switch." by Nicolas Geoffray · 9 years ago
  17. 59f054d ART: Reduce the instructions generated by packed switch. by Zheng Xu · 9 years ago
  18. e523423 Revert "Revert "Don't use the compiler driver for method resolution."" by Nicolas Geoffray · 9 years ago
  19. c88ef3a Revert "Don't use the compiler driver for method resolution." by Nicolas Geoffray · 9 years ago
  20. 4db0bf9 Don't use the compiler driver for method resolution. by Nicolas Geoffray · 9 years ago
  21. d9dc6f4 A few more optimizations on avoiding HClinit. by Nicolas Geoffray · 9 years ago
  22. 729645a Explicitly add HLoadClass/HClinitCheck for HNewInstance. by Nicolas Geoffray · 9 years ago
  23. fb8464a Revert "Revert "Enable store elimination for singleton objects."" by Mingyao Yang · 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. dc151b2 Optimizing: Determine invoke-static/-direct dispatch early. by Vladimir Marko · 9 years ago
  27. 98893e1 Add support for unresolved classes in optimizing. by Calin Juravle · 9 years ago
  28. 07380a2 Enable compilation of members with access check failures. by Calin Juravle · 9 years ago
  29. ec7e44f Merge "Optimizing: Tag more arena allocations." by Vladimir Marko · 9 years ago
  30. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  31. d7558da ART: Preserve loop headers with try/catch by David Brazdil · 9 years ago
  32. fe57faa [optimizing] Add basic PackedSwitch support by Mark Mendell · 9 years ago
  33. 5d01db1 BuildInvoke refactor: extract String.init in its own code path by Calin Juravle · 9 years ago
  34. 3ecfd65 Add dex_pc to all HInstructions in builder. by Yevgeny Rouban · 9 years ago
  35. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  36. aa50d3a Add missing field init in constructors by Sebastien Hertz · 9 years ago
  37. 0eedd7e Fix BuildInvoke by Calin Juravle · 9 years ago
  38. 68ad649 Refactor BuildInvoke. by Calin Juravle · 9 years ago
  39. 5815501 Revert "Revert "Optimizing: Better invoke-static/-direct dispatch."" by Vladimir Marko · 9 years ago
  40. b2c431e Revert "Optimizing: Better invoke-static/-direct dispatch." by Vladimir Marko · 9 years ago
  41. 9b688a0 Optimizing: Better invoke-static/-direct dispatch. by Vladimir Marko · 9 years ago
  42. 9523a3e Revert "Revert "Use the quickened metadata to compile -QUICK opcodes."" by Nicolas Geoffray · 9 years ago
  43. 8ab9a90 Revert "Use the quickened metadata to compile -QUICK opcodes." by Nicolas Geoffray · 9 years ago
  44. 4515a67 Use the quickened metadata to compile -QUICK opcodes. by Nicolas Geoffray · 9 years ago
  45. 2e7cd75 [optimizing] Don't rely on the verifier for String.<init>. by Nicolas Geoffray · 9 years ago
  46. bff7503 Revert "Revert "ART: Ignore try blocks with no throwing instructions"" by David Brazdil · 9 years ago
  47. efe374d Revert "ART: Ignore try blocks with no throwing instructions" by David Brazdil · 9 years ago
  48. 8f8ee68 ART: Ignore try blocks with no throwing instructions by David Brazdil · 9 years ago
  49. c470193 Fuse long and FP compare & condition on x86/x86-64 in Optimizing. by Mark Mendell · 9 years ago
  50. 49bace1 Address additional comments on try-catch CL by David Brazdil · 9 years ago
  51. 56e1acc ART: Changes to try-catch in GraphBuilder by David Brazdil · 9 years ago
  52. fc6a86a Revert "Revert "ART: Implement try/catch blocks in Builder"" by David Brazdil · 9 years ago
  53. 3e18738 Revert "ART: Implement try/catch blocks in Builder" by David Brazdil · 9 years ago
  54. 0b5c7d1 ART: Implement try/catch blocks in Builder by David Brazdil · 9 years ago
  55. 4dda337 MIPS: Initial version of optimizing compiler for MIPS64R6. by Alexey Frunze · 9 years ago
  56. 3045174 Use compiling class instead of referrer for access checks. by Nicolas Geoffray · 9 years ago
  57. 702d260 Skip compilation when falling-through out of method code. by Calin Juravle · 9 years ago
  58. 1b49872 ART: Same skip-compilation heuristic in both backends by David Brazdil · 9 years ago
  59. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  60. 9437b78 Revert "Revert "Inline across dex files."" by Nicolas Geoffray · 9 years ago
  61. 46e2a39 ART: Boolean simplifier by David Brazdil · 9 years ago
  62. 7c3952f ART: Add -Wunused by Andreas Gampe · 9 years ago
  63. b666f48 Move arenas into runtime by Mathieu Chartier · 9 years ago
  64. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  65. 852eaff No SuspendChecks when branching to return block by David Brazdil · 9 years ago
  66. cb1b00a Use the non access check entrypoint when possible. by Nicolas Geoffray · 9 years ago
  67. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  68. 48c2b03 Add more compilation stats to optimizing by Calin Juravle · 10 years ago
  69. e4d4d32 ART: Add SparseSwitch support to the optimizing compiler by Andreas Gampe · 10 years ago
  70. 7c8ce29 Merge "ART: Add PackedSwitch support to the optimizing compiler" by Andreas Gampe · 10 years ago
  71. d881df5 ART: Add PackedSwitch support to the optimizing compiler by Andreas Gampe · 10 years ago
  72. 624279f Add support for float-to-long in the optimizing compiler. by Roland Levillain · 10 years ago
  73. 43a539f Add some heursitics for compiling, close to Quick's. by Nicolas Geoffray · 10 years ago
  74. ddb7df2 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  75. 91debbc Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Calin Juravle · 10 years ago
  76. fd86124 [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  77. 799f506 Revert "[optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE}" by Nicolas Geoffray · 10 years ago
  78. cea28ec [optimizing compiler] Add CMP{L,G}_{FLOAT,DOUBLE} by Calin Juravle · 10 years ago
  79. 9aec02f [optimizing compiler] Add shifts by Calin Juravle · 10 years ago
  80. bacfec3 [optimizing compiler] Add REM_INT, REM_LONG by Calin Juravle · 10 years ago
  81. 225ff81 [optimizing compiler] Rename dex_offset to dex_pc in the builder by Calin Juravle · 10 years ago
  82. d6fb6cf [optimizing compiler] Add DIV_LONG by Calin Juravle · 10 years ago
  83. 57a88d4 Implement checkcast for optimizing. by Nicolas Geoffray · 10 years ago
  84. 52e832b Support floats and doubles in fields. by Nicolas Geoffray · 10 years ago
  85. 0f00db7 Fixed BuildCheckedDiv signature by Calin Juravle · 10 years ago
  86. 865fc88 [optimizing compiler] Add DIV_INT_2ADDR by Calin Juravle · 10 years ago
  87. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 10 years ago
  88. dff1f28 Support int-to-long conversions in the optimizing compiler. by Roland Levillain · 10 years ago
  89. 19a19cf Add support for static fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  90. 8d6ae52 Fix wrong unsigned to signed conversions. by Nicolas Geoffray · 10 years ago
  91. a3d05a4 Implement array creation related DEX instructions. by Nicolas Geoffray · 10 years ago
  92. 88cb175 Implement int negate instruction in the optimizing compiler. by Roland Levillain · 10 years ago
  93. 0279ebb Tidy ELF builder. by Ian Rogers · 10 years ago
  94. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  95. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  96. 7e3652c Revert "Implement suspend checks in new compiler." by Nicolas Geoffray · 10 years ago
  97. 6fbce02 Implement suspend checks in new compiler. by Nicolas Geoffray · 10 years ago
  98. 3c7bb98 Implement array get and array put in optimizing. by Nicolas Geoffray · 10 years ago
  99. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  100. 412f10c Support longs in the register allocator for x86_64. by Nicolas Geoffray · 10 years ago