summaryrefslogtreecommitdiff
path: root/clang/test/Driver/mips-float.c
AgeCommit message (Expand)Author
2024-05-27[Driver][test] Replace legacy -target with --target=Fangrui Song
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2019-10-09[mips] Set default float ABI to "soft" on FreeBSDSimon Atanasyan
2013-11-19[Mips] Do not adjust float-abi flags in case of MIPS16 mode. This codeSimon Atanasyan
2013-08-21Centralize the handling of -target-feature.Rafael Espindola
2013-04-22[Mips] Remove "REQUIRES: mips-registered-target" from some MIPS-relatedSimon Atanasyan
2013-04-14[Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan
2013-01-10[Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-07-09Tests: check for target availability for target-specific tests.Jim Grosbach
2012-04-09Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar
2012-04-06MIPS: Move tests check float ABI macros definitions to the more appropriate p...Simon Atanasyan
2012-03-26Test case for r153348.Akira Hatanaka