summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow __fp16 as a function arg or return type for AArch64Oliver Stannard2014-08-271-0/+2
* Convert MC command line flag for fatal assembler warnings into a properJoerg Sonnenberger2014-08-261-0/+1
* C++1y is now C++14!Aaron Ballman2014-08-191-3/+3
* Convert a few ownership comments with std::unique_ptr.Rafael Espindola2014-08-171-1/+1
* Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dumpRichard Smith2014-08-111-0/+2
* Add a cc1 "dump-coverage-mapping" for testing coverage mapping.Alex Lorenz2014-08-081-0/+1
* Use -Rblah, not -Wblah, to control remark diagnostics. This was always theRichard Smith2014-08-071-18/+15
* Introduce f[no-]max-unknown-pointer-align=[number] optionFariborz Jahanian2014-08-051-0/+1
* Add coverage mapping generation.Alex Lorenz2014-08-041-0/+1
* Add stopgap option -fmodule-implementation-of <name>Ben Langmuir2014-07-231-0/+8
* Driver: bifurcate extended and basic MSC versioningSaleem Abdulrasool2014-07-161-20/+3
* Update for llvm api change.Rafael Espindola2014-07-061-5/+8
* Track IntrusiveRefCntPtr::get() changes from LLVM r212366Alp Toker2014-07-051-1/+1
* Driver: Handle /GR- in a compatible way with MSVCDavid Majnemer2014-07-011-0/+1
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-241-3/+15
* Driver: correct behaviour of -fmsc-version=MAJORSaleem Abdulrasool2014-06-231-1/+5
* Driver: enhance MSC version compatibilitySaleem Abdulrasool2014-06-201-1/+52
* [C++1z] Implement N3981: Disable trigraphs by default in C++1z mode.Richard Smith2014-06-201-1/+2
* Frontend: Add a CC1 flag to dump module dependencies to a directoryJustin Bogner2014-06-191-0/+2
* Remove dead code.Diego Novillo2014-06-171-11/+0
* Add -std=c++1z flag for C++17 features.Richard Smith2014-06-161-0/+1
* Include system_error directly.Rafael Espindola2014-06-121-1/+1
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Add flags -Rpass-missed and -Rpass-analysis.Diego Novillo2014-05-291-0/+28
* No longer allow the -std options to entirely override the -x language option....Aaron Ballman2014-05-291-11/+5
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-1/+1
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-111-0/+2
* Enable standalone-debug by default on FreeBSDEd Maste2014-05-081-3/+4
* Driver: parse -mcmodel earlierSaleem Abdulrasool2014-05-081-1/+13
* If an instantiation of a template is required to be a complete type, checkRichard Smith2014-05-071-0/+1
OpenPOWER on IntegriCloud