]> granicus.if.org Git - clang/shortlog
clang
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.
2009-02-13 Chris LattnerFix rdar://6562329, a static analyzer crash Ted noticed on
2009-02-13 Mike StumpMove NSConcreteStackBlock into CGM.
2009-02-13 Daniel DunbarSema/AST support for attribute used. Patch by Anders...
2009-02-13 Ted KremenekAdd some boilerplate to the PTH file to prepare for...
2009-02-13 Douglas GregorEliminate an unused variable
2009-02-13 Mike StumpReflow to 80col.
2009-02-13 Douglas GregorRemove DeclGroupOwningRef, since we intend for declarat...
2009-02-13 Mike StumpMove GlobalUniqueCount up into CGM.
2009-02-13 Douglas GregorFix capitalization in a diagnostic
2009-02-13 Anders CarlssonAdd new files to Xcode project
2009-02-13 Fariborz JahanianFixed a 64bit code gen bug of a cateogory
2009-02-13 Daniel Dunbarx86_64 ABI: Support va_arg passed in mixed registers.
2009-02-13 Daniel Dunbarccc: Suffix for PCH files is appended, not replaced...
2009-02-13 Daniel Dunbarccc: Suffix for PCH files is appended, not replaced.
2009-02-13 Mike StumpCondense NSConcreteGlobalBlock handling.
2009-02-13 Mike StumpCalculate size correctly.
2009-02-13 Mike StumpSize should be unsigned.
2009-02-13 Mike StumpCondense all the blocks code into CGBlocks.cpp.
2009-02-13 Mike StumpFixup types, the runtime uses int, not int32.
2009-02-13 Mike StumpFix cmake builds.
2009-02-13 Mike StumpFixup spacing a tad.
2009-02-13 Mike StumpMove GenericBlockLiteralType into CGM.
2009-02-13 Mike StumpMove BlockDescriptorType into CGM.
2009-02-13 Mike Stump80col.
2009-02-13 Anders CarlssonStart warning about unknown attributes.
2009-02-13 Anders CarlssonAdd a new Ignored attribute type, and use it for may_alias.
2009-02-13 Anders CarlssonAdd CodeGen support for the nodebug attribute.
2009-02-13 Anders CarlssonAdd sema support for the nodebug attribute.
2009-02-13 Eli FriedmanInitial implementation of arbitrary fixed-width integer...
2009-02-13 Ted KremenekGRExprEngine:
2009-02-13 Douglas GregorAdd mangling for variadic functions and conversion...
2009-02-13 Eli FriedmanFix gcc warning: gcc correctly notes that const-qualify...
2009-02-13 Douglas GregorAdd documentation for overloaded functions in C
2009-02-13 Ted KremenekAnalysisConsumer: Explicitly destroy the PathDiagnostic...
2009-02-13 Chris Lattnermake "floating macro bubble" output of -emit-html much...
2009-02-13 Daniel Dunbarccc: Test case for transparent PTH support.
2009-02-13 Daniel Dunbarccc: Stop patching output file name when using transpar...
2009-02-13 Chris Lattnerfactor token concatenation avoidance logic out of
2009-02-13 Ted KremenekThis test now passes.
2009-02-13 Daniel DunbarAlways pass -disable-free to clang when compiling.
2009-02-13 Douglas GregorTighten checking of the "overloadable" attribute. If...
2009-02-13 Douglas GregorAdd basic support for C++ name mangling according to...
2009-02-12 Daniel DunbarHonor attribute section on static block var decls.
2009-02-12 Mike StumpFix limits.h for linux, as glibc does a #include_next...
next