- Sep 24, 2002
-
-
Chris Lattner authored
Add new BreakCriticalEdges pass llvm-svn: 3903
-
Chris Lattner authored
%cast109 = cast uint %cast212 to short ; <short> [#uses=1] %cast214 = cast short %cast109 to uint ; <uint> [#uses=1] %cast215 = cast uint %cast214 to short ; <short> [#uses=1] llvm-svn: 3897
-
Chris Lattner authored
Basically, this bug boiled down to calling replaceUsesOfWith on a constant, which changed it's shape in an illegal way. This pass now goes through all of the trouble neccesary to do the replacement on constants. llvm-svn: 3895
-
- Sep 23, 2002
-
-
Chris Lattner authored
* Make sure "Changed" is updated correctly llvm-svn: 3891
-
Chris Lattner authored
This bug was exposed linking the SPEC benchmark suite. llvm-svn: 3888
-
- Sep 22, 2002
-
-
Chris Lattner authored
is only a single return from the function! llvm-svn: 3878
-
- Sep 20, 2002
-
-
Anand Shukla authored
llvm-svn: 3864
-
- Sep 18, 2002
-
-
Anand Shukla authored
llvm-svn: 3809
-
Misha Brukman authored
llvm-svn: 3802
-
Misha Brukman authored
llvm-svn: 3801
-
Chris Lattner authored
llvm-svn: 3797
-
- Sep 17, 2002
-
-
Chris Lattner authored
Thanks to Casey for finding it! llvm-svn: 3783
-
Chris Lattner authored
ilist:104: failed assertion `Traits::getNext(NodePtr) != 0 && "Dereferencing end()!"' llvm-svn: 3768
-
- Sep 16, 2002
-
-
Chris Lattner authored
llvm-svn: 3763
-
Vikram S. Adve authored
function -- DecomposeArrayRef(GetElementPtrInst* GEP) -- that can be invoked on a single instruction at a time. llvm-svn: 3755
-
Anand Shukla authored
llvm-svn: 3733
-
Anand Shukla authored
llvm-svn: 3732
-
- Sep 14, 2002
-
-
Chris Lattner authored
llvm-svn: 3719
-
Misha Brukman authored
Function.h is unnecessary when Module.h is included. llvm-svn: 3716
-
Misha Brukman authored
Following Chris's advice, I'm pruning some unnecessary .h includes that I'm noticing. Since Module includes Function, and eventually, BasicBlock and GlobalVariable, the last three are unnecessary to be included directly. llvm-svn: 3713
-
Chris Lattner authored
pointer type returned. llvm-svn: 3711
-
Chris Lattner authored
Change the MallocInst & AllocaInst ctors to take the allocated type, not the pointer type returned. llvm-svn: 3710
-
- Sep 12, 2002
-
-
Chris Lattner authored
Thanks fly out to Nick for noticing it! :) llvm-svn: 3691
-
- Sep 11, 2002
-
-
Chris Lattner authored
- Change getelementptr instruction to use long indexes instead of uint indexes for sequential types. llvm-svn: 3682
-
Chris Lattner authored
indexes for sequential types. llvm-svn: 3681
-
Chris Lattner authored
llvm-svn: 3674
-
Chris Lattner authored
llvm-svn: 3673
-
Chris Lattner authored
llvm-svn: 3672
-
Chris Lattner authored
llvm-svn: 3671
-
Chris Lattner authored
Fix minor problems in previous checkin llvm-svn: 3669
-
Chris Lattner authored
llvm-svn: 3668
-
Chris Lattner authored
llvm-svn: 3666
-
Chris Lattner authored
Clean up code due to auto-insert constructors llvm-svn: 3665
-
Chris Lattner authored
llvm-svn: 3664
-
- Sep 10, 2002
-
-
Chris Lattner authored
llvm-svn: 3658
-
Chris Lattner authored
of instruction constructors. llvm-svn: 3656
-
Chris Lattner authored
Simplify code (somtimes dramatically), by using the new "auto-insert" feature of instruction constructors. llvm-svn: 3655
-
Chris Lattner authored
* Fix bug: test/Regression/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll llvm-svn: 3644
-
Chris Lattner authored
llvm-svn: 3640
-
- Sep 09, 2002
-
-
Chris Lattner authored
llvm-svn: 3637
-