Commit History

Author SHA1 Message Date
  Chad Rosier b82e117e4a [driver] Improve the implementation of the -Ofast option. 12 years ago
  Daniel Dunbar f491013207 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. 12 years ago
  Douglas Gregor 31230e6fb3 <rdar://problem/13615607> Include SDK version information in the module hash. 12 years ago
  Chad Rosier 05422365ba Remove unused arguments. 12 years ago
  Chad Rosier d4fc9de6f7 [driver] Add a -Ofast option, which enables -O3, -ffast-math, and 12 years ago
  Dmitri Gribenko 6fd7d3067d Add an option to parse all comments as documentation comments 12 years ago
  Douglas Gregor 3769f38264 <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. 12 years ago
  Manman Ren b37a73d5c6 Initial support for struct-path aware TBAA. 12 years ago
  Manman Ren 7cc0a110bc revert r178784 since it does not have a commit message 12 years ago
  Manman Ren ab4ffe2429 Index: include/clang/Driver/CC1Options.td 12 years ago
  Eric Christopher 3105627bd7 Plumb through the -fsplit-stack option using the existing backend 12 years ago
  Richard Smith 1b461b0ad0 Remove dead store. 12 years ago
  Douglas Gregor c544ba0969 <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 12 years ago
  Douglas Gregor d44d2872b2 <rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever. 12 years ago
  Nick Lewycky 83c546afef The flag "-coverage-function-names-in-data" is actually backwards -- we do 12 years ago
  Nick Lewycky f2b5e07072 Make clang emit linkage names in debug info for subprograms when coverage info 12 years ago
  Argyrios Kyrtzidis 6aa240c03d Remove -Wspellcheck and replace it with a diagnostic option. 12 years ago
  Nick Lewycky c3ae583a9a Update GCOVProfiling pass creation for API change in r177002. No functionality change. 12 years ago
  Nick Lewycky 0f815f1f91 Add flags for additional control over coverage generation. Pick the version 12 years ago
  Weiming Zhao 360355db57 revert r176531 due to clan-native-arm fails 12 years ago
  Weiming Zhao 46a2290c03 PR 11326: Lack diagnosic message when ABI conflicts on ARM 12 years ago
  Eric Christopher ff971d7973 Propagate the split dwarf file information through into the backend 12 years ago
  Dmitri Gribenko 6ebf091304 Comment parsing: add CommentOptions to allow specifying custom comment block commands 12 years ago
  Richard Smith 9e738cc9d4 Add -fbracket-depth=N, analogous to -ftemplate-depth= and -fconstexpr-depth=, 12 years ago
  John McCall a880b19aa6 Add support for -fvisibility-ms-compat. 12 years ago
  Douglas Gregor 953a61f26b Rename -fmodule-cache-path <blah> to -fmodules-cache-path=<blah> for consistency. 12 years ago
  Douglas Gregor 005d51bc4f Be a little more permissive with -fmodules-ignore-macro= by removing everything after the second '=' if it is there. 12 years ago
  Douglas Gregor 2a06085281 Introduce -fmodules-ignore-macro=NNN to ignore a macro when building/loading modules. 12 years ago
  Argyrios Kyrtzidis 3ad86fd2ef [frontend] Don't put a PCH/PTH filename into the set of includes in the preprocessor options; 12 years ago
  Anna Zaks ac3a3e7a40 [analyzer] Make shallow mode more shallow. 12 years ago