aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-16[modules] Simplify -cc1 interface for enabling implicit module maps.Richard Smith1-4/+1
2015-06-13Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier1-1/+31
2015-06-12Revert commit r239481 as it is dependent on reverted llvm commit r239480.Teresa Johnson1-2/+0
2015-06-11add the -mrecip driver flag and process its options (3rd try)Sanjay Patel1-1/+1
2015-06-10Pass down the -flto option to the -cc1 job, and from there into theTeresa Johnson1-0/+2
2015-06-09Removing spurious semi colons; NFC.Aaron Ballman1-1/+1
2015-06-09range-for'ify Args->filtered_begin(...) loopsSean Silva1-108/+64
2015-06-09Simplify this code a bit.Sean Silva1-6/+5
2015-06-03Revert "add the -mrecip driver flag and process its options (2nd try)"Rafael Espindola1-1/+1
2015-06-02add the -mrecip driver flag and process its options (2nd try)Sanjay Patel1-1/+1
2015-05-29Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial typesBenjamin Kramer1-10/+10
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