summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [driver] Improve the implementation of the -Ofast option.Chad Rosier2013-04-241-11/+2
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-161-1/+1
* <rdar://problem/13615607> Include SDK version information in the module hash.Douglas Gregor2013-04-121-0/+17
* Remove unused arguments.Chad Rosier2013-04-101-4/+3
* [driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier2013-04-101-2/+14
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-101-0/+1
* <rdar://problem/13559825> Further reduce template instantiation depth down to...Douglas Gregor2013-04-081-1/+1
* Initial support for struct-path aware TBAA.Manman Ren2013-04-041-0/+1
* revert r178784 since it does not have a commit messageManman Ren2013-04-041-1/+0
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-041-0/+1
* Plumb through the -fsplit-stack option using the existing backendEric Christopher2013-04-041-0/+1
* Remove dead store.Richard Smith2013-04-021-3/+0
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-271-1/+6
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-251-1/+4
* The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky2013-03-201-2/+2
* Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky2013-03-201-0/+1
* Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis2013-03-161-0/+1
* Update GCOVProfiling pass creation for API change in r177002. No functionalit...Nick Lewycky2013-03-141-4/+1
* Add flags for additional control over coverage generation. Pick the versionNick Lewycky2013-03-071-3/+22
* revert r176531 due to clan-native-arm failsWeiming Zhao2013-03-061-18/+2
* PR 11326: Lack diagnosic message when ABI conflicts on ARMWeiming Zhao2013-03-051-2/+18
* Propagate the split dwarf file information through into the backendEric Christopher2013-02-221-0/+1
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-221-0/+5
* Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith2013-02-221-0/+1
* Add support for -fvisibility-ms-compat.John McCall2013-02-191-11/+31
* Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor2013-02-071-1/+1
* Be a little more permissive with -fmodules-ignore-macro= by removing everythi...Douglas Gregor2013-02-071-9/+4
* Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor2013-02-071-2/+22
* [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis2013-02-051-2/+1
* [analyzer] Make shallow mode more shallow.Anna Zaks2013-01-301-1/+0
* [analyzer] Use analyzer config for max-inlinable-size option.Anna Zaks2013-01-301-3/+0
* Don't warn about Unicode characters in -E mode.Jordan Rose2013-01-301-3/+43
* [Frontend] Remove HeaderSearchOptions::Entry::IsInternal, which is unused.Daniel Dunbar2013-01-301-2/+1
* [Frontend] Add an ExternCSystem include entry group.Daniel Dunbar2013-01-301-4/+7
* [Frontend] Make the include dir group independent from the "use sysroot" bit.Daniel Dunbar2013-01-291-5/+5
* [ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier2013-01-291-0/+2
* Enable the global module index by default. Introduce theDouglas Gregor2013-01-281-1/+1
* [Frontend] Remove another IsUserSpecified member variable that is now unused.Daniel Dunbar2013-01-251-14/+12
* [Frontend] The -iwithprefix option belongs in the After category, according toDaniel Dunbar2013-01-251-2/+2
* Rename the -cc1 option "-generate-module-index" toDouglas Gregor2013-01-251-1/+2
* [analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks2013-01-241-16/+0
* Implement the writer side of the global module index. Douglas Gregor2013-01-231-1/+2
* Add a new LangOpt NativeHalfType. This option allows for native half/fp16Joey Gouly2013-01-231-0/+1
* [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier2013-01-221-2/+0
* Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov2013-01-201-1/+3
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+0
* [ubsan] Add support for -fsanitize-blacklistWill Dietz2013-01-181-1/+1
* Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor2013-01-161-0/+1
* Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor2013-01-151-0/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-2/+2
OpenPOWER on IntegriCloud