- Jun 05, 2009
-
-
Evan Cheng authored
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order change no longer make sense after the coalescing changes we have made since then. llvm-svn: 72955
-
Devang Patel authored
llvm-svn: 72954
-
Dan Gohman authored
llvm-svn: 72953
-
Evan Cheng authored
llvm-svn: 72952
-
Fariborz Jahanian authored
change. More to follow. llvm-svn: 72951
-
Evan Cheng authored
llvm-svn: 72950
-
Dan Gohman authored
llvm-svn: 72949
-
Dan Gohman authored
llvm-svn: 72948
-
Douglas Gregor authored
logical output when running all of the Clang regression tests at once. llvm-svn: 72947
-
Dan Gohman authored
llvm-svn: 72946
-
Douglas Gregor authored
llvm-svn: 72945
-
Anders Carlsson authored
Improvements to CXXExprWithTemporaries in preparation for fixing a bug with default arguments that have temporaries. llvm-svn: 72944
-
Duncan Sands authored
gcc rather than directly to the linker: gcc will then modify the linker options it generates (it will not use --relax for example, incompatible with -r, as it otherwise would). This fixes the sparc build. llvm-svn: 72943
-
Sanjiv Gupta authored
llvm-svn: 72942
-
Sanjiv Gupta authored
llvm-svn: 72941
-
Eli Friedman authored
we're still missing a mechanism to disable these in strict mode, but that's not a new issue. llvm-svn: 72936
-
Daniel Dunbar authored
when generating a coercion for ABI handling purposes. - This may only manifest itself when building at -O0, but the practical effect is that other arguments may get clobbered. - <rdar://problem/6930451> [irgen] ABI coercion clobbers other arguments llvm-svn: 72932
-
Eli Friedman authored
llvm-svn: 72930
-
Eli Friedman authored
llvm-svn: 72929
-
Eli Friedman authored
llvm-svn: 72928
-
Eli Friedman authored
llvm-svn: 72927
-
Eli Friedman authored
llvm-svn: 72926
-
Daniel Dunbar authored
llvm-svn: 72923
-
Anders Carlsson authored
Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical. llvm-svn: 72918
-
Anders Carlsson authored
llvm-svn: 72917
-
Anders Carlsson authored
llvm-svn: 72916
-
Anders Carlsson authored
llvm-svn: 72915
-
Eli Friedman authored
llvm-svn: 72914
-
Anders Carlsson authored
llvm-svn: 72913
-
Eli Friedman authored
right approach, but I'm still not sure what the best way to go about this is. llvm-svn: 72912
-
Anders Carlsson authored
llvm-svn: 72911
-
Daniel Dunbar authored
llvm-svn: 72910
-
Douglas Gregor authored
- Once we have deduced template arguments for a class template partial specialization, we use exactly those template arguments for instantiating the definition of the class template partial specialization. - Added template argument deduction for non-type template parameters. - Added template argument deduction for dependently-sized array types. With these changes, we can now implement, e.g., the remove_reference type trait. Also, Daniel's Ackermann template metaprogram now compiles properly. llvm-svn: 72909
-
Eli Friedman authored
llvm-svn: 72908
-
Eli Friedman authored
llvm-svn: 72907
-
Bruno Cardoso Lopes authored
MachO Writer. This will change with the arrival of ObjectCodeEmitter and BinaryObject llvm-svn: 72906
-
Devang Patel authored
llvm-svn: 72905
-
Dan Gohman authored
a few lines later on. llvm-svn: 72904
-
Bill Wendling authored
llvm-svn: 72903
-
Devang Patel authored
llvm-svn: 72902
-