summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/freebsd-mips-as.c
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Use more conservative default CPUs for MIPS on FreeBSD.John Baldwin2018-06-261-12/+12
| | | | | | | | | | | | FreeBSD defaults to mips3 for all MIPS ABIs with GCC as that is the minimum MIPS architecture FreeBSD supports. Use mips3 for MIPS64 and mips2 for MIPS32 to match. Reviewed By: atanasyan Differential Revision: https://reviews.llvm.org/D48499 llvm-svn: 335653
* [mips] Kill 'support' for untested EABI.Daniel Sanders2016-05-271-5/+0
| | | | | | | | | | | | | | | | | Summary: There are no llvm backend tests* for EABI and no EABI buildbots. There were only three clang tests, all of which checked that -mabi=eabi was passed to the assembler. *There is a single backend test that specifies EABI but it actually tests MIPS16. Reviewers: atanasyan Subscribers: emaste, sdardis, atanasyan, cfe-commits Differential Revision: http://reviews.llvm.org/D20679 llvm-svn: 270998
* On {mips,mipsel,mips64,mips64el}-freebsd, we need to pass any -G option to ↵Dimitry Andric2015-12-271-0/+6
| | | | | | | | | | | | | | | | the assembler. Summary: See also: https://sourceware.org/binutils/docs/as/MIPS-Options.html#index-g_t_0040code_007b_002dG_007d-option-_0028MIPS_0029-1392 Reviewers: theraven, atanasyan, brooks, emaste Subscribers: rnk, emaste, cfe-commits, seanbruno, dim Differential Revision: http://reviews.llvm.org/D10137 llvm-svn: 256468
* [Driver][Mips] Fix test cases - make ABI name and target triple consistent.Simon Atanasyan2014-06-301-2/+2
| | | | | | No functional changes. llvm-svn: 212023
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are ↵Simon Atanasyan2014-01-271-12/+12
| | | | | | mips32r2/mips64r2 respectively. llvm-svn: 200222
* [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan2013-02-271-4/+14
| | | | | | | (means n64 abi) to improve compatibility with GNU tools. Patch by Jia Liu <proljc@gmail.com>. llvm-svn: 176187
* Add four new command line options for MIPS CPU selection:Simon Atanasyan2012-09-211-0/+20
| | | | | | | | -mips32, -mips32r2, -mips64, -mips64r2. The patch reviewed by Eric Christopher. llvm-svn: 164410
* MIPS: Use -march=arch option to select either generic MIPS ISA,Simon Atanasyan2012-09-101-0/+5
| | | | | | | | or the name of a particular processor. The patch reviewed by Douglas Gregor. llvm-svn: 163492
* Add test missed in previous commit.Eric Christopher2012-09-051-0/+56
llvm-svn: 163253
OpenPOWER on IntegriCloud