aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Driver/Options.td
AgeCommit message (Expand)Author
2013-04-17Add support for gcc's spelling of -fcolor-diagnostics.Nico Weber
2013-04-16[Modules] Convert module specific -fno-modules-autolink into -fno-autolink.Daniel Dunbar
2013-04-15Add a missing spaceTimur Iskhodzhanov
2013-04-15Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer.Nadav Rotem
2013-04-14[Mips] Support -mmicromips / -mno-micromips command line options.Simon Atanasyan
2013-04-14[Mips] Remove "single" from the list of valid MIPS float ABI names. AddSimon Atanasyan
2013-04-11Add a new -mimplicit-float option for symmetry with -mno-implicit-float.Bob Wilson
2013-04-10[driver] Add a -Ofast option, which enables -O3, -ffast-math, andChad Rosier
2013-04-10Add an option to parse all comments as documentation commentsDmitri Gribenko
2013-04-04Initial support for struct-path aware TBAA.Manman Ren
2013-04-04revert r178784 since it does not have a commit messageManman Ren
2013-04-04Index: include/clang/Driver/CC1Options.tdManman Ren
2013-04-04Plumb through the -fsplit-stack option using the existing backendEric Christopher
2013-03-30Add support for gcc-compatible -mfprnd -mno-fprnd PPC optionsHal Finkel
2013-03-29Add RDSEED intrinsic support defined in AVX2 extensionMichael Liao
2013-03-28Add support for gcc-compatible -mpopcntd -mno-popcntd PPC optionsHal Finkel
2013-03-28[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjustSimon Atanasyan
2013-03-28Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC optionsHal Finkel
2013-03-27<rdar://problem/13509689> Introduce -module-file-info option that provides in...Douglas Gregor
2013-03-26Add PRFCHW intrinsic supportMichael Liao
2013-03-25<rdar://problem/13434605> Periodically prune the module cache so that it does...Douglas Gregor
2013-03-23If a .syms file is available alongside a sanitizer runtime, pass it to theRichard Smith
2013-03-08[driver] If we're just linking, don't report --param X as unused option.Chad Rosier
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-22Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=,Richard Smith
2013-02-19Add support for -fvisibility-ms-compat.John McCall
2013-02-07Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste...Douglas Gregor
2013-02-07Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ...Douglas Gregor
2013-02-06Accept and ignore the -fextended-identifiers option.Jordan Rose
2013-02-05Driver and option support for -gsplit-dwarf. This is a part ofEric Christopher
2013-02-01Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst...Hal Finkel
2013-02-01Enable -fno-altivec, -mno-altivec for PowerPC.Bill Schmidt
2013-01-29[ubsan] Implement the -fcatch-undefined-behavior flag using a trappingChad Rosier
2013-01-22[ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-styleChad Rosier
2013-01-20Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ...Alexey Samsonov
2013-01-16Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so thatDouglas Gregor
2013-01-15Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev!Douglas Gregor
2012-12-30[ubsan] Recover by default, use -fno-sanitize-recover to disable.Will Dietz
2012-12-24Support -fsanitize-memory-track-origins.Evgeniy Stepanov
2012-12-11Add -fslp-vectorize to enable bb-vectorizeHal Finkel
2012-12-11[driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintainChad Rosier
2012-12-11[driver] Add the -fvectorize flag to enable the loop vectorization passes.Chad Rosier
2012-12-06Hexagon TC: Add/improve support for small dataMatthew Curtis
2012-12-06Hexagon TC: Reimplement Link::ConstructJob to callMatthew Curtis
2012-12-05[driver, ms-inline asm] MS-Style inline assembly is controlled by theChad Rosier
2012-12-03Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f...Alexey Samsonov
2012-12-01[MIPS] Add -mxgot/-mno-xgot command line optionsSimon Atanasyan
2012-11-21Fix the '-fuse-init-array' option to actually be an option.Chandler Carruth
2012-11-15block extended signatur option. Change previous optionFariborz Jahanian
2012-11-14objective-C blocks: under cc1 flag -encode-extended-block-signature,Fariborz Jahanian