]> granicus.if.org Git - clang/shortlog
clang
2010-12-10 John McCallTreat visibility on an enclosing namespace as a non...
2010-12-10 NAKAMURA TakumiAdd dependency to "make clang-test check-all".
2010-12-10 Eric ChristopherAnd more gzip goodness for clang.
2010-12-10 John McCallBind the result of a property fetch to a temporary.
2010-12-10 Douglas GregorExtend libclang debugging output for clang_getCursor...
2010-12-10 Bob WilsonNeon compare absolute LLVM intrinsics are not overloade...
2010-12-10 Fariborz JahanianAdded remaining objective-c library builtins (as in...
2010-12-10 Argyrios KyrtzidisFix another obscure corner layout case.
2010-12-09 Rafael EspindolaUpdate clang for the API changes in the cfi patch.
2010-12-09 Bob WilsonAdd Neon vreinterpret intrinsics for half-float (f16...
2010-12-09 Douglas GregorDon't crash when code-completing after "#include <...
2010-12-09 Fariborz JahanianRefactored/cleanedup ActOnFunctionDeclarator
2010-12-09 Douglas GregorEliminate duplicate code completions for properties.
2010-12-09 Douglas GregorDon't walk the translation unit context to produce...
2010-12-09 Douglas GregorGather cached code completions after the first reparse...
2010-12-09 Devang PatelUpdate test.
2010-12-09 Bob WilsonFix type of last vector operand of Neon quad-register...
2010-12-09 Bob WilsonFix the names of the v[r]addhn and v[r]subhn Neon intri...
2010-12-09 Michael J.... Use error_code instead of std::string* for MemoryBuffer.
2010-12-09 Douglas GregorWhen an "inline" declaration was followed by a definiti...
2010-12-09 Francois PichetFix PR8760: IndirectFieldDecl Type was not updated...
2010-12-09 Bob WilsonAdd missing "s32" and "u32" variants of Neon vzip intri...
2010-12-09 Bob WilsonAdd missing "p16" type variants for the Neon VREV32...
2010-12-09 Argyrios KyrtzidisFix another unnecessary-struct-padding issue.
2010-12-09 Anders CarlssonFix build.
2010-12-09 Argyrios KyrtzidisBefore determining the effect the alignment of base...
2010-12-09 Ted KremenekRemove extra namespace specifier.
2010-12-09 Devang PatelRemove unused parameter. getContextDescriptor() and...
2010-12-09 Devang PatelRemove unused parameter.
2010-12-09 Devang PatelTest case for r121323.
2010-12-09 Douglas GregorA typename specifier can end up referring to a unresolv...
2010-12-09 Ted KremenekDenseMapInfo is a 'struct', not a 'class'.
2010-12-08 Ted KremenekAdd new libclang hooks for CXCursorSet, a
2010-12-08 Devang PatelStart using DIBuilder. It provides cleaner interface.
2010-12-08 Bob WilsonStop using builtins for the "_lane" variants of saturat...
2010-12-08 Francois PichetRemove the TypesCompatibleExprClass AST node. Merge...
2010-12-08 Douglas GregorPut the "'typename' occurs outside of a template" and...
2010-12-08 Bob WilsonStop using clang builtins for Neon vabdl and vabal...
2010-12-08 Daniel DunbarDriver: M and MM should be grouped together, <rdar...
2010-12-08 Bob WilsonStop using clang builtins for Neon vaba intrinsics.
2010-12-08 Chandler CarruthMake this test resilient to whether or not the Linux...
2010-12-08 Douglas GregorFix BinaryOperator dispatch for RecursiveASTVisitor...
2010-12-08 Douglas GregorFix two thinkos and add a test for importing the AST...
2010-12-08 Francois PichetFix bug where annotate tokens was not working for Binar...
2010-12-08 Francois PichetFix test that didn't really test anything.
2010-12-08 Argyrios KyrtzidisHandle parameter attributes when tentative parsing...
2010-12-08 Chandler CarruthSilence an unused variable warning.
2010-12-08 Bob WilsonStop using clang builtins for Neon vadd[lw] and vsub...
2010-12-07 Bob WilsonStop using clang builtins for Neon vmlal{_n,_lane}...
2010-12-07 John McCallTest case.
2010-12-07 John McCallBump up property conversion earlier in the initializati...
2010-12-07 Bob WilsonStop using a clang builtin for Neon vdup_lane intrinsics.
2010-12-07 Bob WilsonStop using a clang builtin for Neon vmull_lane intrinsic.
2010-12-07 Bob WilsonAdd a missing parameter, without which clang crashes...
2010-12-07 Bob WilsonImplement vmull and vmull_n intrinsics without using...
2010-12-07 Douglas GregorImplement AST import for Objective-C property implement...
2010-12-07 Benjamin KramerCast CachedLinkage to linkage to avoid "comparison...
2010-12-07 Douglas GregorImplement ASTImporter support for Objective-C category...
2010-12-07 Rafael EspindolaFix PR8720 by printing an error message with a substrin...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-12-07 Douglas GregorExtern the ASTImporter to import @implementation declar...
2010-12-07 Bob WilsonAdd Neon vreinterpret intrinsics.
2010-12-07 Bob WilsonMake whitespace more consistent.
2010-12-07 Francois PichetFix enumerator not handled in switch warnings.
2010-12-07 John McCallKill FullExpr, as it was not, in fact, used anywhere...
2010-12-07 Douglas GregorUse Sema::MaybeCreateExprWithCleanups() only after...
2010-12-07 Francois PichetFix compile error: comma at end of enumerator list.
2010-12-07 Francois PichetType traits intrinsic implementation: __is_base_of...
2010-12-07 Douglas GregorUse atomic operations for libclang's object count tracking.
2010-12-06 Douglas GregorObjective-C pointer conversions to 'id' or qualified...
2010-12-06 John McCallSplit out a function to do lvalue conversion on objects...
2010-12-06 Chris Lattnerc/objc/c++'98 are basically done, but we want '0x support.
2010-12-06 Argyrios KyrtzidisRemove a fixme which was fixed in a previous commit.
2010-12-06 Douglas GregorUse the unused merge() function, fixing an minor, unint...
2010-12-06 Douglas GregorRe-implement caching for the linkage calculation of...
2010-12-06 John McCallDo unary conversions on vararg arguments and *then...
2010-12-06 Argyrios KyrtzidisUse Sema's MarkDeclarationReferenced, which takes care...
2010-12-06 Argyrios KyrtzidisUse the source location of the parameter, when it makes...
2010-12-06 Douglas GregorRevert r120808, my previous implementation of caching...
2010-12-06 Fariborz JahanianAdd BlocksAttr assert on __block specific
2010-12-06 Chandler CarruthUn-templatetize this method. It's definition is out...
2010-12-06 John McCallRename CXXExprWithTemporaries -> ExprWithCleanups;...
2010-12-06 John McCall__block variables require us to evaluate the RHS of...
2010-12-06 John McCallClarify the logic for when to build an overloaded binop...
2010-12-05 Ted KremenekMark SVal constructors 'explicit'.
2010-12-05 Ted KremenekRename Environment::LookupExpr() to
2010-12-05 Ted KremenekRemove unused method GRState::LookupExpr().
2010-12-05 John McCallFix a bug in the emission of __real/__imag l-values...
2010-12-05 Anders CarlssonPut each test in class-layout.cpp into a separate names...
2010-12-04 Anders CarlssonAdd a LayoutBase member function. No functionality...
2010-12-04 Anders CarlssonReplace calls to AppendBytes with calls to AppendPaddin...
2010-12-04 Fariborz JahanianFix rewriter to match recent changes in property ref
2010-12-04 John McCallSilly special case: never load when dereferencing...
2010-12-04 John McCallFirst pass at implementing the intent of ANSI C DR106.
2010-12-04 John McCalldyn_cast else unreachable -> cast
2010-12-04 Francois PichetMore anonymous struct/union redesign. This one deals...
2010-12-04 John McCallDon't crash when initializing a subaggregate in C from...
2010-12-04 John McCallMake IgnoreParenLValueCasts skip __extension__ nodes...
2010-12-04 Benjamin KramerSilence "comparison between signed and unsigned integer...
2010-12-04 John McCallRemove some defensive calls to EmitLoadOfPropertyRefLVa...
next