summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber2014-12-231-2/+2
* Disable trigraphs in microsoft mode by default. Matches cl.exe.Nico Weber2014-12-221-9/+9
* Fix handling of invalid -O options.Rafael Espindola2014-12-161-4/+6
* Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky2014-12-161-0/+3
* OpenCL C: Add support for a set of floating point Pekka Jaaskelainen2014-12-101-4/+9
* Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith2014-12-101-0/+1
* Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith2014-12-091-1/+0
* [modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith2014-12-091-0/+1
* PR21217: Slightly more eagerly load -fmodule-map-file= files and provideRichard Smith2014-12-061-3/+1
* CUDA host device code with two code pathsReid Kleckner2014-12-031-0/+3
* Add flag -f(no-)modules-implicit-maps.Daniel Jasper2014-11-251-0/+2
* Extended list of valid frontend options with '-cl-std=CL2.0'.Anastasia Stulova2014-11-201-2/+5
* Remove -fseh-exceptions in favor of checking the tripleReid Kleckner2014-11-141-1/+0
* Introduce -fsanitize-coverage=N flagKostya Serebryany2014-11-111-0/+2
* [Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov2014-11-111-2/+2
* Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov2014-11-071-25/+8
* Objective-C SDK modernization tool. Use its own optionFariborz Jahanian2014-10-311-0/+2
* Add a new -fmerge-functions -cc1 flag that enables function merging.Nick Lewycky2014-10-241-0/+1
* Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner2014-10-231-2/+3
* Support using sample profiles with partial debug info (driver)Diego Novillo2014-10-221-2/+8
* [modules] Initial support for explicitly loading .pcm files.Richard Smith2014-10-221-1/+2
* Switch C compilations to C11 by default.Richard Smith2014-10-201-1/+1
* Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.Alexey Samsonov2014-10-151-1/+1
* Add experimental clang/driver flag -fsanitize-address-field-padding=NKostya Serebryany2014-10-091-0/+3
* CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs2014-10-031-0/+5
* Add -fseh-exceptions for MinGW-w64Reid Kleckner2014-09-151-0/+1
* Frontend: Reindent Opts.CoverageFileDavid Majnemer2014-09-011-1/+1
* Add an option to silence all analyzer warnings.Anna Zaks2014-08-291-0/+2
OpenPOWER on IntegriCloud