]> granicus.if.org Git - clang/history - lib/Frontend/CompilerInvocation.cpp
unique_ptrify createDriverOptTable
[clang] / lib / Frontend / CompilerInvocation.cpp
2017-01-13 David Blaikieunique_ptrify createDriverOptTable
2017-01-06 Mehdi AminiAdd a cc1 option to force disabling lifetime-markers...
2017-01-06 David BlaikieReapply "IntrusiveRefCntPtr -> std::shared_ptr for...
2017-01-06 David BlaikieRevert "IntrusiveRefCntPtr -> std::shared_ptr for Compi...
2017-01-05 David BlaikieIntrusiveRefCntPtr -> std::shared_ptr for CompilerInvoc...
2017-01-05 David BlaikieUse shared_ptr instead of IntrusiveRefCntPtr for Module...
2017-01-04 Alex LorenzAdd -f[no-]strict-return flag that can be used to avoid...
2016-12-31 Richard Smith[c++17] Implement P0522R0 as written. This allows a...
2016-12-23 Chandler Carruth[PM] Introduce options to enable the (still experimenta...
2016-12-23 Chandler CarruthCleanup the handling of noinline function attributes...
2016-12-23 Chandler CarruthMake '-disable-llvm-optzns' an alias for '-disable...
2016-12-19 Paul RobinsonRevert another accidental bit
2016-12-19 Paul RobinsonUndo accidental comit
2016-12-14 Paul Robinson[PS4] Undo dialect tweak for Objective-C.
2016-12-10 Yaron KerenSimplify parseShowColorsArgs logic, NFC.
2016-12-01 Richard SmithRevert r285664, cxx-abi-dev chose to go in a different...
2016-11-17 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-11-11 Sylvestre LedruAdd a new optimization option -Og
2016-11-02 Malcolm ParsonsFix Clang-tidy readability-redundant-string-cstr warnings
2016-11-01 Alexey Bader[OpenCL] Override supported OpenCL extensions with...
2016-11-01 Richard SmithImplement ABI proposal for throwing noexcept function...
2016-10-28 Bruno Cardoso LopesRevert "[Preprocessor] Support for '-dI' flag"
2016-10-28 Bruno Cardoso Lopes[Preprocessor] Support for '-dI' flag
2016-10-27 Erik VerbruggenDo not print include_next/pragma once warnings when...
2016-10-21 Justin LebarSwitch SmallSetVector to use DenseSet when it overflows...
2016-10-19 Sriraman TallamNew clang option -mpie-copy-relocations to use copy...
2016-10-11 Bruno Cardoso LopesReapply [Driver][Diagnostics] Make 'show option names...
2016-10-11 Renato GolinRevert "[Driver][Diagnostics] Make 'show option names...
2016-10-11 Hal FinkelAdd an option to save the backend-produced YAML optimiz...
2016-10-11 Bruno Cardoso Lopes[Driver][Diagnostics] Make 'show option names' default...
2016-10-10 Vitaly BukaAdd -fno-sanitize-address-use-after-scope flag
2016-10-08 Justin Lebar[CUDA] Rename cuda_builtin_vars.h to __clang_cuda_built...
2016-10-02 Gor Nishanov[coroutines] Rename driver flag -fcoroutines to -fcorou...
2016-09-30 Richard SmithP0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT_...
2016-09-26 Matthias BraunCC1: Add -save-stats option
2016-09-23 Renato GolinRevert "set the underlying value of “#pragma STDC FP_CO...
2016-09-23 Sebastian Popset the underlying value of “#pragma STDC FP_CONTRACT...
2016-09-14 Kostya Serebryany[sanitizer-coverage] add yet another flavour of coverag...
2016-09-13 Adam NemetReapply r281276 with passing -emit-llvm in one of the...
2016-09-13 Adam NemetRevert "Add -fdiagnostics-show-hotness"
2016-09-12 Adam NemetAdd -fdiagnostics-show-hotness
2016-08-31 Nick LewyckyAdd -fprofile-dir= to clang.
2016-08-30 Richard SmithUnrevert r280035 now that the clang-cl bug it exposed...
2016-08-30 Nico WeberRevert r280035 (and followups r280057, r280085), it...
2016-08-30 Sjoerd MeijerThis adds new options -fdenormal-fp-math and passes...
2016-08-30 Kostya Serebryany[sanitizer-coverage] add two more modes of instrumentat...
2016-08-30 Richard SmithC++ Modules TS: driver support for building modules.
2016-08-26 Hans WennborgAdd support for -fdiagnostics-absolute-paths: printing...
2016-08-26 Richard SmithC++ Modules TS: add frontend support for building pcm...
2016-08-24 David BlaikieDebugInfo: Add flag to CU to disable emission of inline...
2016-08-18 Manman RenModule: add -fprebuilt-module-path to support loading...
2016-08-17 Richard SmithPR18417: Increase -ftemplate-depth to the value 1024...
2016-08-09 Yaxun Liu[OpenCL] Handle -cl-fp32-correctly-rounded-divide-sqrt
2016-08-09 Yaxun Liu[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
2016-08-08 Gabor Horvath[analyzer] Command line option to show enabled checker...
2016-08-06 Benjamin KramerMove helpers into anonymous namespaces. NFC.
2016-07-29 Matt MastenInitial vectorization support for svml calls (short...
2016-07-28 Yaxun Liu[OpenCL] Generate opaque type for sampler_t and functio...
2016-07-27 Nirav DaveAdd flags to toggle preservation of assembly comments
2016-07-26 Manman RenModules: add command line option fmodules-disable-diagn...
2016-07-23 Richard SmithAdd -fmodules-ts flag to cc1 for the provisional C...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-13 Aaron BallmanAdd XRay flags to Clang. We implement two flags to...
2016-07-13 Yaxun Liu[OpenCL] Fixes failures in test/Driver/opencl.cl.
2016-07-13 Pierre Gousseau[PCH] Add a fno-pch-timestamp option to cc1 to disable...
2016-07-08 Yaxun Liu[OpenCL] Add missing -cl-no-signed-zeros option into...
2016-06-30 Samuel Antao[OpenMP] Use fopenmp prefix for all options introduced...
2016-06-29 Yaxun Liu[OpenCL] Allow -cl-std and other standard -cl- options...
2016-06-28 Saleem AbdulrasoolFrontend: clang-format a statement, NFC
2016-06-23 Rafael EspindolaRestructure the propagation of -fPIC/-fPIE.
2016-06-22 Hans WennborgAdd support for /Ob1 and -finline-hint-functions flags
2016-06-21 Rafael EspindolaDelete dead code.
2016-06-20 Yaxun Liu[OpenCL] Include opencl-c.h by default as a clang module
2016-06-17 Yaxun Liu[OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driver
2016-06-14 Yaxun Liu[OpenCL] Enable -fblocks by default for OpenCL 2.0...
2016-06-09 Pirama Arumuga NainarRenderScript support in the Frontend
2016-06-02 Vitaly Buka[asan] Added -fsanitize-address-use-after-scope flag
2016-05-29 Benjamin KramerAvoid unnecessary std::string copies. NFC.
2016-05-29 Rafael EspindolaHandle -Wa,--mrelax-relocations=[no|yes].
2016-05-27 Bruno Cardoso Lopes[Driver] Fix driver support for color diagnostics
2016-05-27 Benjamin KramerTurn copies into references as suggested by clang-tidy...
2016-05-27 Alexey Bataev[OPENMP] Fixed processing of '-fopenmp-version=' option...
2016-05-26 Alexey Bataev[OPENMP] Add option '-fopenmp-version=[31|40|45]' allow...
2016-05-24 Hans Wennborg[Driver] Add support for -finline-functions and /Ob2...
2016-05-23 Justin Lebar[CUDA] Add -fcuda-approx-transcendentals flag.
2016-05-19 Artem Belevich[CUDA] Enable fusing FP ops (-ffp-contract=fast) for...
2016-05-19 Vedant KumarReapply^3 "[ProfileData] (clang) Use Error in InstrProf...
2016-05-18 Alexey BataevSupport for MSVS default calling convention options...
2016-05-16 Vedant KumarRevert "Reapply^2 "[ProfileData] (clang) Use Error...
2016-05-16 Vedant KumarReapply^2 "[ProfileData] (clang) Use Error in InstrProf...
2016-05-14 Chandler CarruthRevert "Reapply "[ProfileData] (clang) Use Error in...
2016-05-13 Vedant KumarReapply "[ProfileData] (clang) Use Error in InstrProf...
2016-05-13 Vedant KumarRevert "[ProfileData] (clang) Use Error in InstrProf...
2016-05-13 Vedant Kumar[ProfileData] (clang) Use Error in InstrProf and Covera...
2016-05-12 Filipe Cabecinhas[ubsan] Add -fsanitize-undefined-strip-path-components=N
2016-05-11 Steven WuEmbed bitcode in object file (clang cc1 part)
2016-05-06 Saleem AbdulrasoolFrontend: support -I=path for sysroot expansion
2016-05-04 Marcin Koscielnicki[SystemZ] Add -mbackchain option.
2016-05-04 Marianne Mailhot... Do not disable completely loop unroll when optimizing...
2016-05-04 Reid Kleckner[X86] Add -malign-double support
next