aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-05-23This reverts commit r238064 and r238055.Rafael Espindola1-1/+1
2015-05-22add the -mrecip driver flag and process its optionsSanjay Patel1-1/+1
2015-05-22"This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali1-0/+1
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev1-6/+2
2015-05-15[modules] Add local submodule visibility support for declarations.Richard Smith1-0/+6
2015-05-14Add flag to enable native half typePirama Arumuga Nainar1-1/+1
2015-05-13Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne1-3/+8
2015-05-11Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne1-4/+1
2015-05-11Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne1-3/+3
2015-05-07[cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich1-0/+3
2015-05-07[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov1-2/+8
2015-05-01[modules] Add -fmodules-local-submodule-visibility flag.Richard Smith1-0/+2
2015-04-30InstrProf: Support for setting profile output from command lineJustin Bogner1-1/+3
2015-04-27Support generating NMake/Jom-style depfiles.Paul Robinson1-0/+2
2015-04-15Create a frontend flag to disable CUDA cross-target call checksEli Bendersky1-0/+3
2015-04-15uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith1-0/+4
2015-04-11[Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha1-1/+0
2015-04-09Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel1-0/+1
2015-03-22MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer1-38/+10
2015-03-20C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner1-7/+1
2015-03-19Remove .CUDAIsDevice flags from CodeGenOpts as it's alreadyArtem Belevich1-1/+0
2015-03-19Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich1-1/+5
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren1-1/+1
2015-03-17Add fveclib option.Michael Zolotukhin1-0/+10
2015-03-16GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1Justin Bogner1-0/+2
2015-03-02Add clang support for Objective-C application extensions.Bob Wilson1-0/+1
2015-02-26Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner1-0/+1
2015-02-24CUDA: Add option to allow host device functions to call host functionsJacques Pienaar1-1/+4
2015-02-20Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola1-0/+3
2015-02-20Add -fno-implicit-modules.Manuel Klimek1-0/+1
2015-02-20Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo1-0/+1
2015-02-19Revert adding hostname to module hashBen Langmuir1-17/+0
2015-02-18Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo1-2/+2
2015-02-14Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo1-0/+2
2015-02-14Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer1-0/+2
2015-02-13Revert r229082 for a bit, it caused PR22577.Nico Weber1-2/+0
2015-02-13MS ABI: Implement /volatile:msDavid Majnemer1-0/+2
2015-02-09Be more conservative about gethostname()'s truncating behaviourBen Langmuir1-1/+5
2015-02-09Update r228592 for when gethostname() returns an errorBen Langmuir1-3/+3
2015-02-09Add missing include from r228592Ben Langmuir1-0/+3
2015-02-09Add the hostname to the module hash to avoid sharing between hostsBen Langmuir1-0/+10
2015-02-04Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov1-1/+1
2015-02-02Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir1-0/+1
2015-02-02The prefix 'Ms-' should be 'MS-'David Majnemer1-2/+2
2015-01-23Process the -fno-signed-zeros optimization flag (PR20870)Sanjay Patel1-1/+1
2015-01-20Implement command line options for stack probe spaceHans Wennborg1-0/+7
2015-01-16Adding option -fno-inline-asm to disallow inline asmSteven Wu1-0/+1
2015-01-14[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth1-1/+1
2015-01-14Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien1-1/+0
2015-01-14Insert random noops to increase security against ROP attacks (clang)JF Bastien1-0/+1