Chris Lattner
|
8799dd9e2e
|
The default has not been 'simple' for AGES!
llvm-svn: 15114
|
2004-07-22 21:46:02 +00:00 |
|
Chris Lattner
|
68426e5ba6
|
Make linear scan the default
llvm-svn: 15111
|
2004-07-22 18:42:00 +00:00 |
|
Alkis Evlogimenos
|
c73b76a0a8
|
Put variable name to a separate line.
llvm-svn: 15108
|
2004-07-22 15:30:33 +00:00 |
|
Alkis Evlogimenos
|
52cff0adf0
|
Fit to 80 columns.
llvm-svn: 15105
|
2004-07-22 14:29:31 +00:00 |
|
Alkis Evlogimenos
|
d524e5bdf2
|
Add Iterative scan register allocator.
llvm-svn: 15068
|
2004-07-21 08:24:35 +00:00 |
|
Alkis Evlogimenos
|
c03ccc225b
|
Linearscan is no longer experimental.
llvm-svn: 15067
|
2004-07-21 08:18:50 +00:00 |
|
Chris Lattner
|
34afafc190
|
Fix IA64 compatibility
llvm-svn: 14866
|
2004-07-16 00:06:01 +00:00 |
|
Alkis Evlogimenos
|
31953c7a10
|
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.
llvm-svn: 12062
|
2004-03-01 23:18:15 +00:00 |
|
Chris Lattner
|
27dd64242b
|
finegrainify namespacification
minor cleanups
llvm-svn: 10619
|
2003-12-28 07:59:53 +00:00 |
|
Alkis Evlogimenos
|
0e9ded74c0
|
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.
llvm-svn: 10103
|
2003-11-20 03:32:25 +00:00 |
|
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
|
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
|
Alkis Evlogimenos
|
5facafaabe
|
Moved enum and command-line option in separate file. Also added function that returns the user selected register allocator to the caller.
llvm-svn: 8819
|
2003-10-02 16:57:49 +00:00 |
|