- Oct 21, 2009
-
-
Evan Cheng authored
llvm-svn: 84749
-
Douglas Gregor authored
llvm-svn: 84744
-
Chris Lattner authored
llvm-svn: 84743
-
Chris Lattner authored
"In the existing code, if the load and the value to replace it with are of different types *and* target data is available, it tries to use the target data to coerce the replacement value to the type of the load. Otherwise, it skips all effort to handle the type mismatch and just feeds the wrongly-typed replacement value to replaceAllUsesWith, which triggers an assertion. The patch replaces it with an outer if checking for type mismatch, and an inner if-else that checks whether target data is available and, if not, returns false rather than trying to replace the load." Patch by Kenneth Uildriks! llvm-svn: 84739
-
Chris Lattner authored
llvm-svn: 84738
-
Bob Wilson authored
Thanks to Johnny Chen for discovering the problem. llvm-svn: 84732
-
Devang Patel authored
llvm-svn: 84731
-
Bob Wilson authored
a default value of zero. This is important for decoding the instructions. Patch by Johnny Chen, with some changes from me, too. llvm-svn: 84730
-
Mikhail Glushenkov authored
llvm-svn: 84729
-
Mikhail Glushenkov authored
Useful for OptionPreprocessor. llvm-svn: 84728
-
Dan Gohman authored
llvm-svn: 84727
-
Chris Lattner authored
llvm-svn: 84725
-
Bill Wendling authored
llvm-svn: 84723
-
Jeffrey Yasskin authored
default and didn't work anyway. llvm-svn: 84720
-
Anton Korobeynikov authored
llvm-svn: 84713
-
Anton Korobeynikov authored
llvm-svn: 84712
-
Anton Korobeynikov authored
llvm-svn: 84711
-
Anton Korobeynikov authored
llvm-svn: 84710
-
Anton Korobeynikov authored
llvm-svn: 84709
-
Anton Korobeynikov authored
llvm-svn: 84708
-
Anton Korobeynikov authored
llvm-svn: 84707
-
Anton Korobeynikov authored
llvm-svn: 84706
-
Anton Korobeynikov authored
llvm-svn: 84705
-
Anton Korobeynikov authored
llvm-svn: 84704
-
Anton Korobeynikov authored
llvm-svn: 84703
-
Anton Korobeynikov authored
llvm-svn: 84702
-
Anton Korobeynikov authored
llvm-svn: 84701
-
Anton Korobeynikov authored
llvm-svn: 84700
-
David Goodwin authored
Respect src register allocation requirements when breaking anti-dependencies. Remove some dead code. llvm-svn: 84691
-
Devang Patel authored
s/validName/isValidName/g s/with an Instruction/to an Instruction/g s/RegisterMDKind/registerMDKind/g llvm-svn: 84689
-
Daniel Dunbar authored
llvm-svn: 84687
-
- Oct 20, 2009
-
-
Anton Korobeynikov authored
transform. llvm-svn: 84683
-
Lang Hames authored
llvm-svn: 84682
-
Lang Hames authored
llvm-svn: 84681
-
Chris Lattner authored
llvm-svn: 84676
-
Chris Lattner authored
fail without the patch. llvm-svn: 84675
-
Chris Lattner authored
llvm-svn: 84674
-
Dan Gohman authored
container of the blocks and do efficient lookups. This makes isLoopSimplifyForm much faster on large loops, fixing a significant compile-time issue in builds with assertions enabled. llvm-svn: 84673
-
Chris Lattner authored
llvm-svn: 84672
-
Chris Lattner authored
llvm-svn: 84671
-