summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove PathV1.h from CompilerInvocation.cpp.Rafael Espindola2013-06-261-8/+7
* Use llvm::sys::fs::getMainExecutable.Rafael Espindola2013-06-261-1/+2
* Make -vectorize-... proper cc1 flags instead of abusing -backend-option. FixesNick Lewycky2013-06-251-0/+4
* Add -ast-dump-lookups switch to -cc1 to dump DeclContext lookup maps. Test toRichard Smith2013-06-241-0/+1
* Fix a leak of TargetMachine in clang. We'll continue to leak it on purpose ifNick Lewycky2013-06-211-0/+1
* Debug Info: support for gdwarf-2 gdwarf-3 gdwarf-4Manman Ren2013-06-191-1/+11
* Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!John McCall2013-06-181-0/+9
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-42/+64
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Revert r182331, these checks should be based on the target not the host.Richard Smith2013-05-201-2/+0
* Move two Darwin-specific hacks into #ifdef __APPLE__. These were stat'ingRichard Smith2013-05-201-0/+2
* [Modules] Extend Darwin hack to include the modification time of SystemVersio...Douglas Gregor2013-05-101-1/+7
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-081-0/+2
* Revert r177218.Argyrios Kyrtzidis2013-05-031-1/+0
* [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
OpenPOWER on IntegriCloud