1. 476b8dd Alkis agrees that that iterative scan allocator isn't going to be worked on by Chris Lattner · 20 years ago
  2. 835702a Remove trailing whitespace by Misha Brukman · 21 years ago
  3. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  4. 8799dd9 The default has not been 'simple' for AGES! by Chris Lattner · 21 years ago
  5. 68426e5 Make linear scan the default by Chris Lattner · 21 years ago
  6. c73b76a Put variable name to a separate line. by Alkis Evlogimenos · 21 years ago
  7. 52cff0a Fit to 80 columns. by Alkis Evlogimenos · 21 years ago
  8. d524e5b Add Iterative scan register allocator. by Alkis Evlogimenos · 21 years ago
  9. c03ccc2 Linearscan is no longer experimental. by Alkis Evlogimenos · 21 years ago
  10. 34afafc Fix IA64 compatibility by Chris Lattner · 21 years ago
  11. 31953c7 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 · 22 years ago
  12. 27dd642 finegrainify namespacification minor cleanups by Chris Lattner · 22 years ago
  13. 0e9ded7 Merging the linear scan register allocator in trunk. It currently passes most tests under test/Programs/SingleSource/Benchmarks/Shootout so development will continue on trunk. The allocator is not enabled by default. You will need to pass -regallo=linearscan to lli or llc to use it. by Alkis Evlogimenos · 22 years ago
  14. 960707c Put all LLVM code into the llvm namespace, as per bug 109. by Brian Gaeke · 22 years ago
  15. 482202a Added LLVM project notice to the top of every C++ source file. by John Criswell · 22 years ago
  16. 5facafa Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller. by Alkis Evlogimenos · 22 years ago