1. c52b26d Recognize getClass() in RTP. by Nicolas Geoffray · 8 years ago
  2. a5b09a6 ART: Add dex::TypeIndex by Andreas Gampe · 8 years ago
  3. 2ac06bc Test all register allocators in regalloc gtest by Matthew Gharrity · 8 years ago
  4. d9ffd0d Implement a graph coloring register allocator by Matthew Gharrity · 8 years ago
  5. 8f49d4b Refactor register allocation to be pluggable by Matthew Gharrity · 8 years ago
  6. e928885 Rename current register allocator implementation by Matthew Gharrity · 8 years ago
  7. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  8. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  9. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  10. 9865bde Rename NullHandle to ScopedNullHandle by Mathieu Chartier · 9 years ago
  11. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  12. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  13. 8df69d4 Revert "Revert "load store elimination."" by Mingyao Yang · 9 years ago
  14. e6e3bea Revert "Revert "optimizing: propagate type information of arguments"" by Calin Juravle · 9 years ago
  15. c05aca7 Revert "optimizing: propagate type information of arguments" by Calin Juravle · 9 years ago
  16. 2c1ffc3 optimizing: propagate type information of arguments by Calin Juravle · 9 years ago
  17. ec7802a Add DCHECKs to ArenaVector and ScopedArenaVector. by Vladimir Marko · 9 years ago
  18. 154746b Remove dex_pc's default value from top level HInstruction by Calin Juravle · 9 years ago
  19. 2aaa4b5 Optimizing: Tag more arena allocations. by Vladimir Marko · 9 years ago
  20. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  21. 736b560 Reduce how often we call FindDexCache by Mathieu Chartier · 9 years ago
  22. 30971d6 Fix lint error. by Nicolas Geoffray · 9 years ago
  23. 23a8188 Fix gtest by adding fake lifetime positions. by Nicolas Geoffray · 9 years ago
  24. 104fd8a Bring Reference Type Propagation to Instance/StaticInstanceField by Guillaume "Vermeille" Sanchez · 9 years ago
  25. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 9 years ago
  26. 2af2307 Revert "GVN final fields even with side effects." by Nicolas Geoffray · 9 years ago
  27. 7817336 GVN final fields even with side effects. by Nicolas Geoffray · 9 years ago
  28. 8cbab3c Linear scan: split at better positions. by Nicolas Geoffray · 9 years ago
  29. f4eb9ae ART: Fix a failing gtest by David Brazdil · 9 years ago
  30. 0d9f17d Move the linear order to the HGraph. by Nicolas Geoffray · 9 years ago
  31. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 9 years ago
  32. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 9 years ago
  33. 10f56cb ART: Fix crash in gtests by David Brazdil · 9 years ago
  34. 09b8463 [optimizing compiler] x86 goodness by Mark Mendell · 10 years ago
  35. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  36. c202414 Merge "Create HGraph outside Builder, print timings" by David Brazdil · 10 years ago
  37. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  38. 18c219b Fix test after register allocator changes. by Nicolas Geoffray · 10 years ago
  39. d426a8f Fix register allocator test. by Calin Juravle · 10 years ago
  40. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  41. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  42. 52c4896 [optimizing compiler] Add support for volatile by Calin Juravle · 10 years ago
  43. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  44. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  45. d6fb6cf [optimizing compiler] Add DIV_LONG by Calin Juravle · 10 years ago
  46. f43083d Do not update Out after it has a valid location. by Nicolas Geoffray · 10 years ago
  47. d0d4852 [optimizing compiler] Add div-int and exception handling. by Calin Juravle · 10 years ago
  48. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 10 years ago
  49. 1f897b9 Fix register_allocator_test after reg alloc changes. by Nicolas Geoffray · 10 years ago
  50. 56b9ee6 Stop converting from Location to ManagedRegister. by Nicolas Geoffray · 10 years ago
  51. 01ef345 Add trivial register hints to the register allocator. by Nicolas Geoffray · 10 years ago
  52. fd680d8 Fix test now that instructions can die at instruction entry. by Nicolas Geoffray · 10 years ago
  53. aac0f39 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  54. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 10 years ago
  55. 3946844 Runtime support for the new stack maps for the opt compiler. by Nicolas Geoffray · 10 years ago
  56. 3ac17fc Fix SsaDeadPhiElimination in the presence of dependent phis. by Nicolas Geoffray · 10 years ago
  57. de025a7 Fix a bug in LiveInterval::FirstRegisterUseAfter. by Nicolas Geoffray · 10 years ago
  58. 86dbb9a Final CL to enable register allocation on x86. by Nicolas Geoffray · 10 years ago
  59. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  60. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago