Age | Commit message (Expand) | Author |
2011-12-17 | Completely re-implement (de-)serialization of declaration | Douglas Gregor |
2011-12-17 | Split the Windows toolchain definition into its own file. This is | Chandler Carruth |
2011-12-17 | Fix an abiguous-else warning from GCC. I have no idea why Clang doesn't | Chandler Carruth |
2011-12-17 | Update CMake dependencies. | Ted Kremenek |
2011-12-17 | Add -mavx2 and -mno-avx2 command line support. Also add core-avx2 processor t... | Craig Topper |
2011-12-17 | Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. | NAKAMURA Takumi |
2011-12-17 | [PCH] Don't deserialize bodies of interesting decls while iterating | Argyrios Kyrtzidis |
2011-12-17 | Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives... | Ted Kremenek |
2011-12-17 | Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h... | Ted Kremenek |
2011-12-17 | [PCH] Fix bug where we failed to update an identifier for a single token | Argyrios Kyrtzidis |
2011-12-17 | [PCH] In ASTReader::FinishedDeserializing fully load the interesting decls, | Argyrios Kyrtzidis |
2011-12-17 | In Parser::SkipUntil do not stop at '@' unconditionally. | Argyrios Kyrtzidis |
2011-12-17 | After late parsing an objc method, make sure there are no leftover cached tok... | Argyrios Kyrtzidis |
2011-12-17 | Add a missing check before trying to evaluate a temporary. PR11595. | Eli Friedman |
2011-12-17 | Fix _mm_permute_ps and _mm256_permute_ps AVX intrinsics to use "I" (ICE) | Chad Rosier |
2011-12-17 | Revert r146797, which was a partial revert of r146791; It was correct in the | Chad Rosier |
2011-12-17 | Fix _mm256_extractf128_* AVX intrinsics to use "I" (ICE) markings. Fix | Chad Rosier |
2011-12-17 | Partial revert of r146791; vpermilps/vpermilpd instructions accepts ymm/mem/i... | Chad Rosier |
2011-12-17 | Remove a non-gcc-compatible extension that would apply attributes on declarat... | Eli Friedman |
2011-12-17 | [analyzer] Add support for taint flowing through a function (atoi). | Anna Zaks |
2011-12-17 | [analyzer] Minor: Simplify & assert. | Anna Zaks |
2011-12-17 | Fix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd and _mm256_permute_pd AVX | Chad Rosier |
2011-12-16 | When in a limited debug information situation if we can find the original | Eric Christopher |
2011-12-16 | Start down the path of getting clang to internally agree on structs versus | Eric Christopher |
2011-12-16 | Fix an inconsistency in the syntactic form of InitListExpr in case of initial... | Nicola Gigante |
2011-12-16 | Don't allow #include (and its friends #import, #include_next and | Richard Smith |
2011-12-16 | Make sure we're always setting the previous declaration of an ObjCInterfaceDecl | Douglas Gregor |
2011-12-16 | Add the value of "suitably aligned" from the C++11 standard to Basic/TargetInfo. | Nick Lewycky |
2011-12-16 | Fix 80-column violation and whitespace. No functionality change. | Nick Lewycky |
2011-12-16 | Add missing flush call. This is an attempt to fix a broken Windows buildbot. | Eli Friedman |
2011-12-16 | Fix vinsertf128_* AVX intrinsics to use "I" (ICE) markings. Fix avxintrin.h to | Chad Rosier |
2011-12-16 | Fix vperm2f128_* AVX intrinsics to use "I" (ICE) markings. Fix avxintrin.h to | Chad Rosier |
2011-12-16 | PR11594: Don't blindly build a UnaryOperator UO_Minus on an expression which | Richard Smith |
2011-12-16 | C++11 constexpr: Add note stacks containing backtraces if constant evaluation | Richard Smith |
2011-12-16 | [analyzer] Better stdin support. | Anna Zaks |
2011-12-16 | Fixup to the relaxed diagnostic verification option r146633. | Anna Zaks |
2011-12-16 | If there is a definition of an ObjCInterfaceDecl, make it the Decl returned f... | Douglas Gregor |
2011-12-16 | Support decltype in pseudo destructors and dependent destructor calls. | David Blaikie |
2011-12-16 | objc: after issuing the warning on direct use of __attribute__((NSObject)) | Fariborz Jahanian |
2011-12-16 | Fix chaining of ObjCInterfaceDecl redeclarations | Douglas Gregor |
2011-12-16 | Sema::RequireCompleteType currently attempts to | Sean Callanan |
2011-12-15 | In SourceManager::~SourceManager do a sanity check to make sure we | Argyrios Kyrtzidis |
2011-12-15 | When generating debug info for an ObjCInterfaceDecl, try to dig out the defin... | Douglas Gregor |
2011-12-15 | Move ObjCInterfaceDecl's "EndLoc" into DefinitionData, since it only | Douglas Gregor |
2011-12-15 | [analyzer] Address Jordy's comments for r145985. | Anna Zaks |
2011-12-15 | When name lookup finds a module-private Objective-C class declaration, | Douglas Gregor |
2011-12-15 | Keep track of all declarations of an Objective-C class (both forward | Douglas Gregor |
2011-12-15 | Refactor and simplify AddInitializerToDecl. | Richard Smith |
2011-12-15 | Extend ObjCInterfaceDecl::DefinitionData to contain a pointer to the | Douglas Gregor |
2011-12-15 | Introduce the core infrastructure needed to model a complete | Douglas Gregor |