]> granicus.if.org Git - clang/shortlog
clang
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>.
2009-02-20 Ted KremenekFix crash from <rdar://problem/6562655>: 'init' method...
2009-02-19 Chris Lattnerreplace a dirty hack with a clean solution. Too bad...
2009-02-19 Ted Kremenekretain/release checker: Generate an intermediate simula...
2009-02-19 Chris LattnerFix a long standard problem with clang retaining "too...
2009-02-19 Ted KremenekAdded a new method to GRStmtNodeBuilder to build nodes...
2009-02-19 Ted KremenekProgramPoint::Profile now specially handles PostStmtCus...
2009-02-19 Chris Lattnerpretty printing vector types should print the element...
2009-02-19 Fariborz JahanianMore objc's gc ir-gen stuff.
2009-02-19 Chris LattnerGetTypeForDeclarator can return null on error now,...
2009-02-19 Daniel Dunbarccc: Give nicer error when spawning a subprocess fails.
2009-02-19 Daniel DunbarExtend Evaluate() to fold (int) <pointer type>.
2009-02-19 Daniel DunbarSimplify, no functionality change.
2009-02-19 Ted KremenekFix another PTH warning that should not be a note.
2009-02-19 Ted KremenekMake PTH warnings actual warnings instead of 'notes'.
2009-02-19 Mike StumpAdd enough checking to ensure that non-constant block...
2009-02-19 Daniel Dunbarccc: Also look for .gch files when seeing if we should...
2009-02-19 Daniel DunbarRemove IRgen constant emission assumption that LValue...
2009-02-19 Daniel DunbarChange IntExprEvaluator to operate on an APValue not...
2009-02-19 Daniel DunbarArguments to unordered comparison builtins may need...
2009-02-19 Anders CarlssonAdd irgen support for the noinline attribute.
2009-02-19 Anders CarlssonAdd sema support for the noinline attribute.
2009-02-19 Ted KremenekUpdate checker build.
2009-02-19 Daniel DunbarAdd another IntExprEvaluator::Success overload to suck...
2009-02-19 Chris Lattnerfix PR3609, emit:
2009-02-19 Fariborz JahanianGenerate the conservative objc gc's API for now.
2009-02-19 Ted KremenekUpdate test case to include a leak that occurs at the...
2009-02-19 Ted Kremenekretain/release checker: Fix crasher when the leak site...
2009-02-19 Chris LattnerFix PR3619 by properly considering size modifiers and...
2009-02-19 Zhongxing Xuonly track integer and pointer values for now.
2009-02-19 Gabor Greiffix typo
2009-02-19 Daniel DunbarAdd IntExprEvaluator::Success method.
2009-02-19 Zhongxing Xufix test case
2009-02-19 Zhongxing Xuadd test case.
2009-02-19 Zhongxing XuConvert the offset to signed before making an ElementRe...
2009-02-19 Ted KremenekUpdate checker build.
next