- Oct 11, 2002
-
-
Vikram S. Adve authored
llvm-svn: 4115
-
Vikram S. Adve authored
llvm-svn: 4114
-
Misha Brukman authored
number of iterations. llvm-svn: 4113
-
Misha Brukman authored
llvm-svn: 4112
-
Chris Lattner authored
llvm-svn: 4111
-
Chris Lattner authored
llvm-svn: 4110
-
Chris Lattner authored
* use new api to get all nodes in the graph * Allow custom graph traits llvm-svn: 4109
-
Chris Lattner authored
llvm-svn: 4108
-
- Oct 10, 2002
-
-
Chris Lattner authored
llvm-svn: 4107
-
Chris Lattner authored
llvm-svn: 4106
-
Chris Lattner authored
llvm-svn: 4105
-
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
-
Chris Lattner authored
llvm-svn: 4101
-
- Oct 09, 2002
-
-
Nick Hildenbrandt authored
llvm-svn: 4100
-
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: 4098
-
Chris Lattner authored
llvm-svn: 4097
-
Chris Lattner authored
llvm-svn: 4096
-
Chris Lattner authored
llvm-svn: 4095
-
Chris Lattner authored
type! llvm-svn: 4093
-
Misha Brukman authored
highlighting. llvm-svn: 4092
-
Chris Lattner authored
llvm-svn: 4091
-
Chris Lattner authored
llvm-svn: 4090
-
Chris Lattner authored
llvm-svn: 4089
-
Chris Lattner authored
- Fix bug: LevelRaise/2002-10-08-VarArgCallInfLoop.ll llvm-svn: 4088
-
Chris Lattner authored
llvm-svn: 4087
-
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: 4084
-
Chris Lattner authored
llvm-svn: 4083
-
- Oct 08, 2002
-
-
Chris Lattner authored
llvm-svn: 4082
-
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
incoming value is deleted! llvm-svn: 4076
-
Chris Lattner authored
llvm-svn: 4075
-