]> granicus.if.org Git - clang/shortlog
clang
2010-08-03 Bruno Cardoso... Support x86 AVX 256-bit instructions built-ins. Right...
2010-08-03 Tom CareChanged GRExprEngine to pass down a reference to itself...
2010-08-03 Ted KremenekAdd -cc1 option '-unoptimized-cfg' to toggle using...
2010-08-02 Ted KremenekAdd 'AnalysisContext::getUnoptimizedCFG()' to allow...
2010-08-02 John McCallLabels (and case statement) don't create independent...
2010-08-02 Sebastian RedlSimplify global method pool implementation in Sema...
2010-08-02 Ted KremenekFix another case (this time in JumpScopeChecker) where...
2010-08-02 Ted KremenekFix idempotent operations false positive caused by...
2010-08-02 John McCallFurther adjustments to -Wglobal-constructors; works...
2010-08-02 Douglas GregorAdd Darwin dylib versioning support to libclang when...
2010-08-02 Douglas GregorWhen using a precompiled preamble, save the diagnostics...
2010-08-02 Ted Kremenek'Assumption &A' gets default initialized to 'Possible...
2010-08-02 Ted KremenekAdd test case for <rdar://problem/8258814>.
2010-08-02 Sebastian RedlQuery only the latest version of an identifier in the...
2010-08-02 Sebastian RedlRemove mutable data on TagType and InjectedClassNameTyp...
2010-08-02 Fariborz JahanianCompute width/align of objc builtin types (id, etc)
2010-08-02 Daniel DunbarUpdate UsersManual, we support '#pragma align' now.
2010-08-02 Daniel DunbarFrontend: Change PluginASTAction::ParseArgs to take...
2010-08-02 Argyrios KyrtzidisYou actually have to include a header in order to use...
2010-08-02 Argyrios KyrtzidisUse llvm_unreachable.
2010-08-02 Argyrios KyrtzidisShut up warnings in Release build.
2010-08-02 Argyrios KyrtzidisRead/write in PCH Sema's StdNamespace and StdBadAlloc...
2010-08-02 Argyrios KyrtzidisRename getStdNamespace -> getOrCreateStdNamespace,...
2010-08-02 Daniel DunbarDriver/Darwin: Change where Darwin computes the host...
2010-08-02 Daniel DunbarDriver: Have -ccc-host-triple simply override the defau...
2010-08-02 Daniel DunbarDriver/Darwin: Inline some constants.
2010-08-02 Daniel DunbarDriver/FreeBSD: Change how FreeBSD derives the Lib32...
2010-08-02 Daniel DunbarDriver: Move HostInfo::lookupTypeForExtension to ToolCh...
2010-08-02 Daniel DunbarDriver: Give Build{Universal,}Actions access to the...
2010-08-02 Zhongxing XuImprove flat store: MemRegion::getAsOffset() computes...
2010-08-02 Daniel DunbarDriver: Add Compilation::addCommand and switch tools...
2010-08-02 Daniel DunbarDriver: Eliminate PipedJob, which is now unused.
2010-08-02 Daniel DunbarDriver: Eliminate special InputInfo kind for pipes...
2010-08-02 Daniel DunbarDriver: Eliminate now unnecessary tool hooks for whethe...
2010-08-02 Daniel DunbarDriver: Simplify.
2010-08-02 Daniel DunbarDriver: Eliminate now unused argument.
2010-08-02 Daniel DunbarDriver: Simplify logic for sending 'clang -E t.c' outpu...
2010-08-02 Daniel DunbarDriver: Never try to use piped inputs.
2010-08-02 Daniel DunbarDriver: Start ripping out support for -pipe, which...
2010-08-01 Daniel DunbarDriver/OpenBSD: Update toolchain for compiler changes...
2010-08-01 Daniel DunbarDriver: Keep track of a separate "install dir", which...
2010-08-01 Daniel DunbarSimplify.
2010-08-01 Eli FriedmanPR7777: Set EnabledByDefault to something useful, inste...
2010-08-01 John McCallKill off RequiresGlobalConstructor in favor of isConsta...
2010-08-01 John McCallMake a first pass at implementing -Wglobal-constructors...
2010-08-01 John McCallInstantiate attributes from the pattern record when...
2010-08-01 John McCallFix indentation.
2010-08-01 John McCallDon't consider all local variables in C++ to mandate...
2010-08-01 John McCallOnly run the jump-checker if there's a branch-protected...
2010-07-31 Nick LewyckyIterate typeloc's for class bases.
2010-07-31 John McCallFix fragile-ABI ObjC exceptions in the presence of...
2010-07-31 Daniel Dunbarbuild: Don't pass -avoid-version or -no-undefined on...
2010-07-31 Daniel DunbarParser: Add support for #pragma align, which is just...
2010-07-31 Ted KremenekAfter a lengthy design discussion, add support for...
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
next