]> granicus.if.org Git - clang/shortlog
clang
2010-12-16 Ted KremenekStart migration of static analyzer to using the
2010-12-16 Michael J.... CMake: Add runtime dir.
2010-12-16 Michael J.... MemoryBuffer API update.
2010-12-16 Daniel DunbarUpdate for LLVM API change.
2010-12-16 Douglas GregorFix a regression I caused in r121930. It turns out...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs within variable...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in friend declarat...
2010-12-16 Fariborz JahanianImprove diagnostics when property being looked up
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in using declarati...
2010-12-16 Douglas GregorCheck for unexpanded parameter packs in enumeration...
2010-12-15 Douglas GregorCheck for unexpanded parameter packs in static assertio...
2010-12-15 Bob WilsonImplement builtins for Neon half-precision float conver...
2010-12-15 Fariborz Jahanianivars craeted for explicit @synthesize and those
2010-12-15 Douglas GregorCheck for unexpanded parameter packs in various kinds of
2010-12-15 Douglas GregorTeach the RecursiveASTVisitor to traverse the type...
2010-12-15 Douglas GregorTest that all of the relevant types properly compute...
2010-12-15 Douglas GregorIntroduce a RecursiveASTVisitor subclass that finds...
2010-12-15 Argyrios KyrtzidisFix diagnostic pragmas.
2010-12-15 Douglas GregorMove the work-in-progress implementation of variadic...
2010-12-15 John McCallReorganize LookupMemberExpr for clarity and to make...
2010-12-15 Douglas Gregor__attribute__((nonnull)) can apply to reference-to...
2010-12-15 Peter CollingbourneSema: have BuildExpressionFromIntegralTemplateArgument...
2010-12-15 Chandler CarruthSilence GCC warning about control reaching the end...
2010-12-15 Nico WeberFix gcc warning: 'clang::ASTStmtReader' is already...
2010-12-15 John McCallSundry missing lvalue-to-rvalue conversions. Also...
2010-12-15 John McCallSet the "implicitly inline" bit on a method as soon...
2010-12-15 Douglas GregorVariadic templates: extend the Expr class with a bit...
2010-12-15 John McCallFunction types are compatible (in the C sense) if their...
2010-12-14 Abramo BagnaraAdded missing IgnoreParens().
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...
next