]> granicus.if.org Git - clang/shortlog
clang
2009-02-16 Chris Lattneradd assertion
2009-02-16 Chris Lattnercode cleanup
2009-02-16 Chris Lattnerwrap long lines.
2009-02-16 Daniel Dunbarassert/ErrorUnsupported in unimplemented stub functions...
2009-02-16 Ted KremenekAdd pretty-printing (for GraphViz) support for RangeCon...
2009-02-16 Chris LattnerAdd support for deprecating ObjC properties. Unlike...
2009-02-16 Chris Lattnerpropagate attributes onto property decls.
2009-02-16 Fariborz Jahaniandefine __OBJC2__ for objc's nonfragile abi.
2009-02-16 Douglas GregorWhen a function with a prototype is redeclared without...
2009-02-16 Daniel Dunbarccc: @<filename> arguments are only treated specially...
2009-02-16 Douglas GregorAdopt a more principled approach to invalid declarations:
2009-02-16 Ted KremenekRangeConstraintManager is not on by default.
2009-02-16 Chris Lattneradd support for deprecated objc ivars.
2009-02-16 Chris Lattnerspecify a triple to use, otherwise we get errors on...
2009-02-16 Chris Lattnerupdate expected-warning line.
2009-02-16 Chris LattnerAdd support for deprecated members of RecordDecls ...
2009-02-16 Argyrios KyrtzidiscastToDeclContext/castFromDeclContext are only required...
2009-02-16 Argyrios KyrtzidiscastToDeclContext/castFromDeclContext are not meant...
2009-02-16 Argyrios KyrtzidisDeclContext had its "casting machinery" inside the...
2009-02-16 Argyrios KyrtzidisMake DeclContexts maintenance a bit easier.
2009-02-16 Ben LaurieUntabify.
2009-02-16 Ted KremenekDo not register 'RangeConstraintManager' as the default...
2009-02-15 Nate BegemanDon't allow taking the address of an element in an...
2009-02-15 Chris Lattnerlots of trailing whitespace
2009-02-15 Chris LattnerRefactor the deprecated and unavailable checks into...
2009-02-15 Chris Lattnerimplement gcc/testsuite/objc.dg/method-attribute-3...
2009-02-15 Chris Lattnerdon't pass a random english string in as a string argum...
2009-02-15 Chris Lattnerfix a fixme in -emit-html output: highlight the entire...
2009-02-15 Chris Lattneradd a new SourceManager::getInstantiationRange helper...
2009-02-15 Chris Lattnerfix build on systems where uint64_t != unsigned long...
2009-02-15 Chris Lattnerfix PR3579: __LINE__ expands to the presumed location...
2009-02-15 Chris Lattnerfix PR3579: __LINE__ expands to the presumed location...
2009-02-15 Chris Lattnertrack "just a little more" location information for...
2009-02-15 Daniel DunbarPR3589: Don't simplify libcalls with -ffreestanding.
2009-02-15 Ted KremenekRemove accidental duplication of content in .h file.
2009-02-15 Daniel DunbarFix pasto noticed by Anders Johnsen.
2009-02-15 Chris Lattnerimplement support for attribute(unavailable) on objc...
2009-02-15 Daniel DunbarObj-C non-fragile ABI: Fix types of a few globals;...
2009-02-15 Daniel Dunbarccc: Pass -P to clang.
2009-02-15 Chris Lattnerallow implementations of deprecated functions to use...
2009-02-14 Mike StumpUse getNameAsCString instead of getNameAsString and...
2009-02-14 Mike StumpGenerate the helper function for blocks. Now basic...
2009-02-14 Fariborz JahanianFixed a bad ir-gen bug which caused a dejagnu test...
2009-02-14 Douglas GregorAdd a test case for -ffreestanding that redefines malloc.
2009-02-14 Douglas GregorAdd -ffreestanding to suppress the implicit declaration...
2009-02-14 Mike StumpAdd expected note. Surely people test before the check...
2009-02-14 Cedric VenetAdd svn:eol-style=native to some files
2009-02-14 Fariborz JahanianFixed a problem caused by foreward @class use
2009-02-14 Anders CarlssonAdd support for deprecated Obj-C methods. The semantics...
2009-02-14 Douglas GregorAdd hook to add attributes to function declarations...
2009-02-14 Anders CarlssonPass the location of the start of the selector to ActOn...
2009-02-14 Mike StumpFix 80col violations.
2009-02-14 Ted KremenekPatch by Ben Laurie:
2009-02-14 Anton KorobeynikovDefine __ELF__ on FreeBSD. Patch by Roman Divacky!
2009-02-14 Cedric VenetFix the build on win32.
2009-02-14 Argyrios KyrtzidisDefine __ELF__ for linux systems.
2009-02-14 Chris Lattnernew tests, it would be nice to not warn on the second...
2009-02-14 Chris Lattnersimplify some code.
2009-02-14 Chris Lattnerjust ignore hte format_arg attribute for now, it doesn...
2009-02-14 Chris Lattneradd parser and type checking support for attribute...
2009-02-14 Chris Lattnerrename test
2009-02-14 Chris LattnerSeveral related changes:
2009-02-14 Chris Lattnerreduce nesting.
2009-02-14 Ted KremenekGRExprEngine: Handle empty statement expressions.
2009-02-14 Anders CarlssonDon't ignore the const attribute - we even have CG...
2009-02-14 Anders CarlssonFix more xmmintrin.h typos
2009-02-14 Chris Lattnerignore the const attribute for now.
2009-02-14 Ted KremenekAdded GRStateManager::scanReachableSymbols(), a method...
2009-02-14 Daniel Dunbarx86_64 ABI: Need to use canonical types when comparing...
2009-02-14 Daniel Dunbarx86_64 ABI: Pass simple types directly when possible...
2009-02-14 Ted KremenekUse GRTransferFuncs::EvalBind when processing variable...
2009-02-14 Douglas GregorMake it possible for builtins to expression FILE* argum...
2009-02-14 Ted KremenekStatic analyzer:
2009-02-14 Anders CarlssonFix an error in _mm_loaddup_pd that Eli noticed.
2009-02-14 Anders CarlssonAdd the nodebug attribute to intrinsics
2009-02-14 Douglas GregorAdd test case to insure that implicit builtin declarati...
2009-02-14 Douglas GregorExtend builtin "attribute" syntax to include a notation for
2009-02-13 Ted KremenekUpdate checker build.
2009-02-13 Chris Lattnerfix rdar://6586493, a bug in codegen of the GNU
2009-02-13 Douglas GregorImplicitly declare certain C library functions (malloc...
2009-02-13 Chris Lattneradd an assertion from Alexei Svitkine!
2009-02-13 Daniel DunbarSet constant bit on static block vars as well. Patch...
2009-02-13 Daniel DunbarFix typo in printing of __private_extern__.
2009-02-13 Daniel DunbarSimplify predicate.
2009-02-13 Daniel DunbarWarn about attribute used ignored on "extern int a
2009-02-13 Daniel DunbarAdd VarDecl::hasExternalStorage (no functionality change).
2009-02-13 Chris Lattneranders johnson points out that some software depends...
2009-02-13 Chris LattnerGive TargetInfo a new IntPtrType to hold the intptr_t...
2009-02-13 Ted KremenekAdd test case illustrating special handling of 'SenTest...
2009-02-13 Chris Lattnerimprove wording in a diagnostic to make it clear that...
2009-02-13 Daniel DunbarIRgen support for attribute used.
2009-02-13 Chris LattnerIf x is an invalid field decl, don't construct an expre...
2009-02-13 Ted KremenekPTH: Cache directory and negative 'stat' calls. This...
2009-02-13 Chris Lattnerwrap some crazy long lines.
2009-02-13 Daniel DunbarPull MayDeferGeneration out of EmitGlobal.
2009-02-13 Daniel DunbarRename EmitStatics (etc) to EmitDeferred; provide basic...
2009-02-13 Mike StumpLet the backend unique these.
2009-02-13 Chris Lattnerdocument __builtin_shufflevector
2009-02-13 Mike StumpFix spelling.
2009-02-13 Mike StumpMove DescriptorUniqueCount into CGM.
next