1. aa6c109 This improves the variable use weight by taking into account use in loops. It by Andrew Scull · 10 years ago
  2. ec3f565 Subzero: Provide a macro for iterating over instruction variables. by John Porto · 10 years ago
  3. 11c9a32 Weight variables for register allocation by their number of uses. by Andrew Scull · 10 years ago
  4. 28068ad ARM: Add a postRA pass to legalize stack offsets. Greedy approach (reserve IP). by Jan Voung · 10 years ago
  5. a3f57b9 Subzero: Cleanly implement register allocation after phi lowering. by Jim Stichnoth · 10 years ago
  6. 9612d32 Doxygenize the documentation comments by Andrew Scull · 10 years ago
  7. 67f8de9 Includes module header first. by John Porto · 10 years ago
  8. 20b71f5 Subzero: Reduce the amount of #ifdef'd code. by Jim Stichnoth · 10 years ago
  9. 253dc8a Add constant blinding/pooling option for X8632 code translation. by Qining Lu · 10 years ago
  10. 76bb0be Convert Constant->emit() definitions to allow multiple targets to define them. by Jan Voung · 10 years ago
  11. dd842db Subzero: Use a "known" version of clang-format. by Jim Stichnoth · 10 years ago
  12. fa4efea Subzero: Initial implementation of multithreaded translation. by Jim Stichnoth · 10 years ago
  13. 29841e8 Subzero: Use range-based for loops with llvm::ilist<Inst> lists. by Jim Stichnoth · 10 years ago
  14. ae95320 Subzero: Convert NULL->nullptr. by Jim Stichnoth · 10 years ago
  15. 31c9559 Subzero: Use CFG-local arena allocation for relevant containers. by Jim Stichnoth · 10 years ago
  16. e5b73e6 Subzero: Clean up live range construction. by Jim Stichnoth · 10 years ago
  17. 9a04c07 Subzero: Don't store std::string objects inside Variable. by Jim Stichnoth · 10 years ago
  18. 1502e59 Subzero: Use llvm::ilist<> for PhiList and AssignList. by Jim Stichnoth · 10 years ago
  19. dddaf9c Subzero: Fix the g++ build (e.g. Windows). by Jim Stichnoth · 10 years ago
  20. 2a7fcbb Subzero: Use std::vector<> instead of std::list for live range segments. by Jim Stichnoth · 10 years ago
  21. d2cb436 Subzero: Simplify the constant pools. by Jim Stichnoth · 10 years ago
  22. b6c96af Turn off dump/emit routines when building minimal subzero. by Karl Schimpf · 10 years ago
  23. 87ff3a1 Subzero: Simplify the FakeKill instruction. by Jim Stichnoth · 10 years ago
  24. 607e9f0 Subzero: Implement InstList in terms of llvm::ilist<> . by Jim Stichnoth · 10 years ago
  25. bb8b624 Subzero: Improve the representation and handling of the FakeKill instruction. by Jim Stichnoth · 10 years ago
  26. bca2f65 Subzero: Switch to AT&T asm syntax. I give up. by Jim Stichnoth · 10 years ago
  27. 336f6c4 Subzero: Implementation of "advanced Phi lowering". by Jim Stichnoth · 10 years ago
  28. 088b2be Subzero: Improve debugging controls, plus minor refactoring. by Jim Stichnoth · 10 years ago
  29. df6f9d1 Fix handling of relocation names, so that prefix mangling works. by Karl Schimpf · 10 years ago
  30. 877b04e Subzero: Speed up VariablesMetadata initialization. by Jim Stichnoth · 10 years ago
  31. 4775255 Subzero: Improve performance of liveness analysis and live range construction. by Jim Stichnoth · 10 years ago
  32. 037fa1d Subzero: Optimize live range overlaps() computation through trimming. by Jim Stichnoth · 10 years ago
  33. 8363a06 Subzero: Add a few performance measurement tools. by Jim Stichnoth · 10 years ago
  34. df861f7 Subzero: Optimize a common live range overlap calculation. by Jim Stichnoth · 10 years ago
  35. f44f371 Subzero: Auto-awesome iterators. by Jim Stichnoth · 10 years ago
  36. c4554d7 Subzero: Rewrite the pass timing infrastructure. by Jim Stichnoth · 10 years ago
  37. ad40353 Subzero: Automatically infer regalloc preferences and overlap. by Jim Stichnoth · 11 years ago
  38. 144cdce Subzero: Refactor tracking of Defs and block-local Variables. by Jim Stichnoth · 11 years ago
  39. 800dab2 Subzero: Change the way bitcast stack slot lowering is handled. by Jim Stichnoth · 11 years ago
  40. 2e8bfbb Subzero: Refactor Operand::dump(). by Jim Stichnoth · 11 years ago
  41. 89d7956 Subzero: Fix address mode optimization involving phi temporaries. by Jim Stichnoth · 11 years ago
  42. 45a0623 Add support for passing and returning vectors in accordance with the x86 calling convention. by Matt Wala · 11 years ago
  43. d97c7df Subzero: Initial O2 lowering by Jim Stichnoth · 11 years ago
  44. 5bc2b1d Add Om1 lowering with no optimizations. by Jim Stichnoth · 11 years ago
  45. f7c9a14 Initial skeleton of Subzero. by Jim Stichnoth · 11 years ago