]> granicus.if.org Git - clang/shortlog
clang
2011-12-20 David BlaikieUnweaken vtables as per http://llvm.org/docs/CodingStan...
2011-12-20 Richard SmithUnlike in C++03, a constant-expression is not an uneval...
2011-12-20 Eli FriedmanFix tentative parsing so it knows how to handle an...
2011-12-20 Chandler CarruthRemove some extraneous carriage returns from these...
2011-12-20 Ted KremenekRefine error diagnostic for using bridged casts when...
2011-12-20 Douglas GregorDetect when mapping a #include/#import over to a submod...
2011-12-19 Bill WendlingMark the calls to the _setjmp function as returns twice...
2011-12-19 Eli FriedmanSwitch a few callers of MakeAddrLValue places over...
2011-12-19 Fariborz Jahanianobjc-arc: bridge casts in non-arc mode are now
2011-12-19 Richard SmithEvaluation support for ExprWithCleanups. We won't evalu...
2011-12-19 Richard SmithImprove r146813 (for PR11595) to give an appropriate...
2011-12-19 Chris Lattnerloads also handled of course.
2011-12-19 Chris LattnerFix PR5279 - don't sliently drop alignment information...
2011-12-19 Chris Lattnerfilecheckize.
2011-12-19 Chris Lattnerrename test.
2011-12-19 Douglas GregorEliminate the first->last redeclaration map from the...
2011-12-19 Fariborz Jahanianobjc-arc: bridge casts in non-objc-arc mode are ignord.
2011-12-19 Douglas GregorRemove ASTReader's PendingForwardRefs, which is now...
2011-12-19 Eli FriedmanAttempt to fix test in Release builds.
2011-12-19 Douglas GregorFix typo 'typdefs', from Nikola Smiljanic
2011-12-19 Douglas GregorOnce we have fully deserialized a redeclaration chain...
2011-12-19 Douglas GregorRe-implement (de-)serialization of redeclaration chains for
2011-12-19 Rafael EspindolaAdd a triple to the test.
2011-12-19 Douglas GregorThe submodule offset map can introduce "empty" remappin...
2011-12-19 Douglas GregorOptimize serialized representation of redeclarable...
2011-12-19 Douglas GregorMake sure this test works in C++, too
2011-12-19 Rafael EspindolaExtend the fix for PR9614 to handle inline asm in the...
2011-12-19 Douglas GregorCombine common (de-)serialization logic for typedefs...
2011-12-19 Craig TopperAdd AVX2 intrinsics for and, andn, or, and xor.
2011-12-19 Dylan NoblesmithSourceManager: use getBufferSize()
2011-12-19 Chris Lattnerfix a broken link
2011-12-19 Craig TopperMore AVX2 intrinsic support including saturating add...
2011-12-19 Richard Smithconstexpr handling improvements. Produce detailed diagn...
2011-12-19 Craig TopperBegin adding AVX2 intrinsics. Necessitated increasing...
2011-12-18 Dylan Noblesmithtest/Analysis: fix error message
2011-12-18 Benjamin KramerSilence gcc warnings.
2011-12-18 Dylan Noblesmithexamples: flesh out PFN readme
2011-12-18 Richard SmithPR11604: don't allow floating-literal-to-integer casts...
2011-12-17 Douglas GregorCompletely re-implement (de-)serialization of declaration
2011-12-17 Chandler CarruthSplit the Windows toolchain definition into its own...
2011-12-17 Chandler CarruthFix an abiguous-else warning from GCC. I have no idea...
2011-12-17 Chandler CarruthTeach the link-step test to verify that we don't pass...
2011-12-17 Ted KremenekUpdate CMake dependencies.
2011-12-17 Craig TopperAdd -mavx2 and -mno-avx2 command line support. Also...
2011-12-17 NAKAMURA TakumiFrontend/VerifyDiagnosticConsumer.cpp: Fix an expressio...
2011-12-17 Argyrios Kyrtzidis[PCH] Remove extraneous line in the test that was mista...
2011-12-17 Argyrios Kyrtzidis[PCH] Don't deserialize bodies of interesting decls...
2011-12-17 Ted KremenekRefactor SerializeDiagnosticsPrinter to using Diagnosti...
2011-12-17 Ted KremenekRefactor 'TextDiagnostic' to have a parent class 'Diagn...
2011-12-17 Argyrios Kyrtzidis[PCH] Fix bug where we failed to update an identifier...
2011-12-17 Argyrios Kyrtzidis[PCH] In ASTReader::FinishedDeserializing fully load...
2011-12-17 Argyrios KyrtzidisAdd a sanity check in the Redeclarable::redecl_iterator...
2011-12-17 Argyrios KyrtzidisIn Parser::SkipUntil do not stop at '@' unconditionally.
2011-12-17 Argyrios KyrtzidisAfter late parsing an objc method, make sure there...
2011-12-17 Eli FriedmanAdd a missing check before trying to evaluate a tempora...
2011-12-17 Chad RosierFix _mm_permute_ps and _mm256_permute_ps AVX intrinsics...
2011-12-17 Chad RosierRevert r146797, which was a partial revert of r146791...
2011-12-17 Chad RosierFix _mm256_extractf128_* AVX intrinsics to use "I"...
2011-12-17 Chad RosierPartial revert of r146791; vpermilps/vpermilpd instruct...
2011-12-17 Eli FriedmanRemove a non-gcc-compatible extension that would apply...
2011-12-17 Eric ChristopherAdd a triple to this test to hopefully get it passing...
2011-12-17 Anna Zaks[analyzer] Fixup for r146793. Add tests for atol and...
2011-12-17 Anna Zaks[analyzer] Add support for taint flowing through a...
2011-12-17 Anna Zaks[analyzer] Minor: Simplify & assert.
2011-12-17 Chad RosierFix _mm256_round_pd, _mm256_round_ps, _mm_permute_pd...
2011-12-16 Eric ChristopherWhen in a limited debug information situation if we...
2011-12-16 Eric ChristopherStart down the path of getting clang to internally...
2011-12-16 Nicola GiganteFix an inconsistency in the syntactic form of InitListE...
2011-12-16 Richard SmithDon't allow #include (and its friends #import, #include...
2011-12-16 Douglas GregorAdd missing header change
2011-12-16 Douglas GregorMake sure we're always setting the previous declaration...
2011-12-16 Nick LewyckyAdd the value of "suitably aligned" from the C++11...
2011-12-16 Nick LewyckyFix 80-column violation and whitespace. No functionalit...
2011-12-16 Eli FriedmanAdd missing flush call. This is an attempt to fix...
2011-12-16 Richard SmithReduce recursion limit on this test further to try...
2011-12-16 Chad RosierFix vinsertf128_* AVX intrinsics to use "I" (ICE) marki...
2011-12-16 Chad RosierFix vperm2f128_* AVX intrinsics to use "I" (ICE) markin...
2011-12-16 Richard SmithAdd a warning flag for ext_embedded_directive. gcc...
2011-12-16 Richard SmithPR11594: Don't blindly build a UnaryOperator UO_Minus...
2011-12-16 Richard SmithC++11 constexpr: Add note stacks containing backtraces...
2011-12-16 Anna Zaks[analyzer] Better stdin support.
2011-12-16 Anna ZaksFixup to the relaxed diagnostic verification option...
2011-12-16 Devang PatelUpdate tests to match r146744.
2011-12-16 Douglas GregorIf there is a definition of an ObjCInterfaceDecl, make...
2011-12-16 David BlaikieSupport decltype in pseudo destructors and dependent...
2011-12-16 Fariborz Jahanianobjc: after issuing the warning on direct use of __attr...
2011-12-16 Douglas GregorFix chaining of ObjCInterfaceDecl redeclarations
2011-12-16 Sean CallananSema::RequireCompleteType currently attempts to
2011-12-15 Argyrios KyrtzidisIn SourceManager::~SourceManager do a sanity check...
2011-12-15 Douglas GregorWhen generating debug info for an ObjCInterfaceDecl...
2011-12-15 Douglas GregorMove ObjCInterfaceDecl's "EndLoc" into DefinitionData...
2011-12-15 Anna Zaks[analyzer] Address Jordy's comments for r145985.
2011-12-15 Douglas GregorWhen name lookup finds a module-private Objective-C...
2011-12-15 Douglas GregorKeep track of all declarations of an Objective-C class...
2011-12-15 Richard SmithRefactor and simplify AddInitializerToDecl.
2011-12-15 Chris Lattnerclarify that clang version number macros are marketing...
2011-12-15 Douglas GregorExtend ObjCInterfaceDecl::DefinitionData to contain...
2011-12-15 Devang PatelUpdate tests to match r146665.
2011-12-15 Douglas GregorIntroduce the core infrastructure needed to model a...
2011-12-15 Douglas Gregor"Accidentally" fixed a bug with overloading of function...
next