2011-12-21 |
Richard Smith | constexpr: diagnostic improvements for invalid lvalue... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Nick Lewycky | Bump suitable alignment on darwin ppc 32/64 and x86... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Richard Smith | C++11 half of r147023: In C++11, additionally eagerly... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Eli Friedman | Attempt to fix test on 32-bit hosts. |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Eli Friedman | Fix a case where Expr::isConstantInitializer would... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Richard Smith | C++ constant expression handling: eagerly instantiate... |
commit | commitdiff | tree | snapshot |
2011-12-21 |
Fariborz Jahanian | objc QOI: Don't't warn about mismatch between attributes |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Richard Smith | PR11297: Provide a better diagnostic for code which... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Anna Zaks | [analyzer] Do not invalidate arguments when the parameter's |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Fariborz Jahanian | objc/c++: Issue diagnostic when free-standing ivar... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Douglas Gregor | When we make a previously-deserialized module definitio... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Ted Kremenek | Fix inversion of static analyzer path diagnostics for... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Nico Weber | Fix a crash on invalid, http://llvm.org/pr11599 |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Roman Divacky | Let the KNR promotion warning be disabled. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Douglas Gregor | When performing name lookup for a redeclaration, ignore... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Douglas Gregor | When performing layout for an Objective-C class, make... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Craig Topper | Add AVX2 intrinsics for pavg, pblend, and pcmp instruct... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Chandler Carruth | Update the CMake build for r146959's new files. |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Bob Wilson | Relax type checking for a few Neon intrinsics. <rdar... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Richard Smith | Fix off-by-one error in an assert condition. No functio... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Richard Smith | Revert r146766, and add a testcase for which it introdu... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
David Blaikie | Unweaken vtables as per http://llvm.org/docs/CodingStan... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Richard Smith | Unlike in C++03, a constant-expression is not an uneval... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Eli Friedman | Fix tentative parsing so it knows how to handle an... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Chandler Carruth | Remove some extraneous carriage returns from these... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Ted Kremenek | Refine error diagnostic for using bridged casts when... |
commit | commitdiff | tree | snapshot |
2011-12-20 |
Douglas Gregor | Detect when mapping a #include/#import over to a submod... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Bill Wendling | Mark the calls to the _setjmp function as returns twice... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Eli Friedman | Switch a few callers of MakeAddrLValue places over... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Fariborz Jahanian | objc-arc: bridge casts in non-arc mode are now |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Richard Smith | Evaluation support for ExprWithCleanups. We won't evalu... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Richard Smith | Improve r146813 (for PR11595) to give an appropriate... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Chris Lattner | loads also handled of course. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Chris Lattner | Fix PR5279 - don't sliently drop alignment information... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Chris Lattner | filecheckize. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Eliminate the first->last redeclaration map from the... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Fariborz Jahanian | objc-arc: bridge casts in non-objc-arc mode are ignord. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Remove ASTReader's PendingForwardRefs, which is now... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Eli Friedman | Attempt to fix test in Release builds. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Fix typo 'typdefs', from Nikola Smiljanic |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Once we have fully deserialized a redeclaration chain... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Re-implement (de-)serialization of redeclaration chains for |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Rafael Espindola | Add a triple to the test. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | The submodule offset map can introduce "empty" remappin... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Optimize serialized representation of redeclarable... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Make sure this test works in C++, too |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Rafael Espindola | Extend the fix for PR9614 to handle inline asm in the... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Douglas Gregor | Combine common (de-)serialization logic for typedefs... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Craig Topper | Add AVX2 intrinsics for and, andn, or, and xor. |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Dylan Noblesmith | SourceManager: use getBufferSize() |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Chris Lattner | fix a broken link |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Craig Topper | More AVX2 intrinsic support including saturating add... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Richard Smith | constexpr handling improvements. Produce detailed diagn... |
commit | commitdiff | tree | snapshot |
2011-12-19 |
Craig Topper | Begin adding AVX2 intrinsics. Necessitated increasing... |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Dylan Noblesmith | test/Analysis: fix error message |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Benjamin Kramer | Silence gcc warnings. |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Dylan Noblesmith | examples: flesh out PFN readme |
commit | commitdiff | tree | snapshot |
2011-12-18 |
Richard Smith | PR11604: don't allow floating-literal-to-integer casts... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Douglas Gregor | Completely re-implement (de-)serialization of declaration |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chandler Carruth | Split the Windows toolchain definition into its own... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chandler Carruth | Fix an abiguous-else warning from GCC. I have no idea... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chandler Carruth | Teach the link-step test to verify that we don't pass... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Ted Kremenek | Update CMake dependencies. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Craig Topper | Add -mavx2 and -mno-avx2 command line support. Also... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
NAKAMURA Takumi | Frontend/VerifyDiagnosticConsumer.cpp: Fix an expressio... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | [PCH] Remove extraneous line in the test that was mista... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | [PCH] Don't deserialize bodies of interesting decls... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Ted Kremenek | Refactor SerializeDiagnosticsPrinter to using Diagnosti... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Ted Kremenek | Refactor 'TextDiagnostic' to have a parent class 'Diagn... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | [PCH] Fix bug where we failed to update an identifier... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | [PCH] In ASTReader::FinishedDeserializing fully load... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | Add a sanity check in the Redeclarable::redecl_iterator... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | In Parser::SkipUntil do not stop at '@' unconditionally. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Argyrios Kyrtzidis | After late parsing an objc method, make sure there... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Eli Friedman | Add a missing check before trying to evaluate a tempora... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Fix _mm_permute_ps and _mm256_permute_ps AVX intrinsics... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Revert r146797, which was a partial revert of r146791... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Fix _mm256_extractf128_* AVX intrinsics to use "I"... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Partial revert of r146791; vpermilps/vpermilpd instruct... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Eli Friedman | Remove a non-gcc-compatible extension that would apply... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Eric Christopher | Add a triple to this test to hopefully get it passing... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Anna Zaks | [analyzer] Fixup for r146793. Add tests for atol and... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Anna Zaks | [analyzer] Add support for taint flowing through a... |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Anna Zaks | [analyzer] Minor: Simplify & assert. |
commit | commitdiff | tree | snapshot |
2011-12-17 |
Chad Rosier | Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | When in a limited debug information situation if we... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eric Christopher | Start down the path of getting clang to internally... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Nicola Gigante | Fix an inconsistency in the syntactic form of InitListE... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | Don't allow #include (and its friends #import, #include... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Douglas Gregor | Add missing header change |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Douglas Gregor | Make sure we're always setting the previous declaration... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Nick Lewycky | Add the value of "suitably aligned" from the C++11... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Nick Lewycky | Fix 80-column violation and whitespace. No functionalit... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Eli Friedman | Add missing flush call. This is an attempt to fix... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | Reduce recursion limit on this test further to try... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chad Rosier | Fix vinsertf128_* AVX intrinsics to use "I" (ICE) marki... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Chad Rosier | Fix vperm2f128_* AVX intrinsics to use "I" (ICE) markin... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | Add a warning flag for ext_embedded_directive. gcc... |
commit | commitdiff | tree | snapshot |
2011-12-16 |
Richard Smith | PR11594: Don't blindly build a UnaryOperator UO_Minus... |
commit | commitdiff | tree | snapshot |
next |