aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-08[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_builtin_vars.h.Justin Lebar1-3/+4
2016-10-02[coroutines] Rename driver flag -fcoroutines to -fcoroutines-tsGor Nishanov1-1/+1
2016-09-30P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith1-0/+13
2016-09-26CC1: Add -save-stats optionMatthias Braun1-0/+1
2016-09-23Revert "set the underlying value of “#pragma STDC FP_CONTRACT” on by defa...Renato Golin1-6/+0
2016-09-23set the underlying value of “#pragma STDC FP_CONTRACT” on by defaultSebastian Pop1-0/+6
2016-09-14[sanitizer-coverage] add yet another flavour of coverage instrumentation: tra...Kostya Serebryany1-0/+2
2016-09-13Reapply r281276 with passing -emit-llvm in one of the testsAdam Nemet1-0/+6
2016-09-13Revert "Add -fdiagnostics-show-hotness"Adam Nemet1-6/+0
2016-09-12Add -fdiagnostics-show-hotnessAdam Nemet1-0/+6
2016-08-31Add -fprofile-dir= to clang.Nick Lewycky1-1/+2
2016-08-30Unrevert r280035 now that the clang-cl bug it exposed has been fixed byRichard Smith1-0/+2
2016-08-30Revert r280035 (and followups r280057, r280085), it caused PR30195Nico Weber1-2/+0
2016-08-30This adds new options -fdenormal-fp-math and passes through option -ffast-mathSjoerd Meijer1-0/+13
2016-08-30[sanitizer-coverage] add two more modes of instrumentation: trace-div and tra...Kostya Serebryany1-0/+2
2016-08-30C++ Modules TS: driver support for building modules.Richard Smith1-0/+2
2016-08-26Add support for -fdiagnostics-absolute-paths: printing absolute paths in diag...Hans Wennborg1-0/+1
2016-08-26C++ Modules TS: add frontend support for building pcm files from moduleRichard Smith1-0/+3
2016-08-24DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie1-0/+1
2016-08-18Module: add -fprebuilt-module-path to support loading prebuilt modules.Manman Ren1-0/+2
2016-08-17PR18417: Increase -ftemplate-depth to the value 1024 recommended by the C++Richard Smith1-1/+1
2016-08-09[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrtYaxun Liu1-0/+2
2016-08-09[OpenCL][AMDGPU] Add support for -cl-denorms-are-zeroYaxun Liu1-0/+1
2016-08-08[analyzer] Command line option to show enabled checker list.Gabor Horvath1-0/+1
2016-08-06Move helpers into anonymous namespaces. NFC.Benjamin Kramer1-1/+1
2016-07-29Initial vectorization support for svml calls (short vector math library).Matt Masten1-0/+2
2016-07-28[OpenCL] Generate opaque type for sampler_t and function call for the initial...Yaxun Liu1-0/+7
2016-07-27Add flags to toggle preservation of assembly commentsNirav Dave1-0/+1
2016-07-26Modules: add command line option fmodules-disable-diagnostic-validationManman Ren1-1/+4
2016-07-23Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and markRichard Smith1-2/+3
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+2
2016-07-13Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman1-0/+3
2016-07-13[OpenCL] Fixes failures in test/Driver/opencl.cl.Yaxun Liu1-12/+12
2016-07-13[PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau1-0/+1
2016-07-08[OpenCL] Add missing -cl-no-signed-zeros option into driverYaxun Liu1-1/+2
2016-06-30[OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao1-2/+2
2016-06-29[OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu1-0/+13
2016-06-28Frontend: clang-format a statement, NFCSaleem Abdulrasool1-4/+4
2016-06-23Restructure the propagation of -fPIC/-fPIE.Rafael Espindola1-2/+2
2016-06-22Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg1-3/+8
2016-06-21Delete dead code.Rafael Espindola1-53/+0
2016-06-20[OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu1-2/+11
2016-06-17[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driverYaxun Liu1-7/+17
2016-06-14[OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.Yaxun Liu1-1/+2
2016-06-09RenderScript support in the FrontendPirama Arumuga Nainar1-0/+10
2016-06-02[asan] Added -fsanitize-address-use-after-scope flagVitaly Buka1-1/+3
2016-05-29Avoid unnecessary std::string copies. NFC.Benjamin Kramer1-1/+1
2016-05-29Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola1-0/+1
2016-05-27[Driver] Fix driver support for color diagnosticsBruno Cardoso Lopes1-3/+47
2016-05-27Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer1-1/+1