aboutsummaryrefslogtreecommitdiff
path: root/test/Driver
AgeCommit message (Expand)Author
2013-04-17Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-16Use -emit-llvm for the following tests to stop them from failing for Hexagon:Jyotsna Verma
2013-04-15Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem
2013-04-15Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14Add driver support for fedora 18 on ARM.Rafael Espindola
2013-04-14[Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan
2013-04-13Simplify test so that it is more portable.Rafael Espindola
2013-04-12Disable following tests for Hexagon:Jyotsna Verma
2013-04-11Flail at trying to appease various linuxy buildbots.John McCall
2013-04-11Fix the driver logic for recent versions of DragonFly.John McCall
2013-04-11Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson
2013-04-11Hexagon: Remove -g option from the assembler command line.Jyotsna Verma
2013-04-11FileCheck-ify more grep tests with quoted double quotesReid Kleckner
2013-04-10For split dwarf we should also run the objcopy action if we'reEric Christopher
2013-04-10FileCheck-ify some clang grep tests that use double quotesReid Kleckner
2013-04-10Add testcases for -fparse-all-commentsDmitri Gribenko
2013-04-09One more follow-up to r179082 - parse PIC/PIE arguments even on platfroms tha...Alexey Samsonov
2013-04-09Follow-up for r179082: more careful handling of -f(no-)sanitize-address-zero-...Alexey Samsonov
2013-04-09If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-04-03Test Hexagon tool-chain when configured as OSless target.Jyotsna Verma
2013-04-03Move this file into the correct directory.Eric Christopher
2013-04-01Fix typo in testMatt Beaumont-Gay
2013-04-01R600: Handle -mcpu option v3Tom Stellard
2013-03-30Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjustSimon Atanasyan
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-03-24Reject -no-integrated-as on windows.Rafael Espindola
2013-03-24Don't actually invoke codegen in driver test.Benjamin Kramer
2013-03-23Revert svn r176894 and r177658.Bob Wilson
2013-03-23If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith
2013-03-21This ugly regex is required because on Windows, the paths come out as \\ deli...Aaron Ballman
2013-03-20Split ubsan runtime into three pieces (clang part):Richard Smith
2013-03-20Fix redundant comparison in gcc::Common::ConstructJob.Hans Wennborg
2013-03-19Go back to using the integrated assembler on windows ever when passedRafael Espindola
2013-03-19[ASan] Make -fsanitize=address always imply -fsanitize=init-orderAlexey Samsonov
2013-03-18Make sure to use same EABI version for external assembler as for integrated as.Anton Korobeynikov
2013-03-14[ASan] Make -fsanitize=address imply -fsanitize=init-order (if the latter is ...Alexey Samsonov
2013-03-12Make modules.m test portable, now that autolinking is dependent on whether or...Ted Kremenek
2013-03-12[driver] Only enable -fmodules-autolink if we are using the integrated assemb...Ted Kremenek
2013-03-12Driver: -ccc-install-dir should affect cc1 -resource-dirJim Grosbach
2013-03-12Revert "Revert r166370 and r166540 now that Xcode 4.6 has been available for ...Bob Wilson
2013-03-12Revert r166370 and r166540 now that Xcode 4.6 has been available for a while.Bob Wilson
2013-03-12Revert "Disallow using -fmodules with -no-integrated-as."Ted Kremenek
2013-03-12Remove driver support for Hexagon V2 and V3Matthew Curtis
2013-03-11Disallow using -fmodules with -no-integrated-as.Ted Kremenek
2013-03-08[driver] If we're just linking, don't report --param X as unused option.Chad Rosier