- Mar 15, 2006
-
-
Jim Laskey authored
llvm-svn: 26782
-
Andrew Lenharth authored
llvm-svn: 26781
-
Andrew Lenharth authored
llvm-svn: 26780
-
Andrew Lenharth authored
llvm-svn: 26779
-
Evan Cheng authored
llvm-svn: 26778
-
Andrew Lenharth authored
llvm-svn: 26777
-
Nate Begeman authored
llvm-svn: 26776
-
Andrew Lenharth authored
and the offset lands at a field boundary in the old type, construct a new type, copying the fields masked by the offset from the old type, and unify with that. llvm-svn: 26775
-
Andrew Lenharth authored
llvm-svn: 26774
-
Jeff Cohen authored
llvm-svn: 26773
-
Chris Lattner authored
llvm-svn: 26772
-
Chris Lattner authored
LLVM intrinsic function name. llvm-svn: 26771
-
Chris Lattner authored
llvm-svn: 26770
-
Chris Lattner authored
targets could have different implemenations of a __builtin_foo gcc intrinsic. llvm-svn: 26769
-
Robert Bocchino authored
llvm-svn: 26768
-
- Mar 14, 2006
-
-
Robert Bocchino authored
'vsetfp', to reflect the fact that the semantics are different for integer and fp values. llvm-svn: 26767
-
Chris Lattner authored
practice. llvm-svn: 26766
-
Chris Lattner authored
CodeGen/Generic/GC/alloc_loop.ll llvm-svn: 26765
-
Chris Lattner authored
llvm-svn: 26764
-
Chris Lattner authored
llvm-svn: 26763
-
Chris Lattner authored
llvm-svn: 26762
-
Jim Laskey authored
llvm-svn: 26761
-
Jim Laskey authored
2. Allow for user defined debug descriptors. 3. Allow for user augmented fields on debug descriptors. llvm-svn: 26760
-
Jim Laskey authored
llvm-svn: 26759
-
Chris Lattner authored
llvm-svn: 26758
-
Chris Lattner authored
A*A*B + A*A*C --> A*(A*B+A*C) --> A*(A*(B+C)) This implements Reassociate/mul-factor3.ll llvm-svn: 26757
-
Chris Lattner authored
llvm-svn: 26756
-
Chris Lattner authored
llvm-svn: 26755
-
Chris Lattner authored
llvm-svn: 26754
-
Chris Lattner authored
(x<<1)+(y<<1) -> (X+Y)<<1. This implements Transforms/Reassociate/shift-factor.ll llvm-svn: 26753
-
Chris Lattner authored
llvm-svn: 26752
-
Reid Spencer authored
determine the top directory. This allows the tool to find the correct top directory when you have something like: /x/llvm /x/llvm2 /x/llvm3 Previously the scripts would always find /x/llvm even if you were in the llvm2 or llvm3 directory because the pattern didn't allow the digits at the end of the path. llvm-svn: 26751
-
Reid Spencer authored
llvm-svn: 26750
-
Reid Spencer authored
llvm-svn: 26749
-
Reid Spencer authored
llvm-svn: 26748
-
Reid Spencer authored
llvm-svn: 26747
-
Reid Spencer authored
llvm-svn: 26746
-
Jim Laskey authored
2. Remove the declaration of llvm.dbg.declare. llvm-svn: 26745
-
Jim Laskey authored
llvm-svn: 26744
-
Evan Cheng authored
llvm-svn: 26743
-