- Oct 21, 2009
-
-
Evan Cheng authored
llvm-svn: 84749
-
Chris Lattner authored
patch by Ken Dyck! llvm-svn: 84746
-
Douglas Gregor authored
an overloaded function call operator. llvm-svn: 84745
-
Douglas Gregor authored
llvm-svn: 84744
-
Chris Lattner authored
llvm-svn: 84743
-
Chris Lattner authored
llvm-svn: 84740
-
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
-
Mike Stump authored
generate the debug information for the first parameter to the block invoke functions. WIP. llvm-svn: 84737
-
John McCall authored
llvm-svn: 84736
-
John McCall authored
Apparently I'm grinding my commit count. llvm-svn: 84735
-
John McCall authored
llvm-svn: 84734
-
John McCall authored
llvm-svn: 84733
-
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
-
John McCall authored
llvm-svn: 84724
-
Bill Wendling authored
llvm-svn: 84723
-
John McCall authored
not the default one (which is always empty). llvm-svn: 84721
-
Jeffrey Yasskin authored
default and didn't work anyway. llvm-svn: 84720
-
Mike Stump authored
llvm-svn: 84719
-
John McCall authored
QualTypes. Don't actually exploit this yet. llvm-svn: 84716
-
John McCall authored
the API for creating DeclaratorInfos to allow callers to provide an exact size. llvm-svn: 84715
-
John McCall authored
Fix the ReferenceTypeLoc hierarchy. llvm-svn: 84714
-
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
-