summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver
Commit message (Expand)AuthorAgeFilesLines
* [ARM]: Extend -mfpu options for half-precision and vfpv3xdJaved Absar2015-06-291-0/+55
* [Driver] x86-64 Windows is always PICDavid Majnemer2015-06-281-0/+6
* [PPC]: Fix bug in getMultiarchTriple.Douglas Katzman2015-06-264-0/+13
* Fix the test added in r240710.Jonathan Roelofs2015-06-251-1/+1
* [CFI] Diagnose when we CFI in diagnostic mode is unavailable on a toolchain.Alexey Samsonov2015-06-251-0/+3
* This should actually fix the broken bots.Chris Bieneman2015-06-251-0/+3
* Speculative fix for the broken bots.Chris Bieneman2015-06-251-2/+1
* Add -miphonesimulator-version-min as alias to -ios-simulator-version-min.Chris Bieneman2015-06-251-0/+5
* Teach Clang about the PPC64 memory sanitizer implementation.Jay Foad2015-06-252-0/+16
* Update darwin SDK version parsing to support OSX and simulatorSteven Wu2015-06-251-0/+36
* [UBSan] Allow to use -fsanitize=vptr only on Mac OS 10.9+Alexey Samsonov2015-06-251-1/+7
* Remove environment variables from driver testsSteven Wu2015-06-241-0/+12
* Pedantically rename all Tool subclasses to be nouns, not verbs. NFCDouglas Katzman2015-06-233-6/+6
* Driver: Pass -I options to cc1as for .include search paths.Jim Grosbach2015-06-231-0/+3
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-192-12/+15
* [CFI] Require -flto instead of implying it.Alexey Samsonov2015-06-191-5/+8
* Add nominal support for 'shave' target.Douglas Katzman2015-06-191-0/+22
* [ASan] Initial support for Kernel AddressSanitizerAlexander Potapenko2015-06-192-6/+23
* Introduce -fsanitize-trap= flag.Peter Collingbourne2015-06-181-7/+12
* R600: Add Volcanic Islands targetsTom Stellard2015-06-181-1/+7
* Allow case-insensitive values for -march for AArch64 target in line with GCC.Gabor Ballabas2015-06-181-0/+7
* Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov2015-06-173-17/+17
* [Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov2015-06-173-17/+17
* [mips] Don't propagate -mfpxx by default if soft/single float were also set.Toma Tabacu2015-06-163-0/+222
* [modules] Rename -fmodule-maps to -fimplicit-module-maps (and likewise forRichard Smith2015-06-161-0/+7
* Protection against stack-based memory corruption errors using SafeStack: Clan...Peter Collingbourne2015-06-151-0/+12
* [Sparc] Make soft-float emit an error.James Y Knight2015-06-151-10/+8
* Revert r239213: "clang-cl: Implement /GL in terms of -flto."Hans Wennborg2015-06-131-6/+0
* Allow case-insensitive values for -mcpu for AArch64 target in line with GCC.Gabor Ballabas2015-06-121-0/+12
* clang-cl: Add an alias for /wd4910Hans Wennborg2015-06-111-1/+2
* add the -mrecip driver flag and process its options (3rd try)Sanjay Patel2015-06-111-0/+70
* Allow case-insensitive values for -march for ARM in line with GCC.Gabor Ballabas2015-06-111-0/+9
* [mips] Pass on -m{single,double}-float to GAS.Toma Tabacu2015-06-111-0/+10
* clang-cl: Ignore the /o option when /P is specified.Greg Bedwell2015-06-091-13/+6
* [Driver] Preserve the object file format in ComputeEffectiveClangTripleDavid Majnemer2015-06-091-0/+2
* [Driver] Inject the MSVC compatibility version into the tripleDavid Majnemer2015-06-082-1/+8
* clang-cl: Implement /GL in terms of -flto.Peter Collingbourne2015-06-061-0/+6
* [SPARC] Fix windows test failure after r239154.James Y Knight2015-06-051-15/+15
* [SPARC] Add multiarch include paths.James Y Knight2015-06-0525-0/+118
* [ARM] Use TargetParser to determine FPU subtarget featuresJohn Brawn2015-06-051-6/+18
* Allow case-insensitive values for -mcpu for ARMGabor Ballabas2015-06-042-0/+13
* Use the appropriate PIE level for OpenBSD/sparc.Brad Smith2015-06-041-0/+2
* Driver: Don't crash when generating crash reports for *-header inputsJustin Bogner2015-06-041-0/+18
* Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola2015-06-031-70/+0
* add the -mrecip driver flag and process its options (2nd try)Sanjay Patel2015-06-021-0/+70
* [ARM] Adjust -march checkingJohn Brawn2015-05-291-0/+4
* [omp] Loosen the driver test enough so that overriding the defaultsChandler Carruth2015-05-281-2/+11
* [ARM] Be less specific about the error message expected.Ranjeet Singh2015-05-281-3/+3
* [omp] Re-work Clang's handling of -fopenmp and undo r237769.Chandler Carruth2015-05-281-0/+24
* Test commit.Ranjeet Singh2015-05-261-1/+1
OpenPOWER on IntegriCloud