1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. d120ffd MachineInstr can change. Store indexes instead. by Evan Cheng · 17 years ago
  3. adf8590 If a split live interval is spilled again, remove the kill marker on its last use. by Evan Cheng · 17 years ago
  4. b50bb8c Fix kill info for split intervals. by Evan Cheng · 17 years ago
  5. aee4af6 Remove redundant foldMemoryOperand variants and other code clean up. by Evan Cheng · 17 years ago
  6. 0cbb116 Fixed various live interval splitting bugs / compile time issues. by Evan Cheng · 17 years ago
  7. cada245 Recover compile time regression. by Evan Cheng · 17 years ago
  8. 81a0382 Live interval splitting: by Evan Cheng · 17 years ago
  9. 7f56625 Local spiller optimization: by Evan Cheng · 17 years ago
  10. 549f27d3 Re-implement trivial rematerialization. This allows def MIs whose live intervals that are coalesced to be rematerialized. by Evan Cheng · 17 years ago
  11. 7e23146 by David Greene · 17 years ago
  12. 61e729e More explicit keywords. by Dan Gohman · 17 years ago
  13. 9193514 Re-materialize all loads from fixed stack slots. by Evan Cheng · 17 years ago
  14. 2638e1a First cut trivial re-materialization support. by Evan Cheng · 17 years ago
  15. 94c002a rename DenseMap to IndexedMap. by Chris Lattner · 18 years ago
  16. 5c7e326 Added an automatic cast to "std::ostream*" etc. from OStream. We then can by Bill Wendling · 18 years ago
  17. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  18. b2b9c20 More removal of std::cerr and DEBUG, replacing with DOUT instead. by Bill Wendling · 18 years ago
  19. 2926869 Fix a long-standing wart in the code generator: two-address instruction lowering by Chris Lattner · 18 years ago
  20. 229924a Fix a latent bug that my spiller patch last week exposed: we were leaving by Chris Lattner · 18 years ago
  21. 35f2705 Remove previous patch, which wasn't quite right. by Chris Lattner · 18 years ago
  22. 200370f Local spiller kills a store if the folded restore is turned into a copy. by Evan Cheng · 18 years ago
  23. edf128a Remove trailing whitespace by Misha Brukman · 19 years ago
  24. bec6a9e When a virtual register is folded into an instruction, keep track of whether by Chris Lattner · 20 years ago
  25. c736b3a Document this class a bit :-) by Alkis Evlogimenos · 20 years ago
  26. 7f690e6 Use longer and more explicit names for instance vars (particularly important by Chris Lattner · 20 years ago
  27. 8c4d88d Reindent code, improve comments, move huge nested methods out of classes, by Chris Lattner · 20 years ago
  28. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  29. a39fc0e Add function to clear all virtual->physical mappings but not assigned by Alkis Evlogimenos · 20 years ago
  30. 38af59a Add method to assign stack slot to virtual register without creating a new one. by Alkis Evlogimenos · 20 years ago
  31. f174cc3 Add grow() member that grows the maps when the number of virtual by Alkis Evlogimenos · 20 years ago
  32. dd420e0 Add a spiller option to llc. A simple spiller will come soon. When we get CFG in the machine code represenation a global spiller will also be possible. Also document the linear scan register allocator but mark it as experimental for now. by Alkis Evlogimenos · 20 years ago
  33. 5f37502 Add the long awaited memory operand folding support for linear scan by Alkis Evlogimenos · 20 years ago
  34. fc54e83 Rename member function to be consistent with the rest. by Alkis Evlogimenos · 20 years ago
  35. 4d0d864 Add DenseMap template and actually use it for for mapping virtual regs by Alkis Evlogimenos · 20 years ago
  36. 0d6c5b6 Move machine code rewriter and spiller outside the register allocator. by Alkis Evlogimenos · 20 years ago
  37. ec8b8bb Add predicates for checking if a virtual register has a physical by Alkis Evlogimenos · 20 years ago
  38. e8124b9 Make enum private as it is an implementation detail. by Alkis Evlogimenos · 20 years ago
  39. 7974287 Remove '4Virt' from member function names as it is obvious. by Alkis Evlogimenos · 20 years ago
  40. 34d9bc9 Refactor VirtRegMap out of RegAllocLinearScan as the first part of bug by Alkis Evlogimenos · 20 years ago