- Oct 12, 2009
-
-
-
Gabor Greif authored
llvm-svn: 83860
-
Dan Gohman authored
llvm-svn: 83857
-
Dan Gohman authored
llvm-svn: 83856
-
Gabor Greif authored
llvm-svn: 83854
-
Dan Gohman authored
it to hold the address of an sret return value, for x86-64 ABI purposes. Also, fix the test that was originally intended to test this to actually test it, using FileCheck. llvm-svn: 83853
-
Gabor Greif authored
llvm-svn: 83852
-
Gabor Greif authored
llvm-svn: 83851
-
Gabor Greif authored
llvm-svn: 83850
-
Benjamin Kramer authored
llvm-svn: 83849
-
Torok Edwin authored
llvm-svn: 83848
-
Benjamin Kramer authored
llvm-svn: 83837
-
Edward O'Callaghan authored
llvm-svn: 83835
-
Edward O'Callaghan authored
llvm-svn: 83834
-
Edward O'Callaghan authored
llvm-svn: 83833
-
Edward O'Callaghan authored
llvm-svn: 83828
-
Nick Lewycky authored
unbreaks make check after evocallaghan's changes. llvm-svn: 83827
-
Edward O'Callaghan authored
Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstExprCastCall.ll to FileCheck from notcast. llvm-svn: 83826
-
Edward O'Callaghan authored
llvm-svn: 83825
-
Nate Begeman authored
compile time penalty on gnugo, the worst case in MultiSource, is down to about 2.5% from 30% llvm-svn: 83824
-
Edward O'Callaghan authored
llvm-svn: 83823
-
Chris Lattner authored
llvm-svn: 83822
-
Chris Lattner authored
llvm-svn: 83821
-
Douglas Gregor authored
llvm-svn: 83820
-
Edward O'Callaghan authored
llvm-svn: 83819
-
Chris Lattner authored
it to visit instructions from the start of the function to the end of the function in the first path. This greatly speeds up some pathological cases (e.g. PR5150). Try #3, this time with some unneeded debug info stuff removed which was causing dead pointers to be added to the worklist. llvm-svn: 83818
-
Chris Lattner authored
llvm-svn: 83817
-
Chris Lattner authored
llvm-svn: 83815
-
Chris Lattner authored
it to visit instructions from the start of the function to the end of the function in the first path. This greatly speeds up some pathological cases (e.g. PR5150). llvm-svn: 83814
-
Nick Lewycky authored
llvm-svn: 83813
-
Anton Korobeynikov authored
llvm-svn: 83812
-
Anton Korobeynikov authored
llvm-svn: 83811
-
Chris Lattner authored
into a shuffle even if it was used by another insertelement. If the visitation order of instcombine was wrong, this would turn a chain of insertelements into a chain of shufflevectors, which was quite painful. Since CollectShuffleElements handles these cases, the code can just be nuked. llvm-svn: 83810
-
Anton Korobeynikov authored
llvm-svn: 83809
-
Chris Lattner authored
llvm-svn: 83807
-
Chris Lattner authored
llvm-svn: 83806
-
Chris Lattner authored
llvm-svn: 83805
-
Chris Lattner authored
llvm-svn: 83804
-
Chris Lattner authored
llvm-svn: 83803
-
Chris Lattner authored
llvm-svn: 83802
-