]> granicus.if.org Git - clang/shortlog
clang
2009-02-19 Chris Lattneralways search for "builtin" headers at the end of the...
2009-02-19 Chris LattnerPR3614: "ignoring nonexistent directory" should print...
2009-02-19 Chris Lattnerfix another typo gabor noticed
2009-02-19 Chris Lattnerfix a typo gabor noticed
2009-02-19 Ted KremenekAdd test case for 'nil receiver returns undefined struc...
2009-02-19 Ted KremenekImplemented simple check in <rdar://problem/6600344...
2009-02-19 Mike StumpFit 80col and fix indentation.
2009-02-19 Mike StumpFix spacing.
2009-02-19 Mike StumpMore codegen for blocks. The type of block literals...
2009-02-19 Douglas GregorProvide a proper source location when building an impli...
2009-02-19 Fariborz JahanianSome code simplification. ir gen for gc'able array
2009-02-19 Howard Hinnanttesting (reverted)
2009-02-19 Howard Hinnanttesting
2009-02-19 Fariborz JahanianCouple of helpers for objc's gc attributes.
2009-02-19 Douglas GregorMake error-message check platform-agnostic
2009-02-18 Douglas GregorAddress Chris's comments regarding C++ name mangling.
2009-02-18 Ted Kremenekretain/release checker: Place the leak diagnostic after...
2009-02-18 Chris Lattnerfariborz already fixed this.
2009-02-18 Ted KremenekRemove unused variable.
2009-02-18 Ted KremenekRemove logic for computing 'display hint'.
2009-02-18 Chris Lattnerminor name changes, no functionality change.
2009-02-18 Ted KremenekMore fun with retain checker diagnostics:
2009-02-18 Chris Lattnerfix some subtle bugs handling the mix of cvr qualifiers...
2009-02-18 Daniel DunbarAdd anti-FIXME.
2009-02-18 Chris Lattnerminor spacing changes.
2009-02-18 Daniel Dunbari386 ABI: Offset computation in va_arg was incorrect...
2009-02-18 Chris Lattnerfix typo
2009-02-18 Douglas GregorRemove pointless backslash
2009-02-18 Douglas GregorDowngrade the "excess elements in initializer" errors...
2009-02-18 Daniel Dunbarx86_64 ABI: Fix thinko in computation of bound for...
2009-02-18 Ted KremenekFix diagnostics bugs when computing ranges for the...
2009-02-18 Chris Lattnerrip out __builtin_overload
2009-02-18 Ted KremenekAdd a few more GC-only test cases for the retain/releas...
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.
next