- Oct 12, 2009
-
-
Dale Johannesen authored
llvm-svn: 83870
-
Fariborz Jahanian authored
canonical conversion types. llvm-svn: 83869
-
Chris Lattner authored
llvm-svn: 83868
-
Chris Lattner authored
llvm-svn: 83865
-
Fariborz Jahanian authored
user-defined type conversions, issue list of ambiguites in addition to the diagnostic. So, clang now issues the following: b.cpp:19:19: error: left hand operand to ->* must be a pointer to class compatible with the right hand operand, but is 'struct C1' int i = c1->*pmf; ~~^ b.cpp:19:19: note: because of ambiguity in conversion of 'struct C1' to 'struct E *' b.cpp:5:5: note: candidate function operator E*(); ^ b.cpp:11:5: note: candidate function operator E*(); ^ llvm-svn: 83862
-
-
Gabor Greif authored
llvm-svn: 83860
-
Dan Gohman authored
llvm-svn: 83857
-
Dan Gohman authored
llvm-svn: 83856
-
Axel Naumann authored
Fix exclusion of .tmp, which in turn enables installation of $(PROJ_OBJ_ROOT)/tools/clang/include/*.inc. llvm-svn: 83855
-
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
-
Edward O'Callaghan authored
llvm-svn: 83847
-
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
-
Anders Carlsson authored
llvm-svn: 83816
-
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
-