summaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)Author
2015-06-09Simplify this code a bit.Sean Silva
2015-06-03Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola
2015-06-02add the -mrecip driver flag and process its options (2nd try)Sanjay Patel
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer
2015-05-23This reverts commit r238064 and r238055.Rafael Espindola
2015-05-22add the -mrecip driver flag and process its optionsSanjay Patel
2015-05-22"This adds -fconcepts-ts as a cc1 option for enabling theFaisal Vali
2015-05-20[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)Alexey Bataev
2015-05-15[modules] Add local submodule visibility support for declarations.Richard Smith
2015-05-14Add flag to enable native half typePirama Arumuga Nainar
2015-05-13Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne
2015-05-11Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne
2015-05-11Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne
2015-05-07[cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich
2015-05-07[SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov
2015-05-01[modules] Add -fmodules-local-submodule-visibility flag.Richard Smith
2015-04-30InstrProf: Support for setting profile output from command lineJustin Bogner
2015-04-27Support generating NMake/Jom-style depfiles.Paul Robinson
2015-04-15Create a frontend flag to disable CUDA cross-target call checksEli Bendersky
2015-04-15uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith
2015-04-11[Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha
2015-04-09Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel
2015-03-22MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer
2015-03-20C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner
2015-03-19Remove .CUDAIsDevice flags from CodeGenOpts as it's alreadyArtem Belevich
2015-03-19Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich
2015-03-18Remove many superfluous SmallString::str() calls.Yaron Keren
2015-03-17Add fveclib option.Michael Zolotukhin
2015-03-16GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1Justin Bogner
2015-03-02Add clang support for Objective-C application extensions.Bob Wilson
2015-02-26Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner
2015-02-24CUDA: Add option to allow host device functions to call host functionsJacques Pienaar
2015-02-20Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola
2015-02-20Add -fno-implicit-modules.Manuel Klimek
2015-02-20Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo
2015-02-19Revert adding hostname to module hashBen Langmuir
2015-02-18Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo
2015-02-14Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo
2015-02-14Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer
2015-02-13Revert r229082 for a bit, it caused PR22577.Nico Weber
2015-02-13MS ABI: Implement /volatile:msDavid Majnemer
2015-02-09Be more conservative about gethostname()'s truncating behaviourBen Langmuir
2015-02-09Update r228592 for when gethostname() returns an errorBen Langmuir
2015-02-09Add missing include from r228592Ben Langmuir
2015-02-09Add the hostname to the module hash to avoid sharing between hostsBen Langmuir
2015-02-04Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov
2015-02-02Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir
2015-02-02The prefix 'Ms-' should be 'MS-'David Majnemer
2015-01-23Process the -fno-signed-zeros optimization flag (PR20870)Sanjay Patel
2015-01-20Implement command line options for stack probe spaceHans Wennborg