summaryrefslogtreecommitdiffstats
path: root/include/clang/Driver
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merging r232439:"Tom Stellard2015-05-041-2/+0
* Merging r232439:Tom Stellard2015-05-011-0/+2
* Merging r227062:Hans Wennborg2015-01-261-0/+2
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-142-2/+1
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-142-4/+1
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-142-1/+4
* Update HelpText for -fsanitize= option.Alexey Samsonov2015-01-141-3/+2
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-122-5/+11
* Driver: tweak the code for determining default image nameHans Wennborg2015-01-091-3/+3
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-091-0/+7
* Add help text for mmacosx-version-min=, mios-version-min=.Nico Weber2015-01-071-2/+4
* [PowerPC] Add support for -mcmpbHal Finkel2015-01-061-0/+2
* Fix default image name to 'a.exe' on Windows, instead 'a.out'.Yaron Keren2015-01-041-1/+1
* clang-cl: Various changes to /Zc: handling.Nico Weber2014-12-231-0/+8
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-1/+5
* Reapply "Change -save-temps to emit unoptimized bitcode files."Bob Wilson2014-12-213-0/+13
* Revert "Change -save-temps to emit unoptimized bitcode files."Reid Kleckner2014-12-182-12/+0
* Change -save-temps to emit unoptimized bitcode files.Bob Wilson2014-12-182-0/+12
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-162-0/+3
* 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/+1
* clang-cl: Make /Gd ignored instead of unsupportedHans Wennborg2014-12-131-1/+1
* clang-cl: Add unsupported /Gv option (PR21892)Hans Wennborg2014-12-131-0/+1
* OpenCL C: Add support for a set of floating point Pekka Jaaskelainen2014-12-101-0/+2
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-0/+3
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-3/+0
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-0/+3
* Fix isThreadModelSupported()'s comment. NFCJonathan Roelofs2014-12-031-1/+1
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-0/+6
* clang: do not add -pie for tsanDmitry Vyukov2014-11-211-1/+1
* [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs.Alexey Samsonov2014-11-161-0/+2
* clang-cl: Ignore the new /Zo[-] option (PR21571)Hans Wennborg2014-11-141-1/+3
* [Sanitizer] Refactor SanitizerArgs parsing in Driver.Alexey Samsonov2014-11-141-100/+12
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-142-5/+0
* Cleanup SanitizerArgs: get rid of unused variable, make one method non-static...Alexey Samsonov2014-11-141-3/+2
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-112-0/+4
* Add FSGSBASE intrinsics to x86 intrinsic headers.Craig Topper2014-11-031-0/+2
* Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2014-10-311-0/+2
* Driver: reduce search logic duplicationSaleem Abdulrasool2014-10-251-0/+3
* Add a new -fmerge-functions -cc1 flag that enables function merging.Nick Lewycky2014-10-241-0/+2
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+4
* Driver: Move crash report command mangling into Command::PrintJustin Bogner2014-10-211-6/+14
* Driver: Make FailingCommand mandatory for generateCompilationDiagnosticsJustin Bogner2014-10-201-1/+1
* Remove incorrect usage of JoinedOrSeparate.Richard Smith2014-10-171-1/+1
* [AArch64] Add workaround for Cortex-A53 erratum (835769)Bradley Smith2014-10-131-0/+7
* Treat -mios-simulator-version-min option as an alias for -mios-version-min.Bob Wilson2014-10-101-1/+1
* [PowerPC] Add feature for Power8 vector extensionsBill Schmidt2014-10-101-0/+4
* Add experimental clang/driver flag -fsanitize-address-field-padding=NKostya Serebryany2014-10-092-0/+4
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-032-0/+9
* Driver: Use pointee_iterator rather than iterating over unique_ptrsJustin Bogner2014-10-031-2/+3