Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d39c60fcc80b458d1bc6fd9e697f104098809bcb
/
llvm
/
lib
/
CodeGen
/
Passes.cpp
476b8dd
Alkis agrees that that iterative scan allocator isn't going to be worked on
by Chris Lattner
· 20 years ago
835702a
Remove trailing whitespace
by Misha Brukman
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
8799dd9
The default has not been 'simple' for AGES!
by Chris Lattner
· 21 years ago
68426e5
Make linear scan the default
by Chris Lattner
· 21 years ago
c73b76a
Put variable name to a separate line.
by Alkis Evlogimenos
· 21 years ago
52cff0a
Fit to 80 columns.
by Alkis Evlogimenos
· 21 years ago
d524e5b
Add Iterative scan register allocator.
by Alkis Evlogimenos
· 21 years ago
c03ccc2
Linearscan is no longer experimental.
by Alkis Evlogimenos
· 21 years ago
34afafc
Fix IA64 compatibility
by Chris Lattner
· 21 years ago
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
27dd642
finegrainify namespacification minor cleanups
by Chris Lattner
· 22 years ago
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
960707c
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
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