- Mar 06, 2004
-
-
Alkis Evlogimenos authored
llvm-svn: 12188
-
Alkis Evlogimenos authored
llvm-svn: 12187
-
Brian Gaeke authored
Emit RETL instruction to return instead of funny JMPL. Fix indentation. llvm-svn: 12186
-
Brian Gaeke authored
Add RET, RETL. Rename SAVE, RESTORE & JMPL for consistency. llvm-svn: 12185
-
Brian Gaeke authored
llvm-svn: 12184
-
Brian Gaeke authored
llvm-svn: 12183
-
Brian Gaeke authored
llvm-svn: 12182
-
Brian Gaeke authored
llvm-svn: 12180
-
- Mar 05, 2004
-
-
Chris Lattner authored
llvm-svn: 12169
-
Misha Brukman authored
llvm-svn: 12161
-
Brian Gaeke authored
llvm-svn: 12143
-
- Mar 04, 2004
-
-
Chris Lattner authored
llvm-svn: 12128
-
Chris Lattner authored
llvm-svn: 12127
-
Chris Lattner authored
llvm-svn: 12126
-
Chris Lattner authored
This reduces CBU time from 145s -> 122s (debug build), reduces # allocated nodes from 129420 to 116477. llvm-svn: 12125
-
Brian Gaeke authored
llvm-svn: 12124
-
Chris Lattner authored
llvm-svn: 12123
-
Brian Gaeke authored
llvm-svn: 12122
-
Alkis Evlogimenos authored
llvm-svn: 12120
-
Alkis Evlogimenos authored
llvm-svn: 12119
-
Alkis Evlogimenos authored
llvm-svn: 12118
-
Chris Lattner authored
The problem was that we were merging a field of a node with a value that was deleted. Thanks to bugpoint for reducing povray to a nice small 3 function example. :) llvm-svn: 12116
-
Chris Lattner authored
Make sure to scope the NodeMap passed into cloneInto so that it doesn't point to nodes that are deleted. Add some FIXME's for future performance enhancements. llvm-svn: 12115
-
Brian Gaeke authored
llvm-svn: 12113
-
Brian Gaeke authored
llvm-svn: 12112
-
Brian Gaeke authored
llvm-svn: 12111
-
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
-