]> granicus.if.org Git - clang/shortlog
clang
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.
2009-02-19 Daniel DunbarDon't emit K&R unprototyped function definitions as...
2009-02-19 Daniel DunbarAdd Type::getAsFunctionNoProto
2009-02-19 Chris Lattneronly do one DenseMap lookup instead of two (one to...
2009-02-19 Chris Lattnerminor simplification.
2009-02-19 Chris Lattneruse early exit to reduce indentation.
2009-02-19 Chris Lattnerstandardise on bastardised american spelling.
2009-02-19 Chris Lattnerfix a bug introduced in my previous patch: moving clang...
2009-02-19 Chris Lattnerdisable copying and assignment of AttributeList
2009-02-19 Chris Lattnerfix warning in no-assert mode.
2009-02-19 Anders CarlssonEmit the correct diagnostics when we constant fold...
2009-02-19 Chris Lattnerdon't new[] an empty array when an AttributeList has
2009-02-19 Anders CarlssonMake sure to check the value of the constant expression...
2009-02-19 Daniel DunbarEmission of global variable initialializer was broken...
2009-02-19 Ted Kremenekscan-build now searches for the clang binary in the...
2009-02-19 Anders CarlssonHandle the GNU void* and function pointer arithmetic...
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)
next