- Oct 11, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4114
-
Misha Brukman authored
number of iterations. llvm-svn: 4113
-
Misha Brukman authored
llvm-svn: 4112
-
- Oct 10, 2002
-
-
Chris Lattner authored
llvm-svn: 4106
-
Chris Lattner authored
Value::replaceAllUsesWith works with constants correctly. llvm-svn: 4104
-
Chris Lattner authored
bug FuncResolve/2002-08-19-ResolveGlobalVars.ll and gzip looks better. llvm-svn: 4103
-
Chris Lattner authored
similar to User::replaceUsesOfWith but actually does the right thing for constants. llvm-svn: 4102
-
- Oct 09, 2002
-
-
Chris Lattner authored
and global variables. This fixes bug: FuncResolve/2002-08-19-ResolveGlobalVarsEasier.ll And bug: SingleSource/UnitTests/2002-10-09-ArrayResolution.c Note that this does not fix bug: FunctionResolve/2002-08-19-ResolveGlobalVars.ll because replaceAllUsesWith breaks when a constantexpr is pointing to the thing being replaced. This is more of an infrastructure problem than anything. llvm-svn: 4099
-
Chris Lattner authored
llvm-svn: 4091
-
Chris Lattner authored
llvm-svn: 4090
-
Chris Lattner authored
- Fix bug: LevelRaise/2002-10-08-VarArgCallInfLoop.ll llvm-svn: 4088
-
Chris Lattner authored
assemble. Now we scan the use-list from the back when removing users instead of from the front. llvm-svn: 4086
-
Chris Lattner authored
std::vector::reserve when possible llvm-svn: 4085
-
Chris Lattner authored
llvm-svn: 4083
-
- Oct 08, 2002
-
-
Chris Lattner authored
llvm-svn: 4081
-
Chris Lattner authored
llvm-svn: 4080
-
Chris Lattner authored
Changes to support PHINode::removeIncoming changes llvm-svn: 4079
-
Chris Lattner authored
incoming value is removed! llvm-svn: 4078
-
Chris Lattner authored
powerful, but that are largely disabled. The basic idea here is that it is trying to forward branches across basic blocks that have PHI nodes in it, which are crucial to be able to handle cases like whet.ll. Unfortunately we are not updating SSA correctly, causing sim.c to die, and I don't have time to fix the regression now, so I must disable the functionality. llvm-svn: 4077
-
Chris Lattner authored
llvm-svn: 4075
-
Chris Lattner authored
llvm-svn: 4074
-
Chris Lattner authored
llvm-svn: 4071
-
Chris Lattner authored
llvm-svn: 4070
-
- Oct 07, 2002
-
-
Chris Lattner authored
llvm-svn: 4060
-
Chris Lattner authored
"uninitialized" llvm-svn: 4052
-
Chris Lattner authored
llvm-svn: 4051
-
Chris Lattner authored
compatible "uninitialized" global variables llvm-svn: 4050
-
- Oct 06, 2002
-
-
Chris Lattner authored
there aren't any like this. llvm-svn: 4044
-
Vikram S. Adve authored
I also prevented external globals from being printed twice, but they should (extern declaration and definition). llvm-svn: 4043
-
- Oct 05, 2002
-
-
Anand Shukla authored
llvm-svn: 4042
-
Anand Shukla authored
llvm-svn: 4041
-
- Oct 04, 2002
-
-
Chris Lattner authored
the exit node. llvm-svn: 4038
-
Chris Lattner authored
If we had a CFG that look like Entry -> B, Unreachable -> B, then we would not correctly determine that Entry dominated B, because Entry did not apparently dominate "unreachable". This patch fixes this by making the entry node dominate all blocks, including unreachable ones. llvm-svn: 4037
-
- Oct 03, 2002
-
-
Chris Lattner authored
llvm-svn: 4036
-
Chris Lattner authored
are so big llvm-svn: 4035
-
Chris Lattner authored
llvm-svn: 4033
-
Nick Hildenbrandt authored
llvm-svn: 4032
-
Chris Lattner authored
llvm-svn: 4031
-
Chris Lattner authored
llvm-svn: 4029
-
- Oct 02, 2002
-
-
Nick Hildenbrandt authored
llvm-svn: 4023
-