"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4a7bcf6410287d2802ab738656c667ec6537e631"
- Dec 09, 2003
-
-
Chris Lattner authored
Also make sure to clean up any PHI nodes that are inserted which are pointless. llvm-svn: 10333
-
Chris Lattner authored
We now insert accumulator variables as necessary to eliminate tail recursion more aggressively. This is still fairly limited, but allows us to transform fib/factorial, and other functions into nice happy loops. :) llvm-svn: 10332
-
- Dec 08, 2003
-
-
Chris Lattner authored
The only functionality change is that we now implement: Regression/Transforms/TailCallElim/intervening-inst.ll Which is really kinda pointless, because it means that trivially dead code does not interfere with -tce, but trivially dead code probably wouldn't be around anytime when this pass is run anyway. The point of including this change it to support other more aggressive transformations when we have the analysis capabilities to do so. llvm-svn: 10312
-
- Nov 21, 2003
-
-
Chris Lattner authored
llvm-svn: 10127
-
- Nov 20, 2003
-
-
Chris Lattner authored
llvm-svn: 10111
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Sep 20, 2003
-
-
Chris Lattner authored
llvm-svn: 8625
-
Chris Lattner authored
llvm-svn: 8620
-
Chris Lattner authored
llvm-svn: 8619
-
Chris Lattner authored
llvm-svn: 8618
-