Age | Commit message (Expand) | Author |
2012-06-29 | X86: add more GATHER intrinsics in Clang | Manman Ren |
2012-06-29 | Teach the __is_trivially_assignable and __is_trivially_constructible | Douglas Gregor |
2012-06-29 | [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph. | Jordan Rose |
2012-06-28 | Warn on self-assignment to member variables. PR13104. | Nico Weber |
2012-06-28 | Thread safety analysis: support release() function on scoped | DeLesley Hutchins |
2012-06-28 | When applying a template diff highlighting to a diagnostic message, remember | Richard Trieu |
2012-06-28 | Fix template type diffing coloring (r159216) when forcing color output to a f... | David Blaikie |
2012-06-28 | Support the use of "=delete" and "=default" with delayed template | Douglas Gregor |
2012-06-28 | objective-c rewriter: refactoring of rewriting of | Fariborz Jahanian |
2012-06-28 | Dead code eliminate the massive hexagon builtin intrinsic supporting code. | Benjamin Kramer |
2012-06-28 | Now that we use the GCC builtin <-> llvm intrinsic, dead code eliminate the h... | Benjamin Kramer |
2012-06-28 | Support MIPS DSP Rev1 intrinsics. | Simon Atanasyan |
2012-06-28 | Compare the canonical types and document why we give up on the covariant case. | Rafael Espindola |
2012-06-28 | Warn on weak properties declared in protocols as well. | Jordan Rose |
2012-06-28 | Remove redundant check. | Dmitri Gribenko |
2012-06-28 | Attaching comments to declarations: don't attach comments to implicit declara... | Dmitri Gribenko |
2012-06-28 | Disable devirtualization when we have covariant returns. I will open a bug | Rafael Espindola |
2012-06-28 | Don't devirtualize calls when we don't have the correct type of the this pointer | Rafael Espindola |
2012-06-28 | Add -ftls-model command-line flag. | Hans Wennborg |
2012-06-28 | Add warning flag -Winvalid-pp-token for preprocessing-tokens which have | Richard Smith |
2012-06-28 | Fix another issue with devirtualizing calls to final methods by passing them | Rafael Espindola |
2012-06-28 | Cleanup \brief comment. Since it is a single paragraph, no need to save newl... | Dmitri Gribenko |
2012-06-28 | Fix grammar. | Eric Christopher |
2012-06-28 | Update the #include to find the DebugInfo.h in the correct place | Bill Wendling |
2012-06-28 | Teach \brief parser about commands that start a new paragraph implicitly | Dmitri Gribenko |
2012-06-27 | Fix uninitialized variable use bug found by the clairvoyant static analyzer. | Argyrios Kyrtzidis |
2012-06-27 | Attaching documentation comments to declarations: don't attach a comment to a... | Dmitri Gribenko |
2012-06-27 | Fix an infinite loop in comment lexer: we were not advancing in the input cha... | Dmitri Gribenko |
2012-06-27 | Propagate lvalue alignment into bitfields. Per report on cfe-dev. | Eli Friedman |
2012-06-27 | objective-c mrc: Issue warning for mrc, as is done for arc, when | Fariborz Jahanian |
2012-06-27 | Refactoring after r159290: don't hold onto and check a misleading QualType. | Richard Smith |
2012-06-27 | Check for non-POD vararg argument type after default argument promotion, not | Richard Smith |
2012-06-27 | patch to suggest 'static' function should be 'static inline' | Fariborz Jahanian |
2012-06-27 | Implement John McCall's review of r159212 other than the this pointer not | Rafael Espindola |
2012-06-27 | Fix a crash I introduced in r159212. | Rafael Espindola |
2012-06-27 | Remove unsigned and a pointer from a comment token (so that each token can ha... | Dmitri Gribenko |
2012-06-27 | Comment lexer: counting backwards from token end is thought to be confusing. ... | Dmitri Gribenko |
2012-06-27 | Fix for r159256 on Windows. | Axel Naumann |
2012-06-27 | From Vassil Vassilev: | Axel Naumann |
2012-06-27 | Initialize RawComment::BriefTextValid in other constructor, too. | Dmitri Gribenko |
2012-06-27 | Introduce __has_feature(attribute_unused_on_fields) to determine whether | Daniel Jasper |
2012-06-27 | Simplify logic in BriefParser::Parse(), per Jordan's comment. | Dmitri Gribenko |
2012-06-27 | [analyzer] RetainCountChecker: remove unused SelfOwn ArgEffect kind. | Jordan Rose |
2012-06-27 | [analyzer] Remove unneeded helper function (it's in ASTContext.h) | Jordan Rose |
2012-06-26 | Whitespace. | Chad Rosier |
2012-06-26 | [Windows] Improve mangling of templates when back references are present | Timur Iskhodzhanov |
2012-06-26 | Enable -mcpu=native and -march=native for arm targets. | Benjamin Kramer |
2012-06-26 | Whitespace. | Chad Rosier |
2012-06-26 | preprocessing: gcc supports #line 0. So, treat this | Fariborz Jahanian |
2012-06-26 | Remove typedef which is unused after r159189. | Richard Smith |