aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/flags.c
AgeCommit message (Expand)Author
2013-04-11Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner
2013-02-10Use -mno-implicit-float by default for kernel/kext code. <rdar://13177960>Bob Wilson
2013-02-10Recognize -mno-implicit-float option for x86 as well as ARM. <rdar://13180731>Bob Wilson
2012-05-16Rename the driver option to -mno-implicit-float, per Eli's suggestion.Chad Rosier
2012-05-16[driver] Allow the driver to directly accept the -no-implicit-float option, s...Chad Rosier
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
2009-12-15Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar
2009-11-20Standardize Driver translation to call clang-cc using '-foo' form instead of ...Daniel Dunbar
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-06-05Set function Attribute::NoImplicitFloat appropriately.Devang Patel
2009-03-30Driver: Unbreak ArgList::hasFlag.Daniel Dunbar