]> granicus.if.org Git - clang/shortlog
clang
2012-08-29 Anna Zaks[analyzer] Fixup 162863.
2012-08-29 Ted KremenekFix serious regression introduced in r157780 where...
2012-08-29 Eli FriedmanFix PR reference in test.
2012-08-29 Eli FriedmanFix run-line for test.
2012-08-29 Anna Zaks[analyzer]Fix typo, unbreak static analyzer BuildBot...
2012-08-29 Anna Zaks[analyzer] Improved diagnostic pruning for calls initia...
2012-08-29 Eli FriedmanMake alignment computation for pointer values for built...
2012-08-29 Simon AtanasyanDefine __mips64 / __mips64__ macros for MIPS 64-bit...
2012-08-29 Simon AtanasyanUse getTargetDefines() virtual function in MipsTargetIn...
2012-08-29 Simon AtanasyanFactor out MIPS macro definitions common for all MIPS...
2012-08-29 Hans WennborgMove TLS check from LValueExprEvaluator::VisitVarDecl to
2012-08-29 Fariborz Jahanianobjective-C: make -Widiomatic-parentheses work
2012-08-29 Alexander KornienkoFixed a problem with #pragma push_macro/pop_macro imple...
2012-08-29 Simon AtanasyanDefine _MIPS_ARCH and _MIPS_ARCH_<cpu name> macros...
2012-08-29 Aaron BallmanReversing the logic since C99 mode is actually not...
2012-08-29 Hans WennborgFix r162835 as per Richard's comments.
2012-08-29 Hans WennborgMove the test for PR13720 from Sema/init.c to Sema...
2012-08-29 Hans WennborgThe address of a TLS var is not compile-time constant...
2012-08-29 John McCallClarify the point at which ARC destroys ivars vis-à-vis
2012-08-29 Ted KremenekUse double instead of single quote to expand .
2012-08-29 Ted KremenekAdd new -cc1 driver option -analyzer-config, which...
2012-08-29 Jordan Rose[analyzer] C++ objects returned on the stack may be...
2012-08-29 Alexander KornienkoKeep history of macro definitions and #undefs
2012-08-28 Manuel KlimekModifes BoundNodes to store void* and allow casting...
2012-08-28 Fariborz Jahanianobjective-C arc: ns_returns_retained is a type attribut...
2012-08-28 Chad RosierFix test case for Release builds.
2012-08-28 Alexander KornienkoOnly add common tool options when CommonOptionsParser...
2012-08-28 Chad RosierRevert r162424 now that the scoping issue has been...
2012-08-28 Chad Rosier[ms-inline asm] Have MSAsmStmts use the generic EmitAsm...
2012-08-28 Aaron BallmanSplitting the duplicated decl spec extension warning...
2012-08-28 Jordan Rose[analyzer] Teach CallEventManager that CXXTemporaryObje...
2012-08-28 Jordan Rose[analyzer] When we look for the last stmt in a function...
2012-08-28 Ted KremenekAutomatically use more cores when the test build uses...
2012-08-28 Ted KremenekConsolidate helper methods and configuration logic...
2012-08-28 Peter CollingbourneCUDA: give static storage class to __shared__ and __con...
2012-08-28 Peter CollingbourneCUDA: give correct address space to globals declared...
2012-08-28 Chad RosierTidy up.
2012-08-28 Chad Rosier[ms-inline asm] Have generateAsmString() return the...
2012-08-28 Chad Rosier[ms-inline asm] Add constraints to MSAsmStmt. We don...
2012-08-28 Ted KremenekPass --use-analyzer to scan-build when running within...
2012-08-28 Chad Rosier[ms-inline asm] Rename EmitGCCAsmStmt to EmitAsmStmt...
2012-08-28 Ted Kremenekexperimental.security.taint is now alpha.security.taint
2012-08-28 Chad Rosier[ms-inline asm] Use dyn_cast<> here to simplify logic.
2012-08-28 Jordan Rose[analyzer] Don't purge dead symbols at the end of calls...
2012-08-28 Benjamin KramerMake test pass in Release builds, which use a different...
2012-08-28 Michael LiaoMerge test case for PR13704 into exprs.c to reduce...
2012-08-28 Chad Rosier[ms-inline asm] Make the AsmStmt class non-virtual.
2012-08-28 Michael LiaoFix PR13704
2012-08-28 Ted KremenekFix passing of -analyzer-max-loop from scan-build to...
2012-08-28 Hans WennborgWarn about suspicious implicit conversions from floatin...
2012-08-28 Roman DivackyCleanup FreeBSD linking and add support for -pie.
2012-08-28 Simon AtanasyanCheck for MIPS target availability for Driver/mips...
2012-08-28 Rafael EspindolaFix for assertion when solving unresolved templates.
2012-08-28 Dmitri GribenkoFix a -Wdocumentation warning.
2012-08-28 Dmitri GribenkoMerging consecutive comments: be more conservative.
2012-08-28 Dmitri GribenkoFix a -Wdocumentation warning.
2012-08-28 Jordan Rose[analyzer] Rename addTrackNullOrUndefValueVisitor to...
2012-08-28 Jordan Rose[analyzer] Refactor FindLastStoreBRVisitor to not find...
2012-08-28 Jordan Rose[analyzer] If the last store into a region came from...
2012-08-28 Jordan Rose[analyzer] Rename CallEvent::mayBeInlined to CallEvent...
2012-08-28 Chad Rosier[ms-inline asm] Hoist more common code into the AsmStmt...
2012-08-28 Argyrios Kyrtzidis[libclang] When determining the cursor via a location...
2012-08-27 Chad Rosier[ms-inline asm] Add virtual function, getClobber, that...
2012-08-27 Chad Rosier[ms-inline asm] Hoist getNumClobbers into base class.
2012-08-27 Chad Rosier[ms-inline asm] Rename getClobber to getClobberStringLi...
2012-08-27 Benjamin KramerCodeGen: Hoist check from recursive function to its...
2012-08-27 Benjamin KramerCodeGen: When emitting stores for an initializer, only...
2012-08-27 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2012-08-27 Chad Rosier[ms-inline asm] Add a few comments.
2012-08-27 Chad Rosier[ms-inline asm] Hoist common Expr handling logic into...
2012-08-27 Simon AtanasyanMIPS: Use -G option to specify MIPS section threshold...
2012-08-27 Chad Rosier[ms-inline asm] Rename GenerateAsmString to generateAsm...
2012-08-27 Jordan Rose[analyzer] Look through casts when trying to track...
2012-08-27 John McCallRestore a -cc1 invariant that was causing problems...
2012-08-27 Chad Rosier[ms-inline asm] Base class AsmStmt implements these.
2012-08-27 Chad Rosier[ms-inline asm] Hoist common logic into the AsmStmt...
2012-08-27 Chad Rosier[ms-inline asm] Add a new base class, AsmStmt, for...
2012-08-27 Manuel KlimekThis is a temporary solution until we have a better...
2012-08-27 Jordan Rose[analyzer] Don't inline constructors for objects alloca...
2012-08-27 Jordan Rose[analyzer] Update inlining design notes for r162681.
2012-08-27 Anna Zaks[analyzer] More internal stats collection.
2012-08-27 Chad RosierUpdate comment, per Jordan's suggestion.
2012-08-27 John McCallUse cast<> instead of static_cast. Patch by Timur...
2012-08-27 Chad RosierUpdate comment.
2012-08-27 Jordan Rose[analyzer] Inline constructors for any object with...
2012-08-27 Simon AtanasyanSupport MIPS DSP Rev2 intrinsics.
2012-08-27 John McCallTweak the ARC-requires-10.6 diagnostic according to...
2012-08-26 Manuel KlimekUpdate reference docs to latest changes.
2012-08-25 Eli FriedmanFix a CodeGen bug where we would skip zero-initializati...
2012-08-25 Richard SmithRemove spurious string literal for bool argument.
2012-08-25 Francois Pichet_HAS_CHAR16_T_LANGUAGE_SUPPORT is not predefined MSVC...
2012-08-25 Ted KremenekChange --with-analyzer to --use-analyzer, per sage...
2012-08-25 John McCallFix the CC-matching logic for instance methods in the...
2012-08-25 John McCallFix the mangling of function pointers in the MS ABI.
2012-08-25 Jordan Rose[analyzer] Use the common evalBind infrastructure for...
2012-08-25 Richard SmithStub out a release notes section on -fcatch-undefined...
2012-08-25 Richard SmithUpdate the user's manual for some of the new -fcatch...
2012-08-25 Richard Smith-fcatch-undefined-behavior: add the -ftrapv checks...
2012-08-25 Chad Rosier[ms-inline asm] As part of a larger refactoring, rename...
2012-08-25 NAKAMURA TakumiASTTests: Suppress TestCXXConstructorDecl11 on msvc...
next