Age | Commit message (Expand) | Author |
2013-04-17 | Add 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-15 | Add a missing space | Timur Iskhodzhanov |
2013-04-15 | Add 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. Add | Simon Atanasyan |
2013-04-11 | Add 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, and | Chad Rosier |
2013-04-10 | Add an option to parse all comments as documentation comments | Dmitri Gribenko |
2013-04-04 | Initial support for struct-path aware TBAA. | Manman Ren |
2013-04-04 | revert r178784 since it does not have a commit message | Manman Ren |
2013-04-04 | Index: include/clang/Driver/CC1Options.td | Manman Ren |
2013-04-04 | Plumb through the -fsplit-stack option using the existing backend | Eric Christopher |
2013-03-30 | Add support for gcc-compatible -mfprnd -mno-fprnd PPC options | Hal Finkel |
2013-03-29 | Add RDSEED intrinsic support defined in AVX2 extension | Michael Liao |
2013-03-28 | Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options | Hal Finkel |
2013-03-28 | [Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust | Simon Atanasyan |
2013-03-28 | Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options | Hal Finkel |
2013-03-27 | <rdar://problem/13509689> Introduce -module-file-info option that provides in... | Douglas Gregor |
2013-03-26 | Add PRFCHW intrinsic support | Michael Liao |
2013-03-25 | <rdar://problem/13434605> Periodically prune the module cache so that it does... | Douglas Gregor |
2013-03-23 | If a .syms file is available alongside a sanitizer runtime, pass it to the | Richard Smith |
2013-03-08 | [driver] If we're just linking, don't report --param X as unused option. | Chad Rosier |
2013-02-22 | Comment parsing: add CommentOptions to allow specifying custom comment block ... | Dmitri Gribenko |
2013-02-22 | Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, | Richard Smith |
2013-02-19 | Add support for -fvisibility-ms-compat. | John McCall |
2013-02-07 | Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consiste... | Douglas Gregor |
2013-02-07 | Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading ... | Douglas Gregor |
2013-02-06 | Accept and ignore the -fextended-identifiers option. | Jordan Rose |
2013-02-05 | Driver and option support for -gsplit-dwarf. This is a part of | Eric Christopher |
2013-02-01 | Add -mqpx and -mno-qpx feature flags to toggle use of the PPC QPX vector inst... | Hal Finkel |
2013-02-01 | Enable -fno-altivec, -mno-altivec for PowerPC. | Bill Schmidt |
2013-01-29 | [ubsan] Implement the -fcatch-undefined-behavior flag using a trapping | Chad Rosier |
2013-01-22 | [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style | Chad Rosier |
2013-01-20 | Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes ... | Alexey Samsonov |
2013-01-16 | Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that | Douglas Gregor |
2013-01-15 | Add -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-24 | Support -fsanitize-memory-track-origins. | Evgeniy Stepanov |
2012-12-11 | Add -fslp-vectorize to enable bb-vectorize | Hal Finkel |
2012-12-11 | [driver] Add the -ftree-vectorize flag as a alias of -fvectorize to maintain | Chad Rosier |
2012-12-11 | [driver] Add the -fvectorize flag to enable the loop vectorization passes. | Chad Rosier |
2012-12-06 | Hexagon TC: Add/improve support for small data | Matthew Curtis |
2012-12-06 | Hexagon TC: Reimplement Link::ConstructJob to call | Matthew Curtis |
2012-12-05 | [driver, ms-inline asm] MS-Style inline assembly is controlled by the | Chad Rosier |
2012-12-03 | Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this f... | Alexey Samsonov |
2012-12-01 | [MIPS] Add -mxgot/-mno-xgot command line options | Simon Atanasyan |
2012-11-21 | Fix the '-fuse-init-array' option to actually be an option. | Chandler Carruth |
2012-11-15 | block extended signatur option. Change previous option | Fariborz Jahanian |
2012-11-14 | objective-C blocks: under cc1 flag -encode-extended-block-signature, | Fariborz Jahanian |