]> granicus.if.org Git - clang/shortlog
clang
2010-07-31 Douglas GregorImplement dependency analysis for the precompiled pream...
2010-07-30 Ted KremenekUpdate checker build.
2010-07-30 Tom CareTest case for PR7763.
2010-07-30 Tom CareUncomment unfinished work bailout in IdempotentOperatio...
2010-07-30 Douglas GregorAdd some timers to ASTUnit that are only enabled when...
2010-07-30 Sebastian RedlCorrectly deal with using names for both functions...
2010-07-30 Peter CollingbourneAdd specialisation iterators for {Class,Function}Templa...
2010-07-30 Peter CollingbourneRefactor find*Specialization functions using SpecEntryT...
2010-07-30 Peter CollingbourneIntroduce RedeclarableTemplateDecl::SpecEntryTraits
2010-07-30 Sebastian RedlSafely get a data pointer for vectors that might be...
2010-07-30 Fariborz JahanianTighten the rules when deciding if an ivar must be
2010-07-30 Abramo BagnaraFixed typedef inside extern "C".
2010-07-30 Daniel Dunbartests: Use env instead of assuming bash.
2010-07-30 Ted KremenekUpdate checker build.
2010-07-30 Argyrios KyrtzidisWhen we are deserializing the lexical decls of a DeclCo...
2010-07-30 Argyrios KyrtzidisRefactor the way PCHReader tracks whether we are in...
2010-07-30 John McCallImprove error recovery when presented with an ill-forme...
2010-07-30 John McCallIf a TST_typename has a null type, mark the declarator...
2010-07-30 John McCallEmit global destructors even if the destroyed object...
2010-07-30 Chris Lattnerfix PR5179 and correctly fix PR5831 to not miscompile.
2010-07-30 Daniel DunbarThere is no reason for this test to invoke 'llc'.
2010-07-30 Ted KremenekAdd test case for crash reported in <rdar://problem...
2010-07-30 Ted KremenekDon't print out ivars twice in Decl::print(). Fixes...
2010-07-30 Sebastian RedlMake macro weirdness in chained PCH work. This required...
2010-07-30 Ted KremenekAdd clang_isPODType() for querying if the CXType is...
2010-07-29 Daniel DunbarRevert "Re-apply fixed version of 108749, correctly...
2010-07-29 Daniel DunbarCMake: Clang test targets depend on the {FileCheck...
2010-07-29 Nate BegemanWire up sema checking for __builtin_arm_usat and __buil...
2010-07-29 Douglas GregorTeach isIncompleteType() to look through sugar when...
2010-07-29 Chris Lattnermove the last hunk of getCoerceResult into the place
2010-07-29 Chris Lattnernow that direct and coerce are merged, getCoerceResult...
2010-07-29 Chris Lattnernow that GetSSETypeAtOffset handles passing SSE class...
2010-07-29 Argyrios KyrtzidisChange the name to something less terrible; suggestion...
2010-07-29 Argyrios KyrtzidisWeak references and variables that are not definitions...
2010-07-29 Chris LattnerImplement the clang-side of detection for when to pass as
2010-07-29 Chris LattnerLook at me, I can count!
2010-07-29 Argyrios KyrtzidisImplement PCH support for offsetof(base-specifier).
2010-07-29 Argyrios KyrtzidisMerge PCHWriterDecl.cpp's isRequiredDecl and CodeGenMod...
2010-07-29 Chris Lattnerfix rdar://8251384, another case where we could access...
2010-07-29 Nate BegemanAdd codegen support for ARM qadd & qsub intrinsics
2010-07-29 Chris Lattnerstart setting up infrastructure for passing multi-floats
2010-07-29 Benjamin KramerPrepare for upcoming ownership change.
2010-07-29 Chris Lattnerrename Get8ByteTypeAtOffset -> GetINTEGERTypeAtOffset to
2010-07-29 Chris Lattnerhandle a case where we could access off the end of...
2010-07-29 Chris Lattnerin release mode, irbuilder doesn't add names to instruc...
2010-07-29 Chris Lattnerfix PR7742 / rdar://8250764, a miscompilation of struct
2010-07-29 Fariborz JahanianTigthen the condition for issung ivar shadowing
2010-07-29 Douglas GregorWhen dynamic_cast'ing from a type to itself, fill in...
2010-07-29 Peter CollingbourneImplement RedeclarableTemplateDecl::getNextRedeclaration
2010-07-29 Peter CollingbourneStore latest redeclaration for each redeclarable templa...
2010-07-29 Peter CollingbourneRefactor redeclarable template declarations
2010-07-29 Douglas GregorWhen taking the address of a value of Objective-C objec...
2010-07-29 Douglas GregorAllow a looser form of compatibility checking (which...
2010-07-29 Douglas GregorWhen deleting a value of class type, make sure that...
2010-07-29 Douglas GregorReword the empty struct/union warning in C to note...
2010-07-29 Chris LattnerThis is a little bit far, but optimize cases like:
2010-07-29 Chris Lattnerimplement a todo: pass a eight-byte that consists of a
2010-07-29 Jordy RoseMove new test (that requires RegionStore) into its...
2010-07-29 Chris Lattnerfix a builder, why didn't clang++ catch this?
2010-07-29 Jordy RoseUse a LazyCompoundVal to handle initialization with...
2010-07-29 Chris LattnerKill off the 'coerce' ABI passing form. Now 'direct...
2010-07-29 Chris Lattnerignore structs that wrap vectors in IR, the abstraction...
2010-07-29 Chris Lattnermove the 'pretty 16-byte vector' inferring code up...
2010-07-29 Chris Lattnersimplify code by eliminating a premature optimization.
2010-07-29 Chris Lattnernow that we have CGT around, we can start using preferr...
2010-07-29 Chris Lattnersink preferred type stuff lower. It's possible that...
2010-07-29 Daniel DunbarTranscribe clattner email to SVN.
2010-07-29 Chris Lattnerdissolve some more complexity: make the x86-64 abi...
2010-07-29 Daniel DunbarChange #pragma crash to segv, instead of abort.
2010-07-29 Chris Lattnersimplify Get8ByteTypeAtOffset by making it a member...
2010-07-29 Chris Lattnernow that ABIInfo depends on CGT, it has trivial access...
2010-07-29 Chris Lattnercave in to reality and make ABIInfo depend on CodeGenTypes.
2010-07-29 Ted KremenekTeach GRExprEngine::VisitLValue() about FloatingLiteral...
2010-07-29 Ted KremenekCheck for an invalid SourceLocation in clang_getCursor...
2010-07-29 Ted KremenekAugment RegionStore::BindStruct() to bind symbolicated...
2010-07-29 Ted KremenekChange SymbolManager::canSymbolicate() to return true...
2010-07-29 Ted KremenekExplicitly guard in BasicStore from storing to non...
2010-07-29 Ted KremenekRemove extraneous guards around the call to getConjured...
2010-07-29 Douglas GregorVisit the children of CXXOperatorCallExprs in source...
2010-07-28 Douglas GregorDon't set out-of-line template specialization/definitio...
2010-07-28 Chris Lattnerpass argument vectors in a type that corresponds to...
2010-07-28 Chris Lattnertidy up
2010-07-28 Fariborz JahanianInitialize block's imported variable(s) in
2010-07-28 Eli FriedmanPR7736: Make sure to mark &Class::Member correctly...
2010-07-28 Devang PatelOverride selected builtin names (e.g. "long int" instea...
2010-07-28 Chris Lattnerfix some break statements to be formatted more consiste...
2010-07-28 Chris Lattneruse Get8ByteTypeAtOffset for the return value path...
2010-07-28 Chris Lattnerrefactor the autosizing code, eliminating duplication
2010-07-28 Douglas GregorDon't die when a member access refers to a non-class...
2010-07-28 Chris Lattnerfix PR7714 by not referencing off the end of a struct...
2010-07-28 Douglas GregorTurn off precompiled preamble support for C++
2010-07-28 Douglas GregorWhen performing code completion for a case statement...
2010-07-28 Sebastian RedlSupport extended vector types in chained PCH.
2010-07-28 Sebastian RedlAdd a test case for tentative definitions in chained...
2010-07-28 Fariborz JahanianFix flags in global block descriptor when
2010-07-28 Douglas GregorMake the pointer arguments to the __sync_* builtins...
2010-07-28 Chris Lattnersome cleanups and get alignments correct for various...
2010-07-28 Douglas GregorThe grammar for GNU typeof in C requires an expression...
2010-07-28 Tanya LattnerTest commit
2010-07-28 Tanya LattnerTest commit.
next