summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-options.c
Commit message (Expand)AuthorAgeFilesLines
* MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer2015-03-221-0/+8
* clang-cl: Correctly ignore /openmp- (PR22748)Hans Wennborg2015-03-021-2/+4
* clang-cl: Ignore /Fd silentlyReid Kleckner2015-02-251-1/+1
* clang-cl: Map /wd4996 to -Wno-deprecated-declarationsReid Kleckner2015-02-171-3/+4
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+6
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-6/+0
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-0/+6
* Implement command line options for stack probe spaceHans Wennborg2015-01-201-1/+7
* clang-cl: Various changes to /Zc: handling.Nico Weber2014-12-231-6/+0
* clang-cl: Fix handling of the /volatile flag (PR21893)Hans Wennborg2014-12-131-1/+2
* clang-cl: ignore /cgthreads (PR21894)Hans Wennborg2014-12-131-0/+2
* clang-cl: Make /Gd ignored instead of unsupportedHans Wennborg2014-12-131-0/+1
* clang-cl: Add unsupported /Gv option (PR21892)Hans Wennborg2014-12-131-0/+1
* clang-cl: Ignore the new /Zo[-] option (PR21571)Hans Wennborg2014-11-141-1/+4
* clang-cl: Add support for /ZpDavid Majnemer2014-07-251-2/+6
* clang-cl: ignore /showIncludes when combined with /E (PR20336)Hans Wennborg2014-07-211-0/+4
* Don't use -msse2 in test/Driver/cl-options.cHans Wennborg2014-07-161-1/+0
* clang-cl: expand test coverage for "core" optionsHans Wennborg2014-07-161-2/+9
* clang-cl: make sure we still parse -fms-version= after r213119Hans Wennborg2014-07-161-0/+6
* clang-cl: Implement the -arch flagEhsan Akhgari2014-07-151-1/+0
* Require an x86 registered target for this test by splitting it outReid Kleckner2014-07-121-6/+0
* clang-cl: Make all x86 CPU feature flags available, such as -msse3Reid Kleckner2014-07-121-2/+4
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-3/+5
* clang-cl: Ignore /Zc:inline and /Zc:rvalueCastReid Kleckner2014-07-011-0/+2
* Add support for the /EP argument to clang-clHans Wennborg2014-06-131-1/+5
* clang-cl: accept the /C option with /P (PR19978)Hans Wennborg2014-06-111-2/+9
* clang-cl: Disable TBAA by default for MSVC compatibilityReid Kleckner2014-04-091-0/+8
* clang-cl: make /Gw map to -fdata-sectionsDavid Majnemer2014-04-071-2/+6
* Add clang-cl alias to allow users to disable c4005Reid Kleckner2014-04-041-0/+4
* Try to fix the cl-options.c test on ARM botsHans Wennborg2014-03-281-5/+7
* clang-cl: make /Gy imply -fdata-sections in addition to -ffunction-sectionsHans Wennborg2014-03-251-0/+2
* Driver: Map /Gy to -ffunction-sectionsDavid Majnemer2014-03-231-2/+6
* Driver: cleanup /vd2 testDavid Majnemer2014-03-231-1/+3
* clang-cl: use -fno-rtti by defaultHans Wennborg2014-02-251-0/+6
* clang-cl: Parse the /d2Zi+ flag (PR18728)Hans Wennborg2014-02-181-0/+1
* MS ABI: Add support for the -vm{b,g,s,m,v} flagsDavid Majnemer2014-02-111-4/+18
* clang-cl: make /Zp a Joined option (PR18503)Hans Wennborg2014-01-221-0/+1
* clang-cl: Support /P and /E (preprocess to file or stdout)Hans Wennborg2013-12-201-4/+4
* clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg2013-11-151-12/+109
* clang-cl: parse the /Yc flag (PR17895)Hans Wennborg2013-11-121-1/+1
* clang-cl: parse the /GT optionHans Wennborg2013-11-121-1/+1
* clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg2013-10-301-0/+1
* Add support for the separate version of /FI.Rafael Espindola2013-10-291-0/+3
* clang-cl: Mark /FA and /Fa as unsupported optionsHans Wennborg2013-10-111-0/+1
* clang-cl: simplify the -m32 -m64 testHans Wennborg2013-10-101-4/+1
* clang-cl: Expose the -m32 and -m64 command-line optionsHans Wennborg2013-10-101-0/+7
* clang-cl: ignore the /sdl[-] flagHans Wennborg2013-10-081-0/+1
* clang-cl: Add /FI (forced include) as an alias for -includeReid Kleckner2013-09-261-3/+6
* clang-cl: ignore ths /GS- flagHans Wennborg2013-09-171-1/+1
* cl-options.c just use touch to create that .obj fileHans Wennborg2013-09-171-1/+1
OpenPOWER on IntegriCloud