- Mar 21, 2002
-
-
Chris Lattner authored
llvm-svn: 1937
-
Chris Lattner authored
llvm-svn: 1936
-
Chris Lattner authored
llvm-svn: 1935
-
Chris Lattner authored
after it. llvm-svn: 1934
-
Chris Lattner authored
llvm-svn: 1933
-
Chris Lattner authored
llvm-svn: 1932
-
Chris Lattner authored
first element of a structure type. Before this would not be handled because getStructOffset would either stop immediately (because StopEarly was true and Offset = 0), or blast past the level we wanted. Now ConvertableToGEP steps down through the type one level at a time, checking the Offset and Scale conditions at each step llvm-svn: 1931
-
Chris Lattner authored
llvm-svn: 1930
-
Chris Lattner authored
out that almost always the result of the add was the same as the GEP that would be generated. In this case, however, it wasn't, so bad things happened. llvm-svn: 1929
-
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
-