1. 7e57136 Subzero: Clean up a few areas. by Jim Stichnoth · 10 years ago
  2. 29841e8 Subzero: Use range-based for loops with llvm::ilist<Inst> lists. by Jim Stichnoth · 10 years ago
  3. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  4. e6d2478 Subzero: Randomize register assignment. by Jim Stichnoth · 10 years ago
  5. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  6. 2a7fcbb Subzero: Use std::vector<> instead of std::list for live range segments. by Jim Stichnoth · 10 years ago
  7. 4ead35a Subzero: Improve the memory-related performance of the register allocator. by Jim Stichnoth · 10 years ago
  8. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  9. 70d0a05 Subzero: Use the linear-scan register allocator for Om1 as well. by Jim Stichnoth · 10 years ago
  10. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  11. 33c8064 Subzero: Remove Variable::NeedsStackSlot. by Jim Stichnoth · 10 years ago
  12. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  13. 877b04e Subzero: Speed up VariablesMetadata initialization. by Jim Stichnoth · 10 years ago
  14. 5ce0abb Subzero: Register allocator performance improvements and simplifications. by Jim Stichnoth · 10 years ago
  15. e22f823 Subzero: Translation-time improvements in the register allocator. by Jim Stichnoth · 10 years ago
  16. 037fa1d Subzero: Optimize live range overlaps() computation through trimming. by Jim Stichnoth · 10 years ago
  17. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  18. 541ba66 Subzero: Improve regalloc performance by optimizing UnhandledPrecolored. by Jim Stichnoth · 11 years ago
  19. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 11 years ago
  20. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 11 years ago
  21. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  22. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 11 years ago
  23. dd7b846 Subzero: Make sure register preferences obey register class constraints. by Jim Stichnoth · 11 years ago
  24. 68e2819 Subzero: Fix a regalloc eviction bug. by Jim Stichnoth · 11 years ago
  25. ca662e9 Subzero: Fix a regalloc bug involving too-aggressive AllowRegisterOverlap. by Jim Stichnoth · 11 years ago
  26. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 11 years ago