aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Driver
AgeCommit message (Expand)AuthorFilesLines
2014-04-25Merging r198940 (second try):llvmorg-3.4.1-rc2llvmorg-3.4.1Tom Stellard1-0/+9
2014-04-21Revert "Merging r198940:"Tom Stellard1-9/+0
2014-04-11Merging r196981:Tom Stellard1-2/+8
2014-04-11Merging r204742:Tom Stellard1-1/+22
2014-04-11Merging r198940:Tom Stellard1-0/+9
2014-03-13Merging r202721:Tom Stellard1-9/+9
2013-12-08Merging r196630:Bill Wendling1-0/+28
2013-12-02Merged r195756:Daniel Sanders1-0/+11
2013-12-02Merged r195249:Daniel Sanders216-0/+946
2013-11-26Merging r195422:Bill Wendling1-1/+1
2013-11-18Change the clang driver with the use of -no-integrated-as for darwin to useKevin Enderby1-3/+3
2013-11-18Remove period at end of "optimization level is unsupported" diagnosticHans Wennborg1-1/+1
2013-11-18Make test/Driver/clang_f_opts.c not write to the test dirHans Wennborg1-1/+1
2013-11-18Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-0/+3
2013-11-17Add -freroll-loops to enable loop rerollingHal Finkel1-0/+7
2013-11-16Move remaining %clang_cc1 tests out of test/DriverAlp Toker4-60/+4
2013-11-16X86: Make specifying avx2 simpler on Darwin with '-arch'Jim Grosbach1-0/+4
2013-11-15Revert "Using an invalid -O falls back on -O3 instead of an error"Alp Toker2-7/+2
2013-11-15clang-cl: Make the driver parse all(?) msvc flagsHans Wennborg1-12/+109
2013-11-15[ASan] Fix darwin-sanitizer-ld.c for iossim, which seems to use -lc++ instead...Alexander Potapenko1-1/+1
2013-11-15[ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS...Alexander Potapenko1-0/+8
2013-11-15Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru2-2/+7
2013-11-15Ignore test Inputs globally and remove redundant lit.local.cfg filesAlp Toker1-1/+0
2013-11-14R600: Add processor type for HawaiiTom Stellard1-0/+2
2013-11-14Pass -Wa,-I and -Xassembler -I args to integrated assemblerDavid Peixotto1-0/+21
2013-11-13Add test case for r194593Weiming Zhao1-0/+15
2013-11-13Add -fprofile-sample-use to Clang's driver.Diego Novillo2-0/+3
2013-11-12clang-cl: parse the /Yc flag (PR17895)Hans Wennborg1-1/+1
2013-11-12ObjectiveC. availability of Array/Dictionary subscriptingFariborz Jahanian1-1/+4
2013-11-12clang-cl: parse the /GT optionHans Wennborg1-1/+1
2013-11-12ObjectiveC driver change. re-apply patch reverted inFariborz Jahanian1-1/+4
2013-11-12XCore target has -fno-use-cxa-atexit as default.Robert Lytton1-1/+2
2013-11-12This reverts commit r194435 and r194434.Rafael Espindola1-4/+1
2013-11-12ObjectiveC. Try to unbreak buildbot.Fariborz Jahanian1-1/+1
2013-11-11ObjectiveC. By default allow array/dictionary subscripting inFariborz Jahanian1-1/+4
2013-11-11Revert "Using an invalid -O falls back on -O3 instead of an error"Sylvestre Ledru1-3/+0
2013-11-11Revert "Remove -### from the -O20 test, it was failing the test (?)"Sylvestre Ledru1-1/+1
2013-11-11Remove -### from the -O20 test, it was failing the test (?)Sylvestre Ledru1-1/+1
2013-11-11Using an invalid -O falls back on -O3 instead of an errorSylvestre Ledru1-0/+3
2013-11-11Add test for r194350.Roman Divacky1-0/+4
2013-11-09This reverts commit r194330, r194329 and r194328.Rafael Espindola3-17/+0
2013-11-09FreeBSD 10 ships with only libc++, make sure it's the default when compilingDavid Chisnall1-0/+6
2013-11-09Correctly set the target in fuse_ld.c correctly...David Chisnall1-4/+4
2013-11-09Add explicit target to the fuse_ld.c test.David Chisnall1-2/+5
2013-11-09Add support for -fuse-ld=.David Chisnall3-0/+14
2013-11-05With this patch -Wwrite-strings is still implemented with the terribleRafael Espindola1-2/+2
2013-11-01SanitizerArgs: add ability to filter/diagnose unsupported sanitizers.Peter Collingbourne2-10/+37
2013-11-01AArch64: Fix wildcard matching on CHECK lines. Now recognises arch64--.Amara Emerson1-3/+3
2013-10-31[AArch64] Add some CPU targets for "generic", A-53 and A-57.Amara Emerson2-0/+36
2013-10-30clang-cl: Parse the /arch, /Yu and /Fp options (PR17736)Hans Wennborg1-0/+1