summaryrefslogtreecommitdiff
path: root/include/clang/Driver
Commit message (Expand)AuthorAge
* [Mips] Add -mldc1-sdc1 / -mno-ldc1-sdc1 command line options.Simon Atanasyan2013-05-11
* Documentation warning: \param, not \parmDmitri Gribenko2013-05-09
* C++1y: Add a step limit to constexpr evaluation, to catch runaway loops.Richard Smith2013-05-08
* Revert r177218.Argyrios Kyrtzidis2013-05-03
* [driver] Allow multiple -arch options with -save-temps by adding the arch nameChad Rosier2013-04-30
* [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to theSimon Atanasyan2013-04-30
* [driver] Add a hasFlag API that accepts a positive alias.Chad Rosier2013-04-24
* Supports Sourcery CodeBench Mips toolchain directories tree.Simon Atanasyan2013-04-20
* Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber2013-04-17
* [Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar2013-04-16
* Add a missing spaceTimur Iskhodzhanov2013-04-15
* Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem2013-04-15
* [Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan2013-04-14
* [Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan2013-04-14
* Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson2013-04-11
* [driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier2013-04-10
* Add an option to parse all comments as documentation commentsDmitri Gribenko2013-04-10
* If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when...Peter Collingbourne2013-04-09
* Initial support for struct-path aware TBAA.Manman Ren2013-04-04
* revert r178784 since it does not have a commit messageManman Ren2013-04-04
* Index: include/clang/Driver/CC1Options.tdManman Ren2013-04-04
* Plumb through the -fsplit-stack option using the existing backendEric Christopher2013-04-04
* Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel2013-03-30
* Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao2013-03-29
* Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel2013-03-28
* [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjustSimon Atanasyan2013-03-28
* Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel2013-03-28
* <rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor2013-03-27
* Add PRFCHW intrinsic supportMichael Liao2013-03-26
* <rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor2013-03-25
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-24
* If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith2013-03-23
* Remove the Tools DensMap from the toolchain.Rafael Espindola2013-03-20
* The flag "-coverage-function-names-in-data" is actually backwards -- we doNick Lewycky2013-03-20
* Make clang emit linkage names in debug info for subprograms when coverage infoNick Lewycky2013-03-20
* Finish refactoring the tool selection logic.Rafael Espindola2013-03-19
* Centralize the recording of which tools have been constructed.Rafael Espindola2013-03-18
* Remove unused argument.Rafael Espindola2013-03-18
* Pass an ArgList to every toolchain constructor. Remove the useIntegratedAsRafael Espindola2013-03-18
* Inline ShouldUseIntegratedAssembler and move the documentation toRafael Espindola2013-03-18
* Refactor a bit of duplicated code to useIntegratedAs.Rafael Espindola2013-03-18
* Remove unused argument.Rafael Espindola2013-03-18
* Remove unused argument.Rafael Espindola2013-03-18
* Remove -Wspellcheck and replace it with a diagnostic option.Argyrios Kyrtzidis2013-03-16
* [driver] If we're just linking, don't report --param X as unused option.Chad Rosier2013-03-08
* Minor refactor of how we get compilation phases.Matthew Curtis2013-03-07
* Add flags for additional control over coverage generation. Pick the versionNick Lewycky2013-03-07
* Default to enabling default-synthesized ivars on all platformsDavid Chisnall2013-03-03
* Split out the command handling for split debug info, we're goingEric Christopher2013-02-22
* Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko2013-02-22