- Jun 02, 2010
-
-
Bob Wilson authored
and tidy up the comment describing it. llvm-svn: 105339
-
Howard Hinnant authored
llvm-svn: 105338
-
Howard Hinnant authored
I've reverted the changes needed for Ubuntu. The changes for Ubuntu should go under a #if and I'm not sure what that #if should look like. llvm-svn: 105337
-
Howard Hinnant authored
llvm-svn: 105336
-
Rafael Espindola authored
llvm-svn: 105335
-
Jim Grosbach authored
llvm-svn: 105333
-
Devang Patel authored
Use local small vector. llvm-svn: 105332
-
Daniel Dunbar authored
llvm-svn: 105331
-
Anders Carlsson authored
llvm-svn: 105330
-
Daniel Dunbar authored
llvm-svn: 105329
-
Daniel Dunbar authored
llvm-svn: 105328
-
Daniel Dunbar authored
llvm-svn: 105327
-
Anders Carlsson authored
When building RTTI descriptors for pointer types, we need to get the unqualified array type and the qualifiers from it. llvm-svn: 105326
-
Rafael Espindola authored
llvm-svn: 105325
-
Jim Grosbach authored
for debug information. llvm-svn: 105324
-
Rafael Espindola authored
llvm-svn: 105323
-
Rafael Espindola authored
llvm-svn: 105322
-
Rafael Espindola authored
backends and removes the virtual declaration. With that out of the way I should be able to cleanup one backend at a time. llvm-svn: 105321
-
Duncan Sands authored
llvm-svn: 105318
-
Nate Begeman authored
llvm-svn: 105317
-
Nate Begeman authored
llvm-svn: 105316
-
Nate Begeman authored
llvm-svn: 105315
-
Douglas Gregor authored
the type. Thanks to Anders for the bug report! llvm-svn: 105314
-
Chris Lattner authored
llvm-svn: 105313
-
Anders Carlsson authored
llvm-svn: 105312
-
Anders Carlsson authored
llvm-svn: 105311
-
Anders Carlsson authored
When mangling member function pointers, fake adding a substitution corresponding to the function type. llvm-svn: 105310
-
John McCall authored
llvm-svn: 105309
-
Evan Cheng authored
llvm-svn: 105308
-
Nate Begeman authored
llvm-svn: 105307
-
Nate Begeman authored
llvm-svn: 105306
-
Eli Friedman authored
x86 backend currently doesn't know how to handle them. This doesn't really fix anything because LegalizeTypes doesn't know how to handle them either. We do get a better error message, though. llvm-svn: 105305
-
Bob Wilson authored
checked and it is safe to proceed with the changes. llvm-svn: 105304
-
Eli Friedman authored
llvm-svn: 105303
-
Anders Carlsson authored
llvm-svn: 105301
-
-
Anders Carlsson authored
llvm-svn: 105299
-
Alexis Hunt authored
llvm-svn: 105297
-
Anders Carlsson authored
llvm-svn: 105296
-
Devang Patel authored
DwarfWrite is now smart enough to drop debug value pointing to undefined register. Update this test to avoid this. iSel not properly lowring argument into a well formed DBG_VALUE in some cases is a separate issue and not related to the test in this testcase. llvm-svn: 105295
-