- Mar 21, 2002
-
-
Chris Lattner authored
llvm-svn: 1928
-
Chris Lattner authored
llvm-svn: 1927
-
Chris Lattner authored
llvm-svn: 1926
-
Chris Lattner authored
llvm-svn: 1925
-
Chris Lattner authored
llvm-svn: 1924
-
Chris Lattner authored
have some problem in the parser, oh joy. llvm-svn: 1923
-
Chris Lattner authored
2. Allow negative scales in ConvertableToGEP, so that this loop from alloc_tree in the Olden health benchmark is correctly raised: for (i = 3; i >= 0; i--) fval[i] = alloc_tree(level - 1, label*4 + i + 1, new); Stepping through the array backwards caused a negative scale. llvm-svn: 1922
-
Chris Lattner authored
llvm-svn: 1921
-
Chris Lattner authored
llvm-svn: 1920
-
- Mar 19, 2002
-
-
Chris Lattner authored
llvm-svn: 1919
-
Vikram S. Adve authored
array references into 1-D references. llvm-svn: 1918
-
Vikram S. Adve authored
Also added a set of debug options. llvm-svn: 1917
-
- Mar 18, 2002
-
-
Chris Lattner authored
llvm-svn: 1916
-
Chris Lattner authored
llvm-svn: 1915
-
Vikram S. Adve authored
llvm-svn: 1914
-
Vikram S. Adve authored
ll__main so that llc output can link. llvm-svn: 1913
-
Vikram S. Adve authored
llvm-svn: 1912
-
Vikram S. Adve authored
llvm-svn: 1911
-
Vikram S. Adve authored
llvm-svn: 1910
-
Vikram S. Adve authored
Also added a set of debug options. llvm-svn: 1909
-
Vikram S. Adve authored
llvm-svn: 1908
-
Vikram S. Adve authored
a sequence of 1-D references, using a sequence of getElementPtrs. llvm-svn: 1907
-
Vikram S. Adve authored
but did not pass the arguments by reference! llvm-svn: 1906
-
Vikram S. Adve authored
offset-from-FP will be before allocating space for a local variable. llvm-svn: 1905
-
Vikram S. Adve authored
Also use distinct names for the three types of SetMachineOperand to avoid painful overloading problems and errors. llvm-svn: 1904
-
Vikram S. Adve authored
instruction is actually generated for them. Rename the different versions of SetMachineOperand. llvm-svn: 1903
-
Vikram S. Adve authored
Fix constants in instructions generated for Phi elimination. llvm-svn: 1902
-
Vikram S. Adve authored
but did not pass the arguments by reference! Also added a function to get a register class by ID. llvm-svn: 1901
-
Vikram S. Adve authored
offset-from-FP will be before allocating space for a local variable. llvm-svn: 1900
-
Vikram S. Adve authored
llvm-svn: 1899
-
Vikram S. Adve authored
Just cosmetic changes otherwise. llvm-svn: 1898
-
Vikram S. Adve authored
getRegClassIDOfValue is now just a wrapper around this. llvm-svn: 1897
-
Vikram S. Adve authored
Also, use distinct names for the three types of SetMachineOperand to avoid painful overloading problems and errors. Bug fix in converting-int-to-float. Other minor stuff. llvm-svn: 1896
-
Vikram S. Adve authored
wrong register class for saving CC registers. Also, use distinct names for the three types of SetMachineOperand. llvm-svn: 1895
-
Vikram S. Adve authored
Also use distinct names for the three types of SetMachineOperand to avoid painful overloading problems and errors. llvm-svn: 1894
-
Vikram S. Adve authored
avoid painful overloading problems and errors. llvm-svn: 1893
-
Vikram S. Adve authored
llvm-svn: 1892
-
Vikram S. Adve authored
Different labels were generated for the same name in different passes. Use an annotation to hold a fixed table of names. llvm-svn: 1891
-
Vikram S. Adve authored
llvm-svn: 1890
-
- Mar 17, 2002
-
-
Chris Lattner authored
llvm-svn: 1884
-