]> granicus.if.org Git - clang/shortlog
clang
2009-02-18 Ted KremenekHTMLDiagnostics: Always display diagnostics *below...
2009-02-18 Daniel Dunbarx86_64 ABI: "is passed in regs" computation for va_arg...
2009-02-18 Douglas GregorReturn true on errors, return true on errors, return...
2009-02-18 Ted Kremenekretain/release checker: We now emit fancy diagnostics...
2009-02-18 Douglas GregorDowngrade complaints about calling unavailable function...
2009-02-18 Fariborz JahanianSome refactoring and simplificaiotn of objc's gc
2009-02-18 Mike StumpCodegen for int (^bp)(int) = 0;
2009-02-18 Ted KremenekFix comment: analyzer builds are universal binaries.
2009-02-18 Daniel Dunbar__attribute__((aligned)) was being ignored!
2009-02-18 Daniel DunbarAdd Type::isSpecificBuiltinType as a shortcut.
2009-02-18 Daniel DunbarSimplify.
2009-02-18 Chris Lattnerfinal string diagnostic issue (that I know about):
2009-02-18 Chris LattnerNext step toward making string diagnostics correct...
2009-02-18 Chris Lattnerupdate comment.
2009-02-18 Ted Kremenekretain/release checker: Distinguish in the function...
2009-02-18 Chris LattnerFix some issues handling sub-token locations that come...
2009-02-18 Fariborz JahanianStart generating gc'able code using the new
2009-02-18 Chris Lattnertidy up
2009-02-18 Chris Lattneronly get the spelling of a token to get its length if
2009-02-18 Chris Lattneruse the full spelling of a string literal token so...
2009-02-18 Chris Lattneradd c testcase for string literal diagnostic improvement.
2009-02-18 Chris Lattnerdon't print codegen time unless -ftime-report was passed.
2009-02-18 Fariborz JahanianMake warn-weak-field.m test pass again.
2009-02-18 Fariborz JahanianCleanup objc's gc attributes code no longer needed.
2009-02-18 Chris LattnerStart improving diagnostics that relate to subcharacter...
2009-02-18 Douglas GregorUpdate Parser::ParseTypeName to return a TypeResult...
2009-02-18 Ted KremenekRevise comment. Comparing pointer values in 'Range...
2009-02-18 Douglas GregorAdd an unavailable __tg_promote function to attract...
2009-02-18 Chris Lattnernothing says "ted was here" like a random url dropped...
2009-02-18 Douglas GregorAllow "overloadable" functions in C to be declared...
2009-02-18 Chris Lattnerteach child iterators to walk into the child string...
2009-02-18 Chris Lattnerfix the ownership issues and location tracking in
2009-02-18 Chris Lattneradd iterators for string token locations.
2009-02-18 Chris Lattnerprivatize all of the string literal memory allocation...
2009-02-18 Douglas GregorDon't allow calls to functions marked "unavailable...
2009-02-18 Chris Lattneradd some comments describing what is happening here.
2009-02-18 Chris Lattnersimplify the code used to compute the type of an objc...
2009-02-18 Chris Lattnerrename CheckBuiltinCFStringArgument -> CheckObjCString
2009-02-18 Chris Lattnersimplify some code.
2009-02-18 Chris Lattnerchange the StringLiteral AST node to track all of the...
2009-02-18 Ted KremenekFix performance bug in RangeConstraintManager (that...
2009-02-18 Fariborz JahanianRepresentation of objc gc's attribute using ExtQualType.
2009-02-18 Daniel Dunbarccc: Forward -ftime-report to clang.
2009-02-18 Chris Lattnerpass -verify in exprs.m, merge const-id.m into message.m
2009-02-18 Chris Lattnerfix rdar://6597252: two exactly identical pointer types...
2009-02-18 Chris Lattnerrename some variables, no functionality change.
2009-02-18 Chris LattnerOptimize dyld startup time by specifying a trivial...
2009-02-18 Ted KremenekHooked up the necessary machinery to allow the retain...
2009-02-18 Daniel Dunbarx86_64 ABI: Two bug fixes.
2009-02-18 Ted KremenekUpdate checker build.
2009-02-18 Ted Kremenekretain/release checker: Record the summary used to...
2009-02-18 Chris Lattneradd a bunch of timers for -E and other modes. This...
2009-02-18 Chris Lattnerteach -ftime-report to time the code generator and...
2009-02-18 Chris Lattnermove llvm backend specific #includes into Backend.cpp...
2009-02-18 Chris Lattnerindentation and formatting
2009-02-18 Chris Lattnerclang will hopefully never support ratfor.
2009-02-18 Chris Lattnerwire up a minimal -ftime-report, which prints the optim...
2009-02-18 Eli FriedmanFix test: config.h is not guaranteed to exist at the...
2009-02-18 Eli FriedmanFix test on platforms where size_t != unsigned long.
2009-02-18 Daniel DunbarisICE was evaluating ?: incorrectly with missing-gcc...
2009-02-18 Daniel DunbarConvert isIntegerConstantExpr to use ASTContext::MakeIn...
2009-02-18 Daniel DunbarAdd ASTContext::MakeIntValue
2009-02-18 Chris Lattnerstop searching GCC install directories for standard...
2009-02-18 Chris LattnerAnalysisConsumer.h is gone
2009-02-17 Ted KremenekUpdate several tests to explicitly use BasicConstraintM...
2009-02-17 Ted Kremenekccc-analyzer:
2009-02-17 Ted KremenekAdd panic function.
2009-02-17 Mike StumpAvoid getNameAsCString when the decl doesn't have a...
2009-02-17 Daniel DunbarRename UnaryTypeTraitExpr::Evaluate to EvaluateTrait...
2009-02-17 Chris Lattnergcc spells it "warn_unused_result" (already supported...
2009-02-17 Douglas GregorImplement basic parsing and semantic analysis for explicit
2009-02-17 Daniel DunbarABITest: Add some checking of values for return types...
2009-02-17 Daniel DunbarNote some more things to integrate into ABITest
2009-02-17 Daniel DunbarEliminate dependency on where test is run from.
2009-02-17 Ted KremenekBasicValueFactory: getMinValue/getMaxValue can be appli...
2009-02-17 Ted KremenekAttribute 'iboutlet' can be applied to Objective-C...
2009-02-17 Daniel DunbarEek! getDeclAlign sometimes returned alignment in bits.
2009-02-17 Chris Lattnerinitial reimplement tgmath.h, written by Howard Hinnant!
2009-02-17 Fariborz JahanianSimplified ExtQualType per Chris's feedback.
2009-02-17 Argyrios KyrtzidisRemove one more redundant dyn_cast.
2009-02-17 Argyrios KyrtzidisMove DeclContext::getParent and getLexicalParent in...
2009-02-17 Argyrios KyrtzidisCurrently all DeclContexts are Decls as well; use cast...
2009-02-17 Argyrios KyrtzidisRemove some redundant Decl -> Decl castings.
2009-02-17 Argyrios KyrtzidisNow that ObjC decls have DeclContexts too, remove an...
2009-02-17 Argyrios KyrtzidisAll Decls have a DeclContext now, hooray! Fans of consi...
2009-02-17 Fariborz JahanianAdded support for objc's gc attribute in ExtQualType.
2009-02-17 Ted KremenekConvert tabs to spaces.
2009-02-17 Daniel DunbarBackend: Accept -mcpu and -mattr for use by TargetMachine.
2009-02-17 Ted KremenekEnhance tests to exercise more combinations of using...
2009-02-17 Ted KremenekRevised RangeConstraintManager based on several discuss...
2009-02-17 Ted KremenekBasicValueFactory: getMaxValue and getMinValue now...
2009-02-17 Daniel Dunbarccc: Pass -{MM,MMD,MF,MP,MT} to clang. Error on -{M...
2009-02-17 Douglas GregorProof that attribute __overloadable__ works as well...
2009-02-17 Daniel DunbarChange EmitConstantExpr to allow failure.
2009-02-17 Daniel Dunbar80-cols.
2009-02-17 Fariborz JahanianRenamed ASQualType to ExtQualType to reflect its more
2009-02-17 Daniel Dunbarccc: Recognize -isystem.
2009-02-17 Daniel Dunbarccc: Assume gcc will accept piped assembler input when...
2009-02-17 Daniel Dunbarccc: Fix a FIXME.
2009-02-17 Ted KremenekAdd '_assert' to list of known panic functions.
next