aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-12Reimplement -fsanitize-recover family of flags.Alexey Samsonov1-13/+23
2015-01-09Driver: begin threading frontend support for SymbolRewriterSaleem Abdulrasool1-0/+2
2014-12-29Fix use-after-destruction introduced in r224924.Alexey Samsonov1-1/+2
2014-12-29[multilib] Teach Clang's code about multilib by threadingChandler Carruth1-8/+13
2014-12-23Add driver flags -ftrigraphs, -fno-trigraphs.Nico Weber1-2/+2
2014-12-22Disable trigraphs in microsoft mode by default. Matches cl.exe.Nico Weber1-9/+9
2014-12-16Fix handling of invalid -O options.Rafael Espindola1-4/+6
2014-12-16Add a new flag, -fspell-checking-limit=<number> to control how many times we'...Nick Lewycky1-0/+3
2014-12-10OpenCL C: Add support for a set of floating point Pekka Jaaskelainen1-4/+9
2014-12-10Reinstate r223753, reverted in r223759 due to breakage of clang-tools-extra.Richard Smith1-0/+1
2014-12-09Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."Duncan P. N. Exon Smith1-1/+0
2014-12-09[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1.Richard Smith1-0/+1
2014-12-06PR21217: Slightly more eagerly load -fmodule-map-file= files and provideRichard Smith1-3/+1
2014-12-03CUDA host device code with two code pathsReid Kleckner1-0/+3
2014-11-25Add flag -f(no-)modules-implicit-maps.Daniel Jasper1-0/+2
2014-11-20Extended list of valid frontend options with '-cl-std=CL2.0'.Anastasia Stulova1-2/+5
2014-11-14Remove -fseh-exceptions in favor of checking the tripleReid Kleckner1-1/+0
2014-11-11Introduce -fsanitize-coverage=N flagKostya Serebryany1-0/+2
2014-11-11[Sanitizer] Refactor sanitizer options in LangOptions.Alexey Samsonov1-2/+2
2014-11-07Introduce a SanitizerKind enum to LangOptions.Alexey Samsonov1-25/+8
2014-10-31Objective-C SDK modernization tool. Use its own optionFariborz Jahanian1-0/+2
2014-10-24Add a new -fmerge-functions -cc1 flag that enables function merging.Nick Lewycky1-0/+1
2014-10-23Driver: Include driver diagnostics when we --serialize-diagnosticsJustin Bogner1-2/+3
2014-10-22Support using sample profiles with partial debug info (driver)Diego Novillo1-2/+8
2014-10-22[modules] Initial support for explicitly loading .pcm files.Richard Smith1-1/+2
2014-10-20Switch C compilations to C11 by default.Richard Smith1-1/+1
2014-10-15Move -fsanitize-blacklist to LangOpts from CodeGenOpts. NFC.Alexey Samsonov1-1/+1
2014-10-09Add experimental clang/driver flag -fsanitize-address-field-padding=NKostya Serebryany1-0/+3
2014-10-03CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & sin...Jonathan Roelofs1-0/+5
2014-09-15Add -fseh-exceptions for MinGW-w64Reid Kleckner1-0/+1
2014-09-01Frontend: Reindent Opts.CoverageFileDavid Majnemer1-1/+1
2014-08-29Add an option to silence all analyzer warnings.Anna Zaks1-0/+2
2014-08-27Allow __fp16 as a function arg or return type for AArch64Oliver Stannard1-0/+2
2014-08-26Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger1-0/+1
2014-08-19C++1y is now C++14!Aaron Ballman1-3/+3
2014-08-17Convert a few ownership comments with std::unique_ptr.Rafael Espindola1-1/+1
2014-08-11Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith1-0/+2
2014-08-08Add a cc1 "dump-coverage-mapping" for testing coverage mapping.Alex Lorenz1-0/+1
2014-08-07Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith1-18/+15