1. fb8d279 [optimizing] Implement x86/x86_64 math intrinsics by Mark Mendell · 10 years ago
  2. 3afca78 Fix tests now that the SSA builder is pruning more phis. by Nicolas Geoffray · 10 years ago
  3. b666f48 Move arenas into runtime by Mathieu Chartier · 10 years ago
  4. 5e8b137 Create HGraph outside Builder, print timings by David Brazdil · 10 years ago
  5. cd6dffe Add implicit null checks for the optimizing compiler by Calin Juravle · 10 years ago
  6. e53798a Inlining support in optimizing. by Nicolas Geoffray · 10 years ago
  7. f537012 Treat SSA transformation special, as we may have to bailout. by Nicolas Geoffray · 10 years ago
  8. 360231a Fix code generation of materialized conditions. by Nicolas Geoffray · 10 years ago
  9. 8ddb00c Improve detection of lifetime holes. by Nicolas Geoffray · 10 years ago
  10. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 10 years ago
  11. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 10 years ago
  12. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 10 years ago
  13. 26066f2 Don't use Dump for printing a bitset in liveness_test. by Nicolas Geoffray · 10 years ago
  14. 014d77a ART: BitVector not calculating number_of_bits correctly by Jean Christophe Beyler · 10 years ago
  15. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 10 years ago
  16. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 10 years ago
  17. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 10 years ago