summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [modules] Add local submodule visibility support for declarations.Richard Smith2015-05-151-0/+6
* Add flag to enable native half typePirama Arumuga Nainar2015-05-141-1/+1
* Make GNUInline consistent with whether we use traditional GNU inline semantics.Peter Collingbourne2015-05-131-3/+8
* Move sanitizer parser and group expander from Driver to Basic.Peter Collingbourne2015-05-111-4/+1
* Unify sanitizer kind representation between the driver and the rest of the co...Peter Collingbourne2015-05-111-3/+3
* [cuda] Include GPU binary into host object file and generate init/deinit code.Artem Belevich2015-05-071-0/+3
* [SanitizerCoverage] Give clang-cc1 the power to precisly specify needed sanit...Alexey Samsonov2015-05-071-2/+8
* [modules] Add -fmodules-local-submodule-visibility flag.Richard Smith2015-05-011-0/+2
* InstrProf: Support for setting profile output from command lineJustin Bogner2015-04-301-1/+3
* Support generating NMake/Jom-style depfiles.Paul Robinson2015-04-271-0/+2
* Create a frontend flag to disable CUDA cross-target call checksEli Bendersky2015-04-151-0/+3
* uselistorder: -mllvm -preserve-bc-use-list-order => -emit-llvm-uselistsDuncan P. N. Exon Smith2015-04-151-0/+4
* [Driver] Properly support -mglobal-merge using explicit options.Ahmed Bougacha2015-04-111-1/+0
* Process the -freciprocal-math optimization flag (PR20912)Sanjay Patel2015-04-091-0/+1
* MS ABI: Implement driver-level support for thread-safe staticsDavid Majnemer2015-03-221-38/+10
* C++14: Disable sized deallocation by default due to ABI breakageReid Kleckner2015-03-201-7/+1
* Remove .CUDAIsDevice flags from CodeGenOpts as it's alreadyArtem Belevich2015-03-191-1/+0
* Ensure that we still parse preprocessed CUDA files as CUDA when we useArtem Belevich2015-03-191-1/+5
* Remove many superfluous SmallString::str() calls.Yaron Keren2015-03-181-1/+1
* Add fveclib option.Michael Zolotukhin2015-03-171-0/+10
* GCOV: Expose the -coverage-exit-block-before-body flag in clang -cc1Justin Bogner2015-03-161-0/+2
* Add clang support for Objective-C application extensions.Bob Wilson2015-03-021-0/+1
* Add -fuse-line-directive flag to control usage of #line with -EReid Kleckner2015-02-261-0/+1
* CUDA: Add option to allow host device functions to call host functionsJacques Pienaar2015-02-241-1/+4
* Add -funique-section-names and -fno-unique-section-names options.Rafael Espindola2015-02-201-0/+3
* Add -fno-implicit-modules.Manuel Klimek2015-02-201-0/+1
* Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...Larisse Voufo2015-02-201-0/+1
* Revert adding hostname to module hashBen Langmuir2015-02-191-17/+0
* Rename flags and options to match current naming: from -fdef-sized-delete to ...Larisse Voufo2015-02-181-2/+2
* Revise the implementation logic of sized deallocation: Do not automatically g...Larisse Voufo2015-02-141-0/+2
* Revert "Revert r229082 for a bit, it caused PR22577."David Majnemer2015-02-141-0/+2
* Revert r229082 for a bit, it caused PR22577.Nico Weber2015-02-131-2/+0
* MS ABI: Implement /volatile:msDavid Majnemer2015-02-131-0/+2
* Be more conservative about gethostname()'s truncating behaviourBen Langmuir2015-02-091-1/+5
* Update r228592 for when gethostname() returns an errorBen Langmuir2015-02-091-3/+3
* Add missing include from r228592Ben Langmuir2015-02-091-0/+3
* Add the hostname to the module hash to avoid sharing between hostsBen Langmuir2015-02-091-0/+10
* Allow to specify multiple -fsanitize-blacklist= arguments.Alexey Samsonov2015-02-041-1/+1
* Add cc1 option '-fmodule-feature' to add custom values for 'requires' declsBen Langmuir2015-02-021-0/+1
* The prefix 'Ms-' should be 'MS-'David Majnemer2015-02-021-2/+2
* Process the -fno-signed-zeros optimization flag (PR20870)Sanjay Patel2015-01-231-1/+1
* Implement command line options for stack probe spaceHans Wennborg2015-01-201-0/+7
* Adding option -fno-inline-asm to disallow inline asmSteven Wu2015-01-161-0/+1
* [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* Revert "Insert random noops to increase security against ROP attacks (clang)"JF Bastien2015-01-141-1/+0
* Insert random noops to increase security against ROP attacks (clang)JF Bastien2015-01-141-0/+1
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-121-13/+23
* Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool2015-01-091-0/+2
* Fix use-after-destruction introduced in r224924.Alexey Samsonov2014-12-291-1/+2
* [multilib] Teach Clang's code about multilib by threadingChandler Carruth2014-12-291-8/+13
OpenPOWER on IntegriCloud