summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInvocation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Certain multi-platform languages, such as OpenCL, have the concept ofDavid Tweed2013-09-131-0/+22
* Add -fansi-escape-codes optionNico Rieck2013-09-111-0/+3
* The OpenCL standard specifies the sizes and alignments of various types than ...David Tweed2013-09-091-2/+2
* Attempt to migrate default dwarf version to 4 for linux.Eric Christopher2013-09-031-2/+2
* ObjectiveC migrator. This patch infers readonly properties for no-parameter Fariborz Jahanian2013-08-281-0/+2
* Move -mfpmath handling to -cc1 and implement it for x86.Rafael Espindola2013-08-211-0/+1
* [analyzer] Merge TextPathDiagnostics and ClangDiagPathDiagConsumer.Jordan Rose2013-08-161-1/+1
* clang-cl: Support /showIncludesHans Wennborg2013-08-091-0/+1
* The only useful loop unrolling flag to give realistically isChandler Carruth2013-08-081-2/+3
* clang-cl: Support the run-time selection options (/MD, /MT et al.)Hans Wennborg2013-08-081-0/+2
* Add option to disable module loading.Daniel Jasper2013-08-051-0/+2
* CC1: Only parse command-line options that have the CC1Option flag.Hans Wennborg2013-08-021-12/+3
* Add a -fno-math-builtin option to the Clang -cc1Eli Bendersky2013-07-231-0/+1
* ObjC migrator: Add -objcmt-migrate-property to do propertyFariborz Jahanian2013-07-091-0/+2
* Use the multiple argument form of path::append.Benjamin Kramer2013-06-281-3/+1
* 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
OpenPOWER on IntegriCloud