summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2017-03-29Revert "Use FPContractModeKind universally"Adam Nemet
2017-03-29Use FPContractModeKind universallyAdam Nemet
2017-03-27[OpenCL] Extended mapping of parcing CodeGen argumentsEgor Churaev
2017-03-24[OpenCL][Bug 10573] Don't set CXXOperatorNames flagAnastasia Stulova
2017-03-23[ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher
2017-03-14Canonicalize the path provided by -fmodules-cache-path.Adrian Prantl
2017-03-13Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith
2017-03-13[Linker] Provide callback for internalizationJonas Devlieghere
2017-03-13Add -iframeworkwithsysroot compiler optionAlex Lorenz
2017-03-09Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith
2017-03-01[PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson
2017-02-27Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithComp...Argyrios Kyrtzidis
2017-02-25Revert r296209, still one more test to go.Paul Robinson
2017-02-25[PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson
2017-02-14Stop asserting when a meaningless -std= flag is passed for a non-compilationRichard Smith
2017-02-14[Driver] Report available language standards on user errorRichard Smith
2017-02-09[DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud
2017-01-31[X86] Teach Clang about -mfentry flagNirav Dave
2017-01-30Prototype of modules codegenDavid Blaikie
2017-01-25[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar
2017-01-19Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen
2017-01-18Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne
2017-01-13unique_ptrify createDriverOptTableDavid Blaikie
2017-01-06Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie
2017-01-05Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie
2017-01-04Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz
2016-12-31[c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith
2016-12-23[PM] Introduce options to enable the (still experimental) new passChandler Carruth
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth
2016-12-19Revert another accidental bitPaul Robinson
2016-12-19Undo accidental comitPaul Robinson
2016-12-14[PS4] Undo dialect tweak for Objective-C.Paul Robinson
2016-12-10Simplify parseShowColorsArgs logic, NFC.Yaron Keren
2016-12-01Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...Richard Smith
2016-11-17[Preprocessor] Support for '-dI' flagBruno Cardoso Lopes
2016-11-11Add a new optimization option -Og Sylvestre Ledru
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-11-01[OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader
2016-11-01Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith
2016-10-28Revert "[Preprocessor] Support for '-dI' flag"Bruno Cardoso Lopes
2016-10-28[Preprocessor] Support for '-dI' flagBruno Cardoso Lopes
2016-10-27Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen
2016-10-21Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar
2016-10-19New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam
2016-10-11Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...Bruno Cardoso Lopes