]> granicus.if.org Git - clang/shortlog
clang
2009-02-11 Mike StumpAvoid bogus warning.
2009-02-11 Douglas GregorReverted r64307. Moved hasSameType and hasSameUnqualifi...
2009-02-11 Douglas GregorAllow the use of default template arguments when formin...
2009-02-11 Steve NaroffFix <rdar://problem/6206858> [sema] type check @throw...
2009-02-11 Douglas GregorRename Sema::hasSameType to QualType::isSameAs
2009-02-11 Douglas GregorSilence a warning about an unused variable in -Asserts...
2009-02-11 Douglas GregorImplement semantic checking for template arguments...
2009-02-11 Ted KremenekPTH: Don't emit the PTH offset of the IdentifierInfo...
2009-02-11 Ted KremenekUpdate checker build.
2009-02-11 Chris LattnerFix rdar://6518463, increment of a bool is always true...
2009-02-11 Chris Lattnerfinish off codegen support for sub of pointer to functions,
2009-02-11 Ted KremenekPer PR 3187, disable the missing -dealloc check for...
2009-02-11 Anders CarlssonAdd pmmintrin.h header.
2009-02-11 Anders CarlssonFix some mistakes I made when I tried to decipher the...
2009-02-11 Chris Lattnertestcase for rdar://6096412 which already works.
2009-02-11 Douglas GregorCHAR_BIT == 8
2009-02-11 Douglas GregorAdd semantic checking for template arguments that corre...
2009-02-11 Mike StumpOne more tweak to account for gluing together llvm...
2009-02-11 Mike StumpMore version experimentation.
2009-02-11 Douglas GregorSemantic checking for template arguments that correspon...
2009-02-11 Mike StumpRun a little experiment with version numbers.
2009-02-11 Douglas GregorAdd partial semantic checking of template arguments...
2009-02-10 Ted KremenekBugReporter: Use llvm::raw_string_stream instead of...
2009-02-10 Mike StumpAdd private extern to pretty printer(s).
2009-02-10 Ted KremenekAdd another test case for the MissingDealloc checker.
2009-02-10 Douglas GregorAdd type-checking and implicit conversions for template...
2009-02-10 Anders CarlssonHandle the case where EmitBlock might be called multipl...
2009-02-10 Fariborz JahanianThis patch is all it takes to pass all objc2's fast...
2009-02-10 Ted KremenekPTH generation: Discard tokens that appear after and...
2009-02-10 Ted KremenekBump PTH version.
2009-02-10 Chris Lattnermake -dM emit macros in a deterministic (sorted) order...
2009-02-10 Ted KremenekPTH generation: Don't call 'EmitToken' in the loop...
2009-02-10 Ted KremenekPTH: Replace ad hoc 'file name' -> 'PTH data' lookup...
2009-02-10 Chris Lattneruse efficient form of getSpelling, this speeds up ...
2009-02-10 Douglas GregorGNU allows structs with flexible array members to be...
2009-02-10 Daniel DunbarPull CodeGenFunction::EmitVAArg into target specific...
2009-02-10 Daniel DunbarPull CodeGenFunction::EmitVAArg into target specific...
2009-02-10 Fariborz JahanianGenerate ir for ivar offset. This will pass
2009-02-10 Mike StumpFixup -ast-print so that:
2009-02-10 Mike StumpRefactor FieldDecls to be ValueDecls instead of NamedDecls.
2009-02-10 Douglas GregorFix a problem with bogus template shadowing warnings
2009-02-10 Douglas GregorImplement parsing, semantic analysis and ASTs for defau...
2009-02-10 Fariborz JahanianSome refactoring of Ivar offset code gen.
2009-02-10 Douglas GregorSemantic analysis for non-type template parameter decla...
2009-02-10 Daniel DunbarTweak x86-64 ABI to allow reuse for vararg handling.
2009-02-10 Ted KremenekUpdated checker build.
2009-02-10 Anders CarlssonFix an #ifndef that should be an #ifdef instead.
2009-02-10 Anders CarlssonRemove the last remnants of the Obj-C EH stack code.
2009-02-10 Anders CarlssonStart removing the old Obj-C EH stack now that the...
2009-02-10 Ted KremenekFix a crash in GRSimpleVals::EvalCast due not handling...
2009-02-10 Sanjiv GuptaFunction parameters for PIC16 are like local variables...
2009-02-10 Daniel DunbarSupport va_arg on _Complex.
2009-02-10 Argyrios KyrtzidisBring in 'CHAR_BIT' for GCC 4.3.
2009-02-10 Daniel DunbarEnable parameter passing test for x86_64.
2009-02-10 Daniel DunbarABI: Correctly handle load/store of values which have...
2009-02-10 Ted KremenekRearrange code. No functionality change.
2009-02-10 Ted KremenekFix potential padding error in PTH file and add stub...
2009-02-10 Daniel DunbarAdd util Emit{LoadOf,StoreTo}Scalar methods to encapsul...
2009-02-10 Ted KremenekUpdate checker build.
2009-02-10 Douglas GregorTeach the type-id/expression disambiguator about different
2009-02-10 Douglas GregorCheck template template arguments against their corresp...
2009-02-10 Daniel DunbarMake sure to initialize local variables, even if they...
2009-02-09 Douglas GregorRudimentary checking of template arguments against...
2009-02-09 Anders Carlssonid<Foo> is a POD type.
2009-02-09 Anders CarlssonMove previously unsupported VLA test to vla.c
2009-02-09 Daniel Dunbarccc: -dM wasn't being passed to Darwin/CC1 correctly.
2009-02-09 Daniel DunbarUpdate test case; VLA's are now supported.
2009-02-09 Douglas GregorImplement Sebastian's idea for simplifying our handling...
2009-02-09 Ted KremenekCallExpr now uses ASTContext's allocate to allocate...
2009-02-09 Anders CarlssonUse the new cleanup infrastructure for VLAs. The next...
2009-02-09 Anders CarlssonUse the new cleanup infrastructure for @try/@finally
2009-02-09 Anders CarlssonReplace a bunch of EmitBranch calls with EmitBranchThro...
2009-02-09 Anders CarlssonSave and restore the DidCallStackSave variable
2009-02-09 Anders CarlssonAdd DidCallStackSave variable to CodeGenFunction.
2009-02-09 Douglas GregorWhen handling "the rest" of a designated array subobjec...
2009-02-09 Douglas GregorEliminate TemplateArg so that we only have a single...
2009-02-09 Douglas GregorStart processing template-ids as types when the templat...
2009-02-09 Sebastian RedlUpdate new expression to make use of Declarator::getSou...
2009-02-09 Sebastian RedlImplement Declarator::getSourceRange().
2009-02-09 Ted KremenekFix PR 2514: Do not flag dead initializations for varia...
2009-02-09 Ted KremenekDeallocate the StringLiteral itself in StringLiteral...
2009-02-09 Ted KremenekAllocate the subexpression array for OberloadExpr from...
2009-02-09 Ted KremenekRefine PostStmtCustom to reference a tagged data pair...
2009-02-09 Ted KremenekAdded a new ProgramPoint 'PostStmtCustom' to enable...
2009-02-09 Douglas GregorMake Sema::getTypeName return the opaque pointer of...
2009-02-09 Chris Lattnerspell out explicitly
2009-02-09 Chris Lattneradd doc
2009-02-09 Chris Lattnernew document.
2009-02-08 Mike StumpAdd some more documentation. Also reflowed comments...
2009-02-08 Anders CarlssonReuse case destinations.
2009-02-08 Anders CarlssonAlways check if we can remove branch fixups, even if...
2009-02-08 Anders CarlssonAdd a simplified EmitJumpThroughFinally and use it...
2009-02-08 Anders CarlssonMisc fixes to the cleanup stack code.
2009-02-08 Mike StumpWhen we're at the stack depth we want, there isn't...
2009-02-08 Chris Lattneradd another crazy idea :)
2009-02-08 Chris Lattnerjust remove this insane testcase :)
2009-02-08 Sebastian RedlTeach the constant evaluator about C++ const integral...
2009-02-08 Sebastian RedlFix redundant errors with missing default arguments...
2009-02-08 Sebastian RedlFix redundant errors for redefinitions with multiple...
2009-02-08 Sebastian RedlMake the test cases failing due to exact diagnostic...
next