summaryrefslogtreecommitdiff
path: root/test/Driver/x86_features.c
AgeCommit message (Expand)Author
2015-03-25Make the msse4/mno-sse4 flags aliases of the maximum sse valuesEric Christopher
2013-10-03Fix test.Rafael Espindola
2013-10-03Make this use -### instead of a temporary output.Eric Christopher
2013-10-03Give this a temporary output so it is cleaned up.Eric Christopher
2013-10-03Ignore -mieee-fp.Rafael Espindola
2013-08-21Move the logic for selecting the last feature in the command line to the driver.Rafael Espindola
2013-08-20Centralize the logic for handling -m* options and fix pr16943.Rafael Espindola
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-07-02Make clang behave in a gcc-compatible way in the presence of multiple flags f...Eli Friedman
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-05-11Test for x86 target features, I forgot to commit this.Daniel Dunbar