Age | Commit message (Expand) | Author |
2013-04-15 | Remove hasExternalLinkageUncached. | Rafael Espindola |
2013-04-15 | Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. | Nadav Rotem |
2013-04-15 | Comment command table: use inheritance instead of duplicating code | Dmitri Gribenko |
2013-04-14 | Diagnose if a __thread or _Thread_local variable has a non-constant initializer | Richard Smith |
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-13 | Annotate flavor of TLS variable (statically or dynamically initialized) onto ... | Richard Smith |
2013-04-13 | Speed-up ObjCMethodDecl::getOverriddenMethods(). | Argyrios Kyrtzidis |
2013-04-13 | Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included... | Argyrios Kyrtzidis |
2013-04-12 | Parsing support for thread_local and _Thread_local. We give them the same | Richard Smith |
2013-04-12 | <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at leas... | Douglas Gregor |
2013-04-12 | [analyzer]Print field region even when the base region is not printable | Anna Zaks |
2013-04-12 | Sema: Give a typically small DenseMap some inline capacity. | Benjamin Kramer |
2013-04-11 | Add a new -mimplicit-float option for symmetry with -mno-implicit-float. | Bob Wilson |
2013-04-11 | [ms-cxxabi] Implement member pointer emission and dereferencing | Reid Kleckner |
2013-04-11 | [analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExpr | Ryan Govostes |
2013-04-11 | Force a load when creating a reference to a temporary copied from a bitfield. | Jordan Rose |
2013-04-10 | comment parsing. Add couple more needed doxygen tags. | Fariborz Jahanian |
2013-04-10 | [driver] Add a -Ofast option, which enables -O3, -ffast-math, and | Chad Rosier |
2013-04-10 | -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian | Dmitri Gribenko |
2013-04-10 | Add an option to parse all comments as documentation comments | Dmitri Gribenko |
2013-04-10 | Add support for computing the exception specification for an inheriting | Richard Smith |
2013-04-10 | Improve the diagnostics of the number-reading preprocessor directives. | Michael Ilseman |
2013-04-09 | Adding new AST Matchers isVirtual and isOverride | Edwin Vane |
2013-04-09 | If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when... | Peter Collingbourne |
2013-04-09 | [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType(). | Jordan Rose |
2013-04-08 | <rdar://problem/13559825> Further reduce template instantiation depth down to... | Douglas Gregor |
2013-04-08 | Fix PR15634, better error message for template deduction failure. | Richard Trieu |
2013-04-08 | <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ... | Douglas Gregor |
2013-04-08 | The recent GCOV changes expect the initial version string to be in forward or... | Bill Wendling |
2013-04-08 | fixes a typo in my last patch. | Fariborz Jahanian |
2013-04-08 | doce parsing: adding few more headerdoc tags. | Fariborz Jahanian |
2013-04-08 | <rdar://problem/12806802> Propagate access specifiers for conversion function... | Douglas Gregor |
2013-04-08 | Add matcher for NamespaceDecls. | Daniel Jasper |
2013-04-05 | When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add | Richard Trieu |
2013-04-05 | Add an error to check that all program scope variables are in the constant ad... | Tanya Lattner |
2013-04-05 | doce parsing: adding few more headerdoc tags. | Fariborz Jahanian |
2013-04-05 | [analyzer] Show path diagnostic for C++ initializers | Anna Zaks |
2013-04-04 | Revert 178811 until I fix the unit tests. | Tanya Lattner |
2013-04-04 | Add an error to check that all program scope variables are in the constant ad... | Tanya Lattner |
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-04-04 | Add hasExternalLinkageUncached back with the test that Richard provided, but | Rafael Espindola |
2013-04-04 | Avoid computing the linkage instead of avoiding caching it. | Rafael Espindola |
2013-04-04 | Fix 41 of the 61 tests which fail with modules enabled: we were computing and | Richard Smith |
2013-04-04 | Be sure to check ARC conventions on the implicit method declarations | John McCall |
2013-04-04 | Make the ObjC attributes diagnostics a bit more informative. | Nico Weber |
2013-04-03 | Revert accidental commit. | Richard Smith |