]> granicus.if.org Git - clang/shortlog
clang
2011-12-29 Sean HuntMake this text slightly more accurate; thanks to Johann...
2011-12-29 Craig TopperAdd popcnt feature flag to match gcc. This flag is...
2011-12-29 Rafael EspindolaFix cmake build with -DBUILD_SHARED_LIBS=ON.
2011-12-29 DeLesley HutchinsSupport for thread safety attributes on functions
2011-12-28 Richard SmithSmall refactoring and simplification of constant evalua...
2011-12-28 Rafael EspindolaHandle a /etc/debian_version with a version number...
2011-12-28 Benjamin KramerAdd a target hook for FLT_EVAL_METHOD and use it to...
2011-12-28 Hans WennborgSupport the 'a' scanf length modifier as an extension...
2011-12-28 Zhongxing XuEnable the user to control whether CXXConstructExpr...
2011-12-27 Douglas GregorEliminate ObjCClassDecl, which is redundant now that...
2011-12-27 Rafael EspindolaFix the visibility of methods of explicit template...
2011-12-27 Richard Smithconstexpr: support for evaluation and codegen of typeid...
2011-12-27 Benjamin KramerInitialize member that ends up in PCH files.
2011-12-26 Eli FriedmanPartially revert r147195; lib/Basic/Version.cpp conditi...
2011-12-26 Rafael EspindolaDelay checking of typedefs of dependent types. Fixes...
2011-12-26 Dylan Noblesmithdriver: fix unused variable warning
2011-12-26 Benjamin KramerFix potential use after free.
2011-12-26 NAKAMURA Takumiclang/lib/Headers/CMakeLists.txt: Unbreak cmake build...
2011-12-26 Craig TopperAdd BMI2 intrinsics.
2011-12-25 Richard SmithFix constexpr handling to allow 'extern constexpr'...
2011-12-25 Richard Smithconstexpr: perform zero-initialization prior to / inste...
2011-12-25 Craig TopperChange LZCNT and BMI tests to check IR instead of X86...
2011-12-25 NAKAMURA Takumilib/Headers/CMakeLists.txt: Fix cmake build since r1472...
2011-12-25 Craig TopperAdd the rest of the BMI intrinsics.
2011-12-25 Craig TopperAdd intrinsics for lzcnt and tzcnt instructions.
2011-12-25 Craig TopperAdd BMI, BMI2, and LZCNT feature flags to enable adding...
2011-12-25 Rafael EspindolaRemove unused variables.
2011-12-24 Richard SmithAlways implicitly declare move assignment operations...
2011-12-24 Craig TopperAdd last of the AVX2 intrinsics except for gather.
2011-12-24 Craig TopperAdd AVX2 permute intrinsics. Also add parentheses on...
2011-12-24 Craig TopperAdd AVX2 permute intrinsics. Also add parentheses on...
2011-12-24 Craig TopperAdd AVX2 intrinsics for FP vbroadcast, vbroadcasti128...
2011-12-24 Craig TopperAdd AVX2 intrinsics for FP vbroadcast, vbroadcasti128...
2011-12-24 Craig TopperIntrinsics for AVX2 unpack instructions.
2011-12-24 Craig TopperMore AVX2 intrinsics for shift, psign, some shuffles...
2011-12-23 Nico WeberFix several issues related to specializations and expli...
2011-12-23 Anton Yartsevfix for PR11634
2011-12-23 Benjamin KramerGive C11's __STDC_VERSION__ the final value.
2011-12-23 Benjamin KramerMass rename C1x references to C11. The name hasn't...
2011-12-23 Benjamin KramerC1X is now C11, add -std=c11 and -std=gnu11 as aliases...
2011-12-23 Craig TopperAdd AVX2 multiply intrinsics.
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...
next