]> granicus.if.org Git - clang/shortlog
clang
2010-12-14 John McCallRewrite ComplexExprEvaluator::VisitCastExpr to use...
2010-12-14 Douglas GregorMinor fix for clang-completion-mode, from Dve Abrahams
2010-12-14 John McCallImprove some comments, shrink FunctionType::ExtInfo...
2010-12-14 Douglas GregorFix documentation typo, from nobled.
2010-12-14 John McCallRestore r121752 without modification.
2010-12-14 John McCallPull out r121752 in case it's causing the selfhost...
2010-12-14 John McCallFactor out most of the extra state in a FunctionProtoTy...
2010-12-14 Dan GohmanGeneralize this test to work without instruction names.
2010-12-13 Dan GohmanImplement CodeGen support for the may_alias attribute.
2010-12-13 Douglas GregorVariadic templates: extend Type, NestedNameSpecifier...
2010-12-13 Abramo BagnaraSkip ParenType on function instantiations.
2010-12-13 Chandler CarruthRemove a type that got reduced away from this test...
2010-12-13 Chandler CarruthFix PR8774 by restricting when hasInit returns true...
2010-12-13 Chandler CarruthReduce the number of builtin operator overload candidat...
2010-12-12 Peter CollingbourneBasic, Sema: add support for CUDA launch_bounds attribute
2010-12-12 Peter CollingbourneSema: diagnose kernel functions with non-void return...
2010-12-12 Chandler CarruthMove the functionality to mark all vtables of key funct...
2010-12-12 Wesley PeckChange MBlaze target to have the same description strin...
2010-12-12 Chandler CarruthFinish cleaning up the static utility code for adding...
2010-12-12 Chandler CarruthClean up the helpers used to compute the usual arithmet...
2010-12-12 Chandler CarruthAdd a comment to a helper function.
2010-12-12 Chandler CarruthSink the logic to suppress builtin operator overloads...
2010-12-12 Chandler CarruthReorder the cases in the switch to be more logically...
2010-12-12 Chandler CarruthRemove the final goto from this switch making it explic...
2010-12-12 Chandler CarruthFold away completely identical code with simple fallthr...
2010-12-12 Chandler CarruthMove and copy function calls around to remove the indir...
2010-12-12 Chandler CarruthSimplify the flow through the switch by explicitly...
2010-12-12 Chandler CarruthFix 80-column violations and reflowing some code to...
2010-12-12 Chandler CarruthBegin the refactoring of how builtin operators are...
2010-12-11 Fariborz JahanianEnhance my implementation of //rdar ://8747333 in r1215...
2010-12-11 Abramo BagnaraImproved complex constants evaluation.
2010-12-10 Fariborz JahanianAny property declared in a class extension might have...
2010-12-10 Bob WilsonAdd missing switch case for the quad-register version...
2010-12-10 Bob WilsonFix clang crashes on Neon vld[234]_dup intrinsics with...
2010-12-10 Argyrios KyrtzidisIntroduce ObjCMessageExpr::getReceiverRange() to get...
2010-12-10 Argyrios KyrtzidisKeep the source location of the selector in ObjCMessage...
2010-12-10 Argyrios KyrtzidisMake RecursiveASTVisitor traverse a ObjCMethodDecl.
2010-12-10 Bob WilsonDo not assert on shifts of Neon polynomial types.
2010-12-10 Douglas GregorSilence a few more uninitialized-value warnings
2010-12-10 Douglas GregorSilence a GCC unitialized-value warning
2010-12-10 Douglas GregorReplace two QualType::getTypePtrOrNull() calls with
2010-12-10 Peter CollingbourneDo not substitute template types if template has depend...
2010-12-10 Fariborz JahanianFix a compiler warning.
2010-12-10 Douglas GregorEliminate the branching in QualType::getTypePtr() by...
2010-12-10 Abramo BagnaraAdded ParenType type node.
2010-12-10 Douglas GregorSilence GCC warning about comparisons between enumerato...
2010-12-10 Anton KorobeynikovAnother dummy commit to check GIT mirroring
2010-12-10 John McCallIt's kindof silly that ExtQuals has an ASTContext&...
2010-12-10 Douglas GregorUpdate ExtQuals comment to reflect the expansion of...
2010-12-10 John McCallOptimize memory usage of FunctionProtoType on MSVC.
2010-12-10 Douglas GregorMove the "volatile" bit into QualType's "fast" qualifie...
2010-12-10 Douglas GregorUse TypeAlignment constant rather than fixed alignment...
2010-12-10 Rafael EspindolaFixed version of 121435.
2010-12-10 Douglas GregorIn clang_getCursor(), don't override a preprocessing...
2010-12-10 Bob WilsonAdd missing switch case to handle builtin for Neon...
2010-12-10 Bob WilsonLLVM's intrinsics for vpaddl and vpadal have 2 overload...
2010-12-10 Rafael EspindolaRevert my previous patch to make the valgrind bots...
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...
next