summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/Passes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Alkis agrees that that iterative scan allocator isn't going to be worked onChris Lattner2005-10-241-4/+1
| | | | | | in the future, remove it. llvm-svn: 23952
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
| | | | llvm-svn: 21420
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* The default has not been 'simple' for AGES!Chris Lattner2004-07-221-1/+1
| | | | llvm-svn: 15114
* Make linear scan the defaultChris Lattner2004-07-221-1/+1
| | | | llvm-svn: 15111
* Put variable name to a separate line.Alkis Evlogimenos2004-07-221-1/+2
| | | | llvm-svn: 15108
* Fit to 80 columns.Alkis Evlogimenos2004-07-221-10/+11
| | | | llvm-svn: 15105
* Add Iterative scan register allocator.Alkis Evlogimenos2004-07-211-4/+7
| | | | llvm-svn: 15068
* Linearscan is no longer experimental.Alkis Evlogimenos2004-07-211-1/+1
| | | | llvm-svn: 15067
* Fix IA64 compatibilityChris Lattner2004-07-161-1/+1
| | | | llvm-svn: 14866
* Add a spiller option to llc. A simple spiller will come soon. When we get ↵Alkis Evlogimenos2004-03-011-1/+1
| | | | | | 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. llvm-svn: 12062
* finegrainify namespacificationChris Lattner2003-12-281-9/+7
| | | | | | minor cleanups llvm-svn: 10619
* Merging the linear scan register allocator in trunk. It currently passes ↵Alkis Evlogimenos2003-11-201-3/+6
| | | | | | 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. llvm-svn: 10103
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
| | | | llvm-svn: 9903
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
| | | | | | Header files will be on the way. llvm-svn: 9298
* Moved enum and command-line option in separate file. Also added function ↵Alkis Evlogimenos2003-10-021-0/+35
that returns the user selected register allocator to the caller. llvm-svn: 8819
OpenPOWER on IntegriCloud