aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-23[ThinLTO] Clang support for emitting minimized bitcode for thin linkTeresa Johnson1-0/+1
2017-03-21Remove the -faltivec alias option and replace it with -maltivec everywhere.Eric Christopher1-3/+0
2017-03-14Canonicalize the path provided by -fmodules-cache-path.Adrian Prantl1-3/+16
2017-03-13Modules: Use hash of PCM content for SIGNATUREDuncan P. N. Exon Smith1-0/+1
2017-03-13[Linker] Provide callback for internalizationJonas Devlieghere1-2/+2
2017-03-13Add -iframeworkwithsysroot compiler optionAlex Lorenz1-0/+3
2017-03-09Add -cc1 flag -ast-dump-all to perform an AST dump including entities that ha...Richard Smith1-0/+2
2017-03-01[PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson1-1/+5
2017-02-27Add a cc1 flag for setting the existing Preprocessor option 'AllowPCHWithComp...Argyrios Kyrtzidis1-0/+1
2017-02-25Revert r296209, still one more test to go.Paul Robinson1-5/+1
2017-02-25[PS4] Set our default dialect to C++11. NFC for other targets.Paul Robinson1-1/+5
2017-02-14Stop asserting when a meaningless -std= flag is passed for a non-compilationRichard Smith1-2/+2
2017-02-14[Driver] Report available language standards on user errorRichard Smith1-49/+83
2017-02-09[DebugInfo] Added support to Clang FE for generating debug info for preproces...Amjad Aboud1-0/+1
2017-01-31[X86] Teach Clang about -mfentry flagNirav Dave1-0/+1
2017-01-30Prototype of modules codegenDavid Blaikie1-0/+1
2017-01-25[CodeGen] [CUDA] Add the ability set default attrs on functions in linked mod...Justin Lebar1-5/+10
2017-01-19Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile...Dehao Chen1-0/+2
2017-01-18Move vtable type metadata emission behind a cc1-level flag.Peter Collingbourne1-0/+1
2017-01-13unique_ptrify createDriverOptTableDavid Blaikie1-1/+1
2017-01-06Add a cc1 option to force disabling lifetime-markers emission from clangMehdi Amini1-0/+1
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie1-6/+5
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie1-5/+6
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie1-6/+5
2017-01-05Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtensionDavid Blaikie1-2/+2
2017-01-04Add -f[no-]strict-return flag that can be used to avoid undefined behaviourAlex Lorenz1-0/+1
2016-12-31[c++17] Implement P0522R0 as written. This allows a template template argumentRichard Smith1-0/+2
2016-12-23[PM] Introduce options to enable the (still experimental) new passChandler Carruth1-0/+4
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth1-17/+25
2016-12-23Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'.Chandler Carruth1-1/+0
2016-12-19Revert another accidental bitPaul Robinson1-2/+0
2016-12-19Undo accidental comitPaul Robinson1-0/+2
2016-12-14[PS4] Undo dialect tweak for Objective-C.Paul Robinson1-2/+4
2016-12-10Simplify parseShowColorsArgs logic, NFC.Yaron Keren1-13/+4
2016-12-01Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ...Richard Smith1-1/+0
2016-11-17[Preprocessor] Support for '-dI' flagBruno Cardoso Lopes1-0/+1
2016-11-11Add a new optimization option -Og Sylvestre Ledru1-0/+3
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-1/+1
2016-11-01[OpenCL] Override supported OpenCL extensions with -cl-ext optionAlexey Bader1-0/+1
2016-11-01Implement ABI proposal for throwing noexcept function pointers, per discussionRichard Smith1-0/+1
2016-10-28Revert "[Preprocessor] Support for '-dI' flag"Bruno Cardoso Lopes1-1/+0
2016-10-28[Preprocessor] Support for '-dI' flagBruno Cardoso Lopes1-0/+1
2016-10-27Do not print include_next/pragma once warnings when input is a header.Erik Verbruggen1-2/+11
2016-10-21Switch SmallSetVector to use DenseSet when it overflows its inline space.Justin Lebar1-2/+4
2016-10-19New clang option -mpie-copy-relocations to use copy relocations for PIE builds.Sriraman Tallam1-0/+2
2016-10-11Reapply [Driver][Diagnostics] Make 'show option names' default for driver war...Bruno Cardoso Lopes1-4/+7
2016-10-11Revert "[Driver][Diagnostics] Make 'show option names' default for driver war...Renato Golin1-7/+4
2016-10-11Add an option to save the backend-produced YAML optimization record to a fileHal Finkel1-0/+4
2016-10-11[Driver][Diagnostics] Make 'show option names' default for driver warningsBruno Cardoso Lopes1-4/+7
2016-10-10Add -fno-sanitize-address-use-after-scope flagVitaly Buka1-2/+5