- Mar 04, 2004
-
-
Brian Gaeke authored
llvm-svn: 12110
-
Chris Lattner authored
povray from having ~600K nodes and 300K call nodes to 65K nodes and 25K call nodes. llvm-svn: 12109
-
Brian Gaeke authored
llvm-svn: 12107
-
Brian Gaeke authored
llvm-svn: 12106
-
Chris Lattner authored
llvm-svn: 12105
-
- Mar 03, 2004
-
-
Chris Lattner authored
do it on povray. The problem is that we were not copying globals from callees to callers unless the existed in both graphs. We should have copied them in the case where the global pointed to a node that was copied as well. llvm-svn: 12104
-
Chris Lattner authored
llvm-svn: 12103
-
Chris Lattner authored
llvm-svn: 12102
-
Chris Lattner authored
llvm-svn: 12101
-
Brian Gaeke authored
it is always completely initialized and copied. Also, fix up many comments and asserts. llvm-svn: 12100
-
Brian Gaeke authored
llvm-svn: 12099
-
Brian Gaeke authored
llvm-svn: 12095
-
Chris Lattner authored
nodes that were globally live, thus breaking programs. llvm-svn: 12094
-
Chris Lattner authored
been using the default target data layout object to lower malloc instructions, causing us to allocate more memory than we needed! This could improve the performance of the CBE generated code substantially! llvm-svn: 12088
-
Chris Lattner authored
llvm-svn: 12087
-
Chris Lattner authored
llvm-svn: 12086
-
- Mar 02, 2004
-
-
Chris Lattner authored
llvm-svn: 12082
-
Chris Lattner authored
llvm-svn: 12080
-
John Criswell authored
llvm-svn: 12075
-
Alkis Evlogimenos authored
llvm-svn: 12072
-
Misha Brukman authored
llvm-svn: 12071
-
Misha Brukman authored
llvm-svn: 12070
-
Misha Brukman authored
llvm-svn: 12069
-
Misha Brukman authored
llvm-svn: 12068
-
Misha Brukman authored
llvm-svn: 12064
-
Alkis Evlogimenos authored
llvm-svn: 12063
-
Alkis Evlogimenos authored
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
-
- Mar 01, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 12058
-
Misha Brukman authored
* Doxygenify (some) comments llvm-svn: 12057
-
Chris Lattner authored
llvm-svn: 12056
-
Chris Lattner authored
llvm-svn: 12055
-
Misha Brukman authored
llvm-svn: 12054
-
Misha Brukman authored
* Add comments to ExtractLoop() llvm-svn: 12053
-
Misha Brukman authored
llvm-svn: 12052
-
Misha Brukman authored
* Removed unnecessary tabs in the entire file llvm-svn: 12051
-
Misha Brukman authored
llvm-svn: 12050
-
Chris Lattner authored
that Instructions are annotable again llvm-svn: 12045
-
Tanya Lattner authored
llvm-svn: 12044
-
Brian Gaeke authored
(16) into certain areas of the SPARC V9 back-end. I'm fairly sure the US IIIi's dcache has 32-byte lines, so I'm not sure where the 16 came from. However, in the interest of not breaking things any more than they already are, I'm going to leave the constant alone. llvm-svn: 12043
-
Tanya Lattner authored
llvm-svn: 12031
-