]> granicus.if.org Git - clang/shortlog
clang
2009-02-22 Daniel DunbarABITestGen: Use explicit list of vector types instead...
2009-02-22 Daniel Dunbarx86_64 ABI: Classify <1 x i64> as INTEGER (match gcc...
2009-02-22 Eli FriedmanEnhance Evaluate to handle ObjC qualified id and class...
2009-02-22 Eli FriedmanFix for PR3433: map __alignof__ to preferred alignment...
2009-02-22 Eli FriedmanLast part of PR3254: use the same alignment computation...
2009-02-22 Eli FriedmanImprovements to ASTContext::getDeclAlignInBytes; fixes...
2009-02-22 Steve NaroffRemove debugging statement.
2009-02-22 Anders CarlssonMatch gcc and always perform array/function conversion...
2009-02-22 Anders CarlssonCorrectly encode incomplete and variable length arrays...
2009-02-22 Daniel Dunbarccc: Remove temporary files used in compilation, and...
2009-02-22 Eli FriedmanSanity fix for PR3642: if we're treating a diagnostic...
2009-02-21 Daniel DunbarForce arch for these test cases.
2009-02-21 Fariborz Jahanianlocal array of objects are non-gc'able.
2009-02-21 Steve NaroffMore work to integrate newly added ObjCQualifiedClassTy...
2009-02-21 Daniel DunbarPut compiler headers in <prefix>/lib/clang/1.0/include (vs
2009-02-21 Steve NaroffAdd support for GCC ObjC extension "Class<protocol...
2009-02-21 Mike StumpThe blocks ABI is wrong, add a FIXME.
2009-02-21 Mike StumpAdd CodeGen support for the helper for BlockDeclRefExpr...
2009-02-21 Steve NaroffWarn about bogus protocol qualifiers.
2009-02-21 Fariborz JahanianWarn on use of __weak attribute on local
2009-02-21 Fariborz JahanianFix a bug whereby a pointer to a __weak was not recognized
2009-02-21 Ted KremenekUse llvm::StringsEqualNoCase instead of strncasecmp.
2009-02-21 Fariborz JahanianFixed an ICE in meta-data generation of __weak/__strong...
2009-02-21 Daniel DunbarEvaluation of unary deref could call integer evaluator...
2009-02-21 Cedric VenetFix build on windows.
2009-02-21 Steve NaroffAdd test case to record a couple inconsistencies with...
2009-02-21 Steve NaroffThis fixes <rdar://problem/6497650> More type mismatche...
2009-02-21 Ted KremenekUpdate checker build.
2009-02-21 Ted KremenekImproved naming convention heuristics in the retain...
2009-02-21 Ted KremenekUpdate scan-build help diagnostic.
2009-02-21 Ted KremenekOnly create a preprocessed file for an ignored attribut...
2009-02-21 Eli FriedmanSlight tweak to last commit: make sure to copy CVR...
2009-02-21 Eli FriedmanRe-fix r65140 correctly.
2009-02-21 Fariborz JahanianHandle case of none gc'able objects regardless of their
2009-02-21 Daniel DunbarEmit extern_weak when needed.
2009-02-20 Daniel DunbarWe must always mangle attribute overloadable functions...
2009-02-20 Steve NaroffFix <rdar://problem/6500554> missing objc error message.
2009-02-20 Chris Lattnerswitch the macroinfo argument lists from being allocate...
2009-02-20 Chris Lattnerdetemplatify setArgumentList and some other cleanups.
2009-02-20 Chris Lattnerrequire the MAcroInfo objects are explcitly destroyed.
2009-02-20 Ted KremenekMake 'RangeConstraintManager' the default ConstraintMan...
2009-02-20 Chris Lattnerallocate and dellocate objc decl list through AST Conte...
2009-02-20 Chris Lattnerfix indentation
2009-02-20 Chris Lattnersilence some warnings in no asserts mode.
2009-02-20 Chris Lattneradd plumbing to get ASTContext& down to allocation...
2009-02-20 Chris Lattnernewly factored, we can now move the set and destroy...
2009-02-20 Chris Lattnerfactor a bunch of common code out of the ObjCList templ...
2009-02-20 Ted KremenekGreatly simplify the logic in ExplodedGraphImpl::TrimGr...
2009-02-20 Chris Lattnerprune #includes
2009-02-20 Chris Lattnerrename ObjCList::clear() -> ObjCList::Destroy(). Requi...
2009-02-20 Chris Lattnerrearrange the contents of DeclObjC to be by-class....
2009-02-20 Daniel DunbarUnbreak Darwin PIC handling; my refactoring yesterday...
2009-02-20 Chris Lattnermore random cleanups, add some fixme's. ObjCCategoryIm...
2009-02-20 Chris Lattnerdestroy should forward to base class.
2009-02-20 Chris Lattnermove the @implementation ivar list to being an ObjCList...
2009-02-20 Ted KremenekPTH generation: Clear the cleaning bit for literals...
2009-02-20 Daniel DunbarAdd some IRgen improvement notes.
2009-02-20 Daniel DunbarShorten; no functionality change.
2009-02-20 Chris Lattnerremove dead list.
2009-02-20 Daniel DunbarTake advantage of noreturn attribute to add unreachable...
2009-02-20 Anders CarlssonAlways try to fold array sizes, and warn if we could...
2009-02-20 Daniel DunbarFix test case.
2009-02-20 Chris Lattnerremove some more methods from objc decls, using the...
2009-02-20 Daniel DunbarHandle constant int -> ptr casts of lvalue results.
2009-02-20 Chris Lattnerremove some slow O(n) methods.
2009-02-20 Chris LattnerChange ObjCForwardProtocolDecl to use an ObjCList.
2009-02-20 Daniel DunbarSet call attribute for direct calls (i.e. noreturn).
2009-02-20 Chris Lattnermove the interace list of @class to use ObjCList.
2009-02-20 Steve NaroffFix <rdar://problem/6586239> bitfield constraints not...
2009-02-20 Chris Lattnerremove a dead list.
2009-02-20 Chris Lattneradd support for amd64-*, patch by Brooks Davis!
2009-02-20 Daniel Dunbarccc: Spell mattr correctly.
2009-02-20 Daniel Dunbarccc: Basic translation of gcc subtarget feature options...
2009-02-20 Daniel Dunbarccc: Use toolchain hook for default relocation model...
2009-02-20 Daniel DunbarAdd some stdlib builtins
2009-02-20 Chris Lattnerswitch ObjCMethodDecl's parameter list from being expli...
2009-02-20 Chris Lattnerswitch the interface ivar list from being explicitly...
2009-02-20 Chris Lattnermove more objc destruction out of dtors into Destroy.
2009-02-20 Chris Lattnermove some objc decl destruction out of dtors into Destr...
2009-02-20 Zhongxing XuAdd an example in comments.
2009-02-20 Ted KremenekFix potential use of uninitialized variable.
2009-02-20 Eli FriedmanA few small tweaks to isConstantInitializer. (No test...
2009-02-20 Eli FriedmanUse -verify for consistency.
2009-02-20 Eli FriedmanAdd support for * (unary dereference) operator to ExprC...
2009-02-20 Daniel Dunbarccc: Use toolChain arch name instead of looking for...
2009-02-20 Chris Lattneroptimize the 'StoredDeclsMap' for the common case where...
2009-02-20 Daniel Dunbarccc: Store arch name in all toolchains.
2009-02-20 Eli FriedmanSuppress constant initializer checking when the declara...
2009-02-20 Daniel Dunbarccc: Give all tools access to the toolchain they are in.
2009-02-20 Eli FriedmanInitialize the Init variable to something reasonable...
2009-02-20 Eli FriedmanExprConstant handling for a couple more cases of pointe...
2009-02-20 Fariborz JahanianMore objc gc's ir-gen fixes.
2009-02-20 Chris Lattnermake the redeclaration case faster for the common insta...
2009-02-20 Chris Lattner80 cols
2009-02-20 Chris Lattnerslight code simplifications.
2009-02-20 Mike StumpDeox and Capitolize.
2009-02-20 Chris Lattnermap source ranges through macro expansions. Before:
2009-02-20 Mike StumpFix spacing.
2009-02-20 Chris Lattnerrefactor, pass ranges down instead of the whole
2009-02-20 Ted KremenekAdd test case for <rdar://problem/6562655>.
next