- 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
-
- Sep 08, 2002
-
-
Chris Lattner authored
llvm-svn: 3627
-
Chris Lattner authored
llvm-svn: 3626
-
Chris Lattner authored
llvm-svn: 3619
-
- Sep 06, 2002
-
-
Chris Lattner authored
llvm-svn: 3599
-
Chris Lattner authored
llvm-svn: 3591
-
Chris Lattner authored
in the old destination block to indicate that the value flows from the new edge splitting block, not from the original multi-successor block. llvm-svn: 3590
-
Chris Lattner authored
llvm-svn: 3588
-
- Sep 03, 2002
-
-
Chris Lattner authored
- Added new method Type::isIntegral() that is the same as isInteger, but also accepts bool. llvm-svn: 3574
-
Chris Lattner authored
- Renamed Type::isIntegral() to Type::isInteger() - Added new method Type::isIntegral() that is the same as isInteger, but also accepts bool. llvm-svn: 3573
-
- Sep 02, 2002
-
-
Chris Lattner authored
llvm-svn: 3568
-
- Aug 31, 2002
-
-
Chris Lattner authored
- Implement SCCP of globals into ConstantExprs hopefully opening new opportunities for more SCCP. llvm-svn: 3555
-
Chris Lattner authored
llvm-svn: 3550
-
Chris Lattner authored
llvm-svn: 3549
-