]> granicus.if.org Git - clang/shortlog
clang
2011-12-23 Dylan NoblesmithLet CompilerInvocation initialization indicate failure
2011-12-23 Argyrios KyrtzidisPass context and access to Parser::ParseExplicitInstant...
2011-12-23 Fariborz Jahanianobjective-c: Use class definition AST in several situat...
2011-12-23 Douglas GregorRemove spurious, but now legal, typename
2011-12-23 Douglas GregorWhen building a module with an umbrella header, warn...
2011-12-22 Ted KremenekColorize and condense CFG pretty-printing.
2011-12-22 Nico WeberAdd -Wdangling-else.
2011-12-22 Dylan Noblesmithremove unneeded config.h includes
2011-12-22 Douglas GregorMake a note for an optimization that I'd like to implem...
2011-12-22 Douglas GregorSerialize the AST reader's mapping from canonical decla...
2011-12-22 Kevin EnderbyAdd missing triple to darwin clang driver test.
2011-12-22 Nick LewyckyFix build under -Wswitch by adding support for FK_ListC...
2011-12-22 Douglas GregorIf we end up merging an Objective-C class with an exist...
2011-12-22 Kevin EnderbyLast part of support for generating dwarf for assembly...
2011-12-22 Sebastian RedlOverloading for initializer list construction.
2011-12-22 Sebastian RedlFix a parser bug that prevented it from correctly parsi...
2011-12-22 Sebastian RedlList-initialization via constructor part 1. Still needs...
2011-12-22 Craig TopperAdd AVX2 intrinsics for max, min, sign extend, and...
2011-12-22 Eli FriedmanDelete stray semicolon.
2011-12-22 Ted KremenekFix typos in analyzer diagnostics pointed out by Matt...
2011-12-22 Argyrios KyrtzidisIn Lexer::getCharAndSizeSlow[NoWarn] if we come up...
2011-12-22 Eli FriedmanAdd support for bitcasts to vector type in Evaluate.
2011-12-22 Richard SmithPR11614: Mark defaulted special constructors as constex...
2011-12-22 Douglas GregorWhen deserializing an Objective-C class, check whether...
2011-12-22 Ted KremenekEnhance AnalysisDeclContext::getReferencedBlockVars...
2011-12-22 Richard SmithPR11637: implement special-case constant evaluation...
2011-12-22 Ted KremenekFix regression in LiveVariables when reasoning about...
2011-12-22 Eli FriedmanFix a silly mistake in this test that somehow slipped...
2011-12-22 Eli FriedmanFix a failure (which led to a crash) in constant emissi...
2011-12-21 Argyrios KyrtzidisIn Lexer::getCharAndSizeSlow[NoWarn] make sure we don...
2011-12-21 Fariborz Jahanianobjc, objc rewriter. Fixes couple of bugs one
2011-12-21 Ted KremenekImprove CFG pretty-printing for CXXConstructExprs.
2011-12-21 Matt Beaumont-GayCast enumerators from different anonymous enums to...
2011-12-21 Ted KremenekImprove CFG pretty-printing of CastExprs.
2011-12-21 Argyrios Kyrtzidis[libclang] In visitPreprocessedEntitiesInRange we are...
2011-12-21 Argyrios KyrtzidisFix bugs in SourceManager::computeMacroArgsCache()...
2011-12-21 Argyrios KyrtzidisFor SourceManager::isBeforeInTranslationUnit(), have...
2011-12-21 Douglas GregorImplement a trivial, obvious optimization for deseriali...
2011-12-21 Craig TopperAdd a few more AVX2 intrinsics and fix the type strings...
2011-12-21 Craig TopperAdd AVX2 horizontal add/sub intrinsics.
2011-12-21 Richard Smithconstexpr: diagnostic improvements for invalid lvalue...
2011-12-21 Nick LewyckyBump suitable alignment on darwin ppc 32/64 and x86...
2011-12-21 Richard SmithC++11 half of r147023: In C++11, additionally eagerly...
2011-12-21 Eli FriedmanAttempt to fix test on 32-bit hosts.
2011-12-21 Eli FriedmanFix a case where Expr::isConstantInitializer would...
2011-12-21 Richard SmithC++ constant expression handling: eagerly instantiate...
2011-12-21 Fariborz Jahanianobjc QOI: Don't't warn about mismatch between attributes
2011-12-20 Richard SmithPR11297: Provide a better diagnostic for code which...
2011-12-20 Anna Zaks[analyzer] Do not invalidate arguments when the parameter's
2011-12-20 Fariborz Jahanianobjc/c++: Issue diagnostic when free-standing ivar...
2011-12-20 Douglas GregorWhen we make a previously-deserialized module definitio...
2011-12-20 Ted KremenekFix inversion of static analyzer path diagnostics for...
2011-12-20 Nico WeberFix a crash on invalid, http://llvm.org/pr11599
2011-12-20 Roman DivackyLet the KNR promotion warning be disabled.
2011-12-20 Douglas GregorWhen performing name lookup for a redeclaration, ignore...
2011-12-20 Douglas GregorWhen performing layout for an Objective-C class, make...
2011-12-20 Craig TopperAdd AVX2 intrinsics for pavg, pblend, and pcmp instruct...
2011-12-20 Chandler CarruthUpdate the CMake build for r146959's new files.
2011-12-20 Bob WilsonRelax type checking for a few Neon intrinsics. <rdar...
2011-12-20 Richard SmithFix off-by-one error in an assert condition. No functio...
2011-12-20 Richard SmithRevert r146766, and add a testcase for which it introdu...
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
next