1. fa3db3d Change compiler tests to have aligned code item by Mathieu Chartier · 7 years ago
  2. 698ebbc Clean up CodeItemAccessors and Compact/StandardDexFile by Mathieu Chartier · 7 years ago
  3. 9e734c7 Create dex subdirectory by David Sehr · 7 years ago
  4. 808c7a5 Make CodeItem fields private by Mathieu Chartier · 7 years ago
  5. 92f7f3c Use intrinsic codegen for compiling intrinsic methods. by Vladimir Marko · 7 years ago
  6. 2ffb703 cpplint: Cleanup errors by Igor Murashkin · 7 years ago
  7. 69d310e Use ScopedArenaAllocator for building HGraph. by Vladimir Marko · 7 years ago
  8. e764d2e Use ScopedArenaAllocator for register allocation. by Vladimir Marko · 7 years ago
  9. ca6fff8 ART: Use ScopedArenaAllocator for pass-local data. by Vladimir Marko · 7 years ago
  10. 0ebe0d8 ART: Introduce compiler data type. by Vladimir Marko · 7 years ago
  11. 8cf9cb3 ART: Include cleanup by Andreas Gampe · 7 years ago
  12. 032cacd optimizing: do not illegally remove constructor barriers after inlining by Igor Murashkin · 7 years ago
  13. 22aa54b AArch64: Add HInstruction scheduling support. by Alexandre Rames · 8 years ago
  14. e8a3c57 Replace StackHandleScopeCollection with VariableSizedHandleScope by Mathieu Chartier · 8 years ago
  15. 0795f23 Clean up ScopedThreadStateChange to use ObjPtr by Mathieu Chartier · 8 years ago
  16. dee58d6 Revert "Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals"" by David Brazdil · 8 years ago
  17. 6032891 Revert "Refactor HGraphBuilder and SsaBuilder to remove HLocals" by David Brazdil · 8 years ago
  18. e3ff7b2 Refactor HGraphBuilder and SsaBuilder to remove HLocals by David Brazdil · 9 years ago
  19. 86ea7ee Build dominator tree before generating HInstructions by David Brazdil · 9 years ago
  20. 3c94f09 Remove Quick from tree. by Nicolas Geoffray · 8 years ago
  21. badd826 ART: Run SsaBuilder from HGraphBuilder by David Brazdil · 9 years ago
  22. 15bd228 Implement irreducible loop support in optimizing. by Nicolas Geoffray · 9 years ago
  23. 4833f5a ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  24. 68289a5 Revert "ART: Refactor SsaBuilder for more precise typing info" by Alex Light · 9 years ago
  25. d9510df ART: Refactor SsaBuilder for more precise typing info by David Brazdil · 9 years ago
  26. fa6b93c Optimizing: Tag arena allocations in HGraph. by Vladimir Marko · 9 years ago
  27. e401d14 Move mirror::ArtMethod to native by Mathieu Chartier · 9 years ago
  28. 3cd4fc8 Eliminate redundant constructor barriers when inlining. by Calin Juravle · 9 years ago
  29. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 9 years ago
  30. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  31. 5bdab12 Clean up pass driver by Mathieu Chartier · 10 years ago
  32. dd8f887 Fix a bug in the register allocator. by Nicolas Geoffray · 10 years ago
  33. f384f88 Bounds check elimination. by Mingyao Yang · 10 years ago
  34. 55dcfb5 Add support for not-long on ARM64 in the optimizing compiler. by Roland Levillain · 10 years ago
  35. 296bd60 Some improvement to reg alloc. by Mingyao Yang · 10 years ago
  36. 7fb49da Add support for floats and doubles. by Nicolas Geoffray · 10 years ago
  37. 72bceff Initiate a dead code elimination pass in the optimizing compiler. by Roland Levillain · 10 years ago
  38. ccc07a9 Add CFG and SSA form checkers in the optimizing compiler. by Roland Levillain · 10 years ago
  39. fbc695f Revert "Revert "Implement suspend checks in new compiler."" by Nicolas Geoffray · 10 years ago
  40. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 10 years ago
  41. bab4ed7 More code generation for the optimizing compiler. by Nicolas Geoffray · 10 years ago
  42. 3ff386a Add register support to the optimizing compiler. by Nicolas Geoffray · 11 years ago