summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/mips-vector-arg.c
Commit message (Collapse)AuthorAgeFilesLines
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-8/+8
| | | | | | | This is an ongoing process. Any command line option which a back-end cares about should be added here. llvm-svn: 176009
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-4/+9
| | | | | | function attributes. llvm-svn: 175606
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-2/+2
| | | | | | | | | | | | | | clang itself. This dates back to clang's early days and while it looks like some of it is still used (for kext for example), other parts are probably dead. Remove the -ccc-clang-archs option and associated code. I don't think there is any remaining setup where clang doesn't support an architecture but it can expect an working gcc cross compiler to be available. A nice side effect is that tests no longer need to differentiate architectures that are included in production builds of clang and those that are not. llvm-svn: 165545
* Make the following changes in the way Mips handles vector arguments and returnAkira Hatanaka2012-07-031-0/+28
values: - Return integer vectors in integer registers. - Pass vector arguments in integer registers. - Set an upper bound for argument alignment. The largest alignment is 8-byte for O32 and 16-byte for N32/64. llvm-svn: 159676
OpenPOWER on IntegriCloud