1. 8a16d97 Fix valgrind errors. by Nicolas Geoffray · 11 years ago
  2. e77493c Make common BitVector operations inline-able. by Ian Rogers · 11 years ago
  3. e503832 Support fields in optimizing compiler. by Nicolas Geoffray · 11 years ago
  4. 31d76b4 Plug code generator into liveness analysis. by Nicolas Geoffray · 11 years ago
  5. ec7e472 Fix some bugs in graph construction/simplification methods. by Nicolas Geoffray · 11 years ago
  6. a7062e0 Add a linear scan register allocator to the optimizing compiler. by Nicolas Geoffray · 11 years ago
  7. a5b8fde Rewrite BitVector index iterator. by Vladimir Marko · 11 years ago
  8. ddb311f Build live ranges in preparation for register allocation. by Nicolas Geoffray · 11 years ago
  9. 0d3f578 Linearize the graph before creating live ranges. by Nicolas Geoffray · 11 years ago
  10. f635e63 Add a compilation tracing mechanism to the new compiler. by Nicolas Geoffray · 11 years ago
  11. 622d9c3 Add loop recognition and CFG simplifications in new compiler. by Nicolas Geoffray · 11 years ago
  12. 804d093 Build live-in, live-out and kill sets for each block. by Nicolas Geoffray · 11 years ago