index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
Passes.cpp
Age
Commit message (
Expand
)
Author
2011-04-30
Update comment.
Jakob Stoklund Olesen
2011-04-30
Use a greedy algorithm for allocating registers.
Jakob Stoklund Olesen
2011-04-19
Force the greedy register allocator to be linked alongside linear scan.
Jakob Stoklund Olesen
2010-06-03
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-05-27
Add a -regalloc=default option that chooses a register allocator based on the -O
Jakob Stoklund Olesen
2010-02-18
Uniformize the way these options are printed. Requested by
Duncan Sands
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-11-16
*** empty log message ***
Bill Wendling
2006-08-03
Work around a bug in gcc 3.3.5, reported by a user
Chris Lattner
2006-08-02
Final polish on machine pass registries.
Jim Laskey
2006-08-01
1. Change use of "Cache" to "Default".
Jim Laskey
2006-08-01
Introducing plugable register allocators and instruction schedulers.
Jim Laskey
2006-07-27
Working toward registration of register allocators.
Jim Laskey
2006-07-20
Reduce number of exported symbols
Andrew Lenharth
2005-10-24
Alkis agrees that that iterative scan allocator isn't going to be worked on
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-07-22
The default has not been 'simple' for AGES!
Chris Lattner
2004-07-22
Make linear scan the default
Chris Lattner
2004-07-22
Put variable name to a separate line.
Alkis Evlogimenos
2004-07-22
Fit to 80 columns.
Alkis Evlogimenos
2004-07-21
Add Iterative scan register allocator.
Alkis Evlogimenos
2004-07-21
Linearscan is no longer experimental.
Alkis Evlogimenos
2004-07-16
Fix IA64 compatibility
Chris Lattner
2004-03-01
Add a spiller option to llc. A simple spiller will come soon. When we get CFG...
Alkis Evlogimenos
2003-12-28
finegrainify namespacification
Chris Lattner
2003-11-20
Merging the linear scan register allocator in trunk. It currently passes most...
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-02
Moved enum and command-line option in separate file. Also added function that...
Alkis Evlogimenos