summaryrefslogtreecommitdiffstats
path: root/test/Driver/mips-as.c
Commit message (Expand)AuthorAgeFilesLines
* [mips] Add support for static model on N64Simon Dardis2017-01-271-17/+62
* [mips] Kill 'support' for untested EABI.Daniel Sanders2016-05-271-5/+0
* [mips][p5600] Add -mcpu=p5600 option.Daniel Sanders2015-10-051-0/+5
* [mips] Don't propagate -mfpxx by default if soft/single float were also set.Toma Tabacu2015-06-161-0/+66
* [mips] Pass on -m{single,double}-float to GAS.Toma Tabacu2015-06-111-0/+10
* [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA namesSimon Atanasyan2015-02-201-0/+20
* Partially revert r215204 - [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-50/+40
* [mips] Add -mabicalls/-mno-abicalls to the driverDaniel Sanders2014-08-081-40/+50
* [mips] -mno-shared should only be given to the assembler when -fPIC/-fpic/-fP...Daniel Sanders2014-07-231-1/+1
* [mips] Correct the invocation of GAS in several cases.Daniel Sanders2014-07-161-47/+73
* [mips][mips64r6] Implement -mips32r6 and -mips64r6 aliases to -march=mips32r6...Daniel Sanders2014-07-091-0/+10
* [Driver][Mips] Support one more MIPS CPU name - octeon.Simon Atanasyan2014-07-041-0/+5
* [Driver][Mips] Support more MIPS CPU names: mips1 - mips5.Simon Atanasyan2014-07-041-0/+25
* [mips] Added additional test cases for passing -mabi to the assembler.Daniel Sanders2014-07-021-0/+48
* [mips] Make FileCheck prefixes match the CPU they checkDaniel Sanders2014-07-021-16/+16
* [Driver][Mips] Fix test cases - make ABI name and target triple consistent.Simon Atanasyan2014-06-301-2/+2
* test: fix MIPS driver testsSaleem Abdulrasool2014-02-221-7/+7
* Fix broken CHECK linesNico Rieck2014-02-161-1/+1
* [Mips] Change default CPU for MIPS 32/64 targets. Now they are mips32r2/mips6...Simon Atanasyan2014-01-271-17/+17
* [Mips] Pass -mmsa option to the assembler.Simon Atanasyan2013-11-261-0/+11
* [Mips] Take in account the -mfp64 command line option when build pathsSimon Atanasyan2013-11-201-0/+10
* [Mips] Support -mnan=2008 option. Define "__mips_nan2008" macros and passSimon Atanasyan2013-09-241-0/+11
* [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan2013-04-301-0/+44
* [Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-relatedSimon Atanasyan2013-04-221-2/+0
* [Mips] Add two new aliases for MIPS ABI names 32 (means o32 abi) and 64Simon Atanasyan2013-02-271-4/+14
* Add four new command line options for MIPS CPU selection:Simon Atanasyan2012-09-211-0/+20
* MIPS: Use -march=arch option to select either generic MIPS ISA,Simon Atanasyan2012-09-101-0/+5
* Check for MIPS target availability for Driver/mips-as.c test.Simon Atanasyan2012-08-281-0/+2
* Give test check tags consistent names. Simon Atanasyan2012-07-051-9/+9
* MIPS: Pass -KPIC argument to MIPS assembler if necessary.Simon Atanasyan2012-05-291-0/+7
* MIPS: Pass -mabi option to the assmbler when compile MIPS targets.Simon Atanasyan2012-04-071-4/+14
* MIPS: Pass -EB/-EL argument to the assembler according to selected endian whe...Simon Atanasyan2012-04-061-0/+21