1. 6058455 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  2. 145acc5 Revert "Optimizing: Tag basic block allocations with their source." by Vladimir Marko · 10 years ago
  3. 91e11c0 Optimizing: Tag basic block allocations with their source. by Vladimir Marko · 10 years ago
  4. ec16f79 ART: Refactor try/catch block info, store exception type by David Brazdil · 10 years ago
  5. 29fc008 ART: Revert storing of exceptional predecessors by David Brazdil · 10 years ago
  6. b618ade ART: Store and check exceptional predecessors by David Brazdil · 10 years ago
  7. ffee3d3 ART: Build SSA form when try/catch is present by David Brazdil · 10 years ago
  8. 4230e18 Do not replace a live phi with a dead phi. by Nicolas Geoffray · 10 years ago
  9. 51d400d Fix reference comparison after redundant phi elimination. by Nicolas Geoffray · 10 years ago
  10. d23eeef Support for inlining methods that call/throw. by Nicolas Geoffray · 10 years ago
  11. b176d7c Also encode the InvokeType in an InlineInfo. by Nicolas Geoffray · 10 years ago
  12. 8909baf Mark CheckCast's and InstanceOf's input as !CanBeNull if used before in a NullCheck by Guillaume "Vermeille" Sanchez · 10 years ago
  13. 0a23d74 Add a parent environment to HEnvironment. by Nicolas Geoffray · 10 years ago
  14. 8c0c91a Use a growable array instead of an environment during SSA. by Nicolas Geoffray · 10 years ago
  15. f213e05 Add support for caching float and double constants. by Nicolas Geoffray · 10 years ago
  16. 3192540 Cleanup unnecessary test conditions in ssa builder. by Calin Juravle · 10 years ago
  17. a4f8831 Remove duplicates phis created during SSA transformation by Calin Juravle · 10 years ago
  18. 3dcd58c Fix a bug when creating a HDeoptimization instruction. by Nicolas Geoffray · 10 years ago
  19. 8d5b8b2 ART: Force constants into the entry block by David Brazdil · 10 years ago
  20. da4d79b Unify ART's various implementations of bit_cast. by Roland Levillain · 10 years ago
  21. b59dba0 Fix a bug in the SSA builder. by Nicolas Geoffray · 10 years ago
  22. e0fe7ae Make the SSA builder honor the debuggable flag. by Nicolas Geoffray · 10 years ago
  23. d6138ef Ensure the graph is correctly typed. by Nicolas Geoffray · 10 years ago
  24. 10e244f optimizing: NullCheck elimination by Calin Juravle · 10 years ago
  25. ed59619 Optimizing: Speed up HEnvironment use removal by David Brazdil · 10 years ago
  26. 3159674 Fix a bug in the type analysis phase of optimizing. by Nicolas Geoffray · 11 years ago
  27. 21cc798 Fix a bug in the type propagation phase of optimizing. by Nicolas Geoffray · 11 years ago
  28. 421e9f9 Remove HTemporary when building the SSA graph. by Nicolas Geoffray · 11 years ago
  29. 277ccbd ART: More warnings by Andreas Gampe · 11 years ago
  30. 102cbed Implement register allocator for floating point registers. by Nicolas Geoffray · 11 years ago
  31. 476df55 Use Is*() helpers to shorten code in the optimizing compiler. by Roland Levillain · 11 years ago
  32. 184d640 Add a type propagation phase after building SSA. by Nicolas Geoffray · 11 years ago
  33. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 11 years ago
  34. 7c3560f Fix a bug in SSA construction. by Nicolas Geoffray · 11 years ago
  35. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  36. f635e63 Add a compilation tracing mechanism to the new compiler. by Nicolas Geoffray · 11 years ago
  37. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 11 years ago
  38. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago
  39. c32e770 Add a Transform to SSA phase to the optimizing compiler. by Nicolas Geoffray · 11 years ago