summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-ias-Wa.s
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-141-0/+91
| | | | | | | | | | Reviewers: vkalintiris, dsanders Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D15070 llvm-svn: 257762
* Revert r257602 because it breaks integrated-as.s on mips hosts.Scott Egerton2016-01-131-91/+0
| | | | llvm-svn: 257610
* [mips] Added support for -Wa,-mips32 and similar.Scott Egerton2016-01-131-0/+91
| | | | | | | | | | Reviewers: vkalintiris, dsanders Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D15070 llvm-svn: 257602
* [mips] Added support for using the command line options -Wa,-msoft-float and ↵Daniel Sanders2015-09-221-0/+25
| | | | | | | | | | | | | | -Wa,-mhard-float. Patch by Scott Egerton. Reviewers: vkalintiris, dsanders Subscribers: cfe-commits Differential Revision: http://reviews.llvm.org/D12600 llvm-svn: 248276
* [mips] Added support for choosing between traps and breaks in the integrated ↵Daniel Sanders2015-09-031-0/+24
assembler macros. Summary: The command line options for these are -Wa,--trap and -Wa,--break. Patch by Scott Egerton. Reviewers: vkalintiris, dsanders Subscribers: llvm-commits Differential Revision: http://reviews.llvm.org/D11676 llvm-svn: 246765
OpenPOWER on IntegriCloud