summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* Fix uninitialized bool flag access in SanitizerArgs parserAlexey Samsonov2013-01-161-0/+3
* clang/test/Driver/darwin-sdkroot.c: Suppress this on msys bash, to introduce ...NAKAMURA Takumi2013-01-161-0/+3
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-0/+6
* [driver/Darwin] Adjust SDKROOT handling code to not generate "-isysroot /".Daniel Dunbar2013-01-151-1/+11
* [driver] Warnings for warning options are handled by the frontend. The drive...Chad Rosier2013-01-151-6/+0
* Refactor the x86 CPU name logic in the driver and pass -march and -mcpuChandler Carruth2013-01-131-5/+20
* [Mips] Pass a combination of +soft-float and -mips16-hard-float flags toSimon Atanasyan2013-01-101-0/+41
* Add missing spaces. This doesn't cause problems in practice because we only warnRafael Espindola2013-01-081-2/+2
* Correct OpenBSD profiling testDmitri Gribenko2013-01-071-1/+1
* Silence some warnings and allow passing down some feature flags to the linker.Rafael Espindola2012-12-311-0/+18
* [ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz2012-12-301-0/+8
* Produce an actual error before attempting to attach notes to it when bailing outRichard Smith2012-12-251-0/+2
* Support -fsanitize-memory-track-origins.Evgeniy Stepanov2012-12-241-3/+12
* Insulate this test from the whims of the random number generator.Matt Beaumont-Gay2012-12-211-2/+2
* clang/test/Driver/warning-options.cpp: Appease MSYS bash.NAKAMURA Takumi2012-12-201-1/+1
* Typo.Chad Rosier2012-12-191-1/+1
* [driver] Have -isysroot warn on nonexistent paths.Chad Rosier2012-12-191-0/+4
* Fix the fvectorize testcaseNadav Rotem2012-12-181-8/+4
* Add support for passing the main file name down to the assemblerEric Christopher2012-12-181-0/+12
* Fix PR14625 by teaching the driver to detect PWD for assembly files.Chandler Carruth2012-12-171-0/+11
* ubsan: Add -fsanitize=bool and -fsanitize=enum, which check for loads ofRichard Smith2012-12-131-4/+2
* Initial support for FreeBSD on ARM.Rafael Espindola2012-12-131-0/+11
* Add -fslp-vectorize to enable bb-vectorizeHal Finkel2012-12-111-0/+13
* [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier2012-12-111-0/+4
* [driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier2012-12-111-0/+9
* clang/test/Driver/linker-opts.c: Fix XFAIL that I removed win32.NAKAMURA Takumi2012-12-111-0/+1
* clang/test/Driver/debug-options-as.c: Fixup not to use prefix=S. I didn't kno...NAKAMURA Takumi2012-12-111-3/+3
* clang/test/Driver: Introduce the feature "clang-driver", set if gcc driver is...NAKAMURA Takumi2012-12-117-5/+10
* Add tests for a corner case of when to relax all instructions:Rafael Espindola2012-12-112-0/+8
* Escape % in the TextDiagnosticBuffer so they aren't interpreted twice when fe...Benjamin Kramer2012-12-081-1/+3
* long double should be 64 bits on FreeBSD/MIPS64. It possibly should be onDavid Chisnall2012-12-081-0/+19
* Hexagon TC: forward appropriate args to assemblerMatthew Curtis2012-12-071-0/+15
* Hexagon TC: add cc1 defaults for hexagon-gccMatthew Curtis2012-12-071-0/+13
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-068-25/+4
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-068-4/+25
* hexagon-toolchain.c now passes on win32Matthew Curtis2012-12-061-3/+0
* relax hexagon-toolchain.c even more to accomodate mingw32 targetsMatthew Curtis2012-12-061-143/+143
* relax hexagon-toolchain.c CHECK to accomodate mingw32 targetsMatthew Curtis2012-12-061-2/+2
* Un-XFAIL hexagon-toolchain.c test for mingw32Matthew Curtis2012-12-061-2/+2
* Hexagon TC: Add/improve support for small dataMatthew Curtis2012-12-061-3/+85
* Fix hexagon-toolchain.c test to handle versioned clang executables.Matthew Curtis2012-12-061-12/+15
* Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis2012-12-062-4/+331
* test/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin can be treated as unix...NAKAMURA Takumi2012-12-061-1/+1
* Hexagon TC: Move getHexagonTargetCPU from Tools.cpp toMatthew Curtis2012-12-061-0/+38
* Disable hexagon toolchain test on windows targetsMatthew Curtis2012-12-061-0/+3
* Hexagon TC: Update toolchain to add appropriate includeMatthew Curtis2012-12-068-0/+78
* [driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier2012-12-051-0/+15
* Reuse an existing diagnostic for tsan/msan needing -pie error.Evgeniy Stepanov2012-12-051-0/+18
* Add -whole-archive around the ASan runtime archive in the link command.Chandler Carruth2012-12-041-2/+2
* Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a toMatt Beaumont-Gay2012-12-041-0/+10
OpenPOWER on IntegriCloud