summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen2016-10-271-2/+11
* Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar2016-10-211-2/+4
* New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam2016-10-191-0/+2
* Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...Bruno Cardoso Lopes2016-10-111-4/+7
* Revert "[Driver][Diagnostics] Make 'show option names' default for driver war...Renato Golin2016-10-111-7/+4
* Add an option to save the backend-produced YAML optimization record to a fileHal Finkel2016-10-111-0/+4
* [Driver][Diagnostics] Make 'show option names' default for driver warningsBruno Cardoso Lopes2016-10-111-4/+7
* Add -fno-sanitize-address-use-after-scope flagVitaly Buka2016-10-101-2/+5
* [CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar2016-10-081-3/+4
* [coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov2016-10-021-1/+1
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-0/+13
* CC1: Add -save-stats optionMatthias Braun2016-09-261-0/+1
* Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...Renato Golin2016-09-231-6/+0
* set the underlying value of “#pragma STDC FP_CONTRACT” on by defaultSebastian Pop2016-09-231-0/+6
* [sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany2016-09-141-0/+2
* Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet2016-09-131-0/+6
* Revert "Add -fdiagnostics-show-hotness"Adam Nemet2016-09-131-6/+0
* Add -fdiagnostics-show-hotnessAdam Nemet2016-09-121-0/+6
* Add -fprofile-dir= to clang.Nick Lewycky2016-08-311-1/+2
* Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith2016-08-301-0/+2
* Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber2016-08-301-2/+0
* This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer2016-08-301-0/+13
* [sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany2016-08-301-0/+2
* C++ Modules TS: driver support for building modules.Richard Smith2016-08-301-0/+2
* Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg2016-08-261-0/+1
* C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith2016-08-261-0/+3
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-0/+1
* Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren2016-08-181-0/+2
* PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++Richard Smith2016-08-171-1/+1
* [OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu2016-08-091-0/+2
* [OpenCL][AMDGPU] Add support for -cl-denorms-are-zeroYaxun Liu2016-08-091-0/+1
* [analyzer] Command line option to show enabled checker list.Gabor Horvath2016-08-081-0/+1
* Move helpers into anonymous namespaces. NFC.Benjamin Kramer2016-08-061-1/+1
* Initial vectorization support for svml calls (short vector math library).Matt Masten2016-07-291-0/+2
* [OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu2016-07-281-0/+7
* Add flags to toggle preservation of assembly commentsNirav Dave2016-07-271-0/+1
* Modules: add command line option fmodules-disable-diagnostic-validationManman Ren2016-07-261-1/+4
* Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and markRichard Smith2016-07-231-2/+3
* [NFC] Header cleanupMehdi Amini2016-07-181-1/+2
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-131-0/+3
* [OpenCL] Fixes failures in test/Driver/opencl.cl.Yaxun Liu2016-07-131-12/+12
* [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau2016-07-131-0/+1
* [OpenCL] Add missing -cl-no-signed-zeros option into driverYaxun Liu2016-07-081-1/+2
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-2/+2
* [OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu2016-06-291-0/+13
* Frontend: clang-format a statement, NFCSaleem Abdulrasool2016-06-281-4/+4
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-231-2/+2
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-3/+8
* Delete dead code.Rafael Espindola2016-06-211-53/+0
* [OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu2016-06-201-2/+11
OpenPOWER on IntegriCloud