- Sep 11, 2002
-
-
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
-
Chris Lattner authored
llvm-svn: 3663
-
- Sep 10, 2002
-
-
Chris Lattner authored
instructions to _even be created_. llvm-svn: 3661
-
Chris Lattner authored
add pointers together. llvm-svn: 3660
-
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
llvm-svn: 3654
-
Chris Lattner authored
it is created, as part of the ctor call. Eliminate the GenericBinaryInst class llvm-svn: 3653
-
Chris Lattner authored
llvm-svn: 3652
-
Chris Lattner authored
llvm-svn: 3650
-
Chris Lattner authored
* Fix bug: test/Regression/Transforms/IndVarsSimplify/2002-09-09-PointerIndVar.ll llvm-svn: 3644
-
Chris Lattner authored
llvm-svn: 3641
-
Chris Lattner authored
llvm-svn: 3640
-
- Sep 09, 2002
-
-
Chris Lattner authored
llvm-svn: 3638
-
Chris Lattner authored
llvm-svn: 3637
-
Vikram S. Adve authored
e.g., cast double to double. llvm-svn: 3633
-
- Sep 08, 2002
-
-
Chris Lattner authored
llvm-svn: 3627
-
Chris Lattner authored
llvm-svn: 3626
-
Chris Lattner authored
erroneously report them as leaks llvm-svn: 3624
-
Chris Lattner authored
subject to memory leak checking. llvm-svn: 3623
-
Chris Lattner authored
every pass. llvm-svn: 3621
-
Chris Lattner authored
warnings. If they accidentally leak LLVM Value's. llvm-svn: 3620
-
Chris Lattner authored
llvm-svn: 3619
-
Chris Lattner authored
Checkin initial support for automatic memory leak detection routines llvm-svn: 3618
-
Chris Lattner authored
- A[c1] cannot alias A[c2] where constants c1 != c2 - A[i] cannot alias B[j] if A & B are provably different arrays This should help out array based codes. For example, from bzip2 from spec, 3 additional loads can be GCSE'd, and _21_ additional loads can be LICMd due to this change. In a test example from the Spec GAP benchmark (vecffe.c), this change allows _52_ additional loads to be GCSE'd and _224_ additional LICM'd loads. Not bad for such a simple change. Other testcases show no change at all because they just don't use arrays. Not too suprising there. llvm-svn: 3616
-
- Sep 06, 2002
-
-
Chris Lattner authored
llvm-svn: 3605
-
Chris Lattner authored
* Add extra argument to Function ctor to allow automatic insertion into module llvm-svn: 3600
-
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 05, 2002
-
-
Vikram S. Adve authored
llvm-svn: 3581
-