summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [Driver] Report available language standards on user errorRichard Smith2017-02-141-49/+83
* [DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud2017-02-091-0/+1
* [X86] Teach Clang about -mfentry flagNirav Dave2017-01-311-0/+1
* Prototype of modules codegenDavid Blaikie2017-01-301-0/+1
* [CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar2017-01-251-5/+10
* Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen2017-01-191-0/+2
* Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne2017-01-181-0/+1
* unique_ptrify createDriverOptTableDavid Blaikie2017-01-131-1/+1
* Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini2017-01-061-0/+1
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-6/+5
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-5/+6
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-6/+5
* Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie2017-01-051-2/+2
* Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz2017-01-041-0/+1
* [c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith2016-12-311-0/+2
* [PM] Introduce options to enable the (still experimental) new passChandler Carruth2016-12-231-0/+4
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-17/+25
* Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth2016-12-231-1/+0
* Revert another accidental bitPaul Robinson2016-12-191-2/+0
* Undo accidental comitPaul Robinson2016-12-191-0/+2
* [PS4] Undo dialect tweak for Objective-C.Paul Robinson2016-12-141-2/+4
* Simplify parseShowColorsArgs logic, NFC.Yaron Keren2016-12-101-13/+4
* Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...Richard Smith2016-12-011-1/+0
* [Preprocessor] Support for '-dI' flagBruno Cardoso Lopes2016-11-171-0/+1
* Add a new optimization option -Og Sylvestre Ledru2016-11-111-0/+3
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* [OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader2016-11-011-0/+1
* Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith2016-11-011-0/+1
* Revert "[Preprocessor] Support for '-dI' flag"Bruno Cardoso Lopes2016-10-281-1/+0
* [Preprocessor] Support for '-dI' flagBruno Cardoso Lopes2016-10-281-0/+1
* 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
OpenPOWER on IntegriCloud