]> granicus.if.org Git - clang/shortlog
clang
2012-01-03 Chandler CarruthTeach the frontend to provide the builtin preprocessor...
2012-01-02 Richard SmithAdd assertion to char32_t that the value is valid,...
2012-01-02 Douglas GregorDiagnose cases where the definition of a particular...
2012-01-02 Chandler CarruthFix PR11685 by implementing -ffast-math and its various...
2012-01-02 Abramo BagnaraAdded a missing case for -Wdisabled-macro-expansion.
2012-01-02 Rafael EspindolaSmall cosmetic cleanups in code I will change anyway.
2012-01-02 Rafael EspindolaSmall refactoring so that only one of the mergeVisibili...
2012-01-02 Douglas GregorEliminate ObjCProtocolDecl's end-of-definition location...
2012-01-02 Douglas GregorFix canonicalization of protocol-qualified types
2012-01-02 Douglas GregorMove ObjCProtocolDecl::EndLoc into its DefinitionData...
2012-01-01 Douglas GregorEliminate the ForwardDecl/InitiallyForwardDecl bits...
2012-01-01 Abramo BagnaraAdded -Wdisabled-macro-expansion warning.
2012-01-01 Douglas GregorImplement declaration merging for Objective-C protocols...
2012-01-01 Douglas GregorEliminate redundant, empty function
2012-01-01 Douglas GregorEliminate ObjCForwardProtocolDecl, which is redundant...
2012-01-01 Douglas GregorDon't bother rewriting an Objective-C class or protocol...
2012-01-01 Douglas GregorEliminate ASTMutationListener::UpdatedAttributeList...
2012-01-01 Douglas GregorWire up redeclaration chains for Objective-C protocols...
2012-01-01 Douglas GregorIntroduce the core infrastructure needed to model redec...
2012-01-01 Douglas GregorMove the data that corresponds to the definition of...
2012-01-01 Rafael EspindolaUse hasSameType.
2012-01-01 Douglas GregorUse declaresSameEntity() when comparing ObjCProtocolDec...
2012-01-01 Rafael EspindolaConsider visibility attributes in namespaces as being...
2012-01-01 Rafael EspindolaReplace a isa+cast with a dyn_cast.
2012-01-01 NAKAMURA TakumiHappy new year 2012!
2011-12-31 NAKAMURA Takumiclang/unittests/Basic/SourceManagerTest.cpp: Fixup...
2011-12-31 Douglas GregorImplement support for module requirements, which indica...
2011-12-31 NAKAMURA TakumiSplit out clang/test/Driver/debug-options-as.c from...
2011-12-30 Richard SmithFix crash when trying to pretty-print unicode or wide...
2011-12-30 Richard SmithUnrevert r147271, reverted in r147361.
2011-12-30 Rafael EspindolaAdd CXX_FINAL_ATTR, CXX_OVERRIDE_ATTR, ANNOTATE_ATTR...
2011-12-30 NAKAMURA Takumiclang/lib/Headers/CMakeLists.txt: Unbreak cmake build.
2011-12-30 Craig TopperAdd FMA4 intrinsics.
2011-12-30 Craig TopperRemove an accidental change from r147370. Would only...
2011-12-30 Craig TopperAdd FMA4 feature flag. Intrinsics coming soon. Also...
2011-12-30 Rafael EspindolaAdd test for PRr11676.
2011-12-30 Rafael EspindolaRevert r147271. This fixes PR11676.
2011-12-29 Richard SmithChange the diagnostics which said 'accepted as an exten...
2011-12-29 Richard SmithUnbreak cmake build after r147340.
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...
next