]> granicus.if.org Git - clang/shortlog
clang
2011-04-07 Ted KremenekTeach -Wuninitialized to not warn about variables decla...
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Add test case.
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags...
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Output main file name,...
2011-04-07 Daniel DunbarFronted/CC_LOG_DIAGNOSTICS: Tweak output form to be...
2011-04-07 Daniel DunbarFrontend: Continue flushing out LogDiagnosticPrinter.
2011-04-07 Daniel DunbarFrontend: Sketch a LogDiagnosticPrinter object, and...
2011-04-07 Daniel DunbarChainedDiagnosticClient: Fix a bug where chained diagno...
2011-04-07 Daniel DunbarFrontend: Sketch support for -diagnostic-log-file,...
2011-04-07 Argyrios KyrtzidisEnhance the Rewriter.
2011-04-07 Argyrios KyrtzidisAdd FullSourceLoc::BeforeThanCompare. a comparison...
2011-04-07 Daniel DunbarDriver: Sketch driver support for a CC_LOG_DIAGNOSTICS...
2011-04-07 Ken Dyck[Reapply r128776, modified so that it does not break...
2011-04-07 Abramo BagnaraIn C++ the argument of logical not should always be...
2011-04-07 John McCallBasic, untested implementation for an "unknown any...
2011-04-07 Ken Dyck[Reapply r128773. This is not the source of the issues...
2011-04-07 Ken Dyck[Reapply r128771. It wasn't the source of the issues...
2011-04-07 Ken DyckReapply r128770. It's not the cause of the issues Devan...
2011-04-06 John McCallI can't figure out any reasonable way to make this...
2011-04-06 Anders CarlssonWide Pascal strings should be of type wchar_t[] and...
2011-04-06 Fariborz JahanianFix lookup for class messages sent to qualified-class
2011-04-06 Eric ChristopherAdd support for Fedora16, gcc 4.6.0 and Fedora Rawhide.
2011-04-06 John ThompsonAdded link to LLVM cmake page in Visual Studio section.
2011-04-06 Fariborz JahanianRefine rules for atomic property api to
2011-04-06 Peter CollingbourneDo not use IR marker for LLVM intrinsics
2011-04-06 Peter CollingbourneIf this is an intrinsic function, set the function...
2011-04-06 John McCallWhen updating the retain summary based on {cf,ns}_consu...
2011-04-06 John McCallMake this a -cc1 test with a triple and a target feature.
2011-04-06 John McCallAnonymify this test.
2011-04-06 John McCallImplement the AVX cmp builtins as macros instead of...
2011-04-06 John McCallDiagnose a missing ')' on what looks like a statement...
2011-04-06 John McCallFix getLocForEndOfToken to not double-count spurious...
2011-04-06 Devang PatelAdd a test case for r128957. It fixed a bug!
2011-04-05 Devang PatelSimplify.
2011-04-05 Fariborz JahanianFixes a regression caused by my last patch.
2011-04-05 Devang PatelEmit debug info for function template parameters.
2011-04-05 Ted KremenekAdd ToolChain support to get Clang to recognize Ubuntu...
2011-04-05 Fariborz JahanianGenerate atomic api for atomic properties (x86 and...
2011-04-05 Chandler CarruthCommit a bit of a hack to fully handle the situation...
2011-04-05 Devang PatelRemove unintentional check-in.
2011-04-05 Roman DivackyEnable sse4 and aes for SandyBridge. Leave avx support...
2011-04-05 Devang PatelFix typo.
2011-04-05 Lenny MaioraniAdd security syntax checker for strcat() which causes...
2011-04-05 Devang PatelUse TemplateParameterList to extract template parameter...
2011-04-05 Andrew TrickAdded *hidden* flags -print-options and -print-all...
2011-04-05 Andrew Trickwhitespace
2011-04-05 Chandler CarruthSimplify the tracking of when to issue a fixit hint...
2011-04-05 Chandler CarruthSeparate the logic for issuing the initialization fixit...
2011-04-05 Chandler CarruthBegin refactoring the uninitialized warning code that...
2011-04-05 Michael J.... Fix spelling.
2011-04-05 Chandler CarruthFix PR9624 by explicitly disabling uninitialized warnin...
2011-04-05 Devang PatelRefactor.
2011-04-05 David ChisnallFix copy-and-paste bug that I introduced while tidying...
2011-04-05 Eric ChristopherMake this const, there's probably no harm in it and...
2011-04-05 Chandler CarruthCleanup the style of some of this code prior to functio...
2011-04-05 Chandler CarruthRefactor one helper function to merely forward to anoth...
2011-04-05 NAKAMURA Takumidocs/UsersManual.html: Fix some inconsistent HTML elements.
2011-04-05 NAKAMURA Takumidocs/UsersManual.html: """ize in a paragraph....
2011-04-05 Sandeep PatelSet AAPCS-VFP calling convention accordingly and hard...
2011-04-05 Ted KremenekFilter our experimental checks in scan-build's checker...
2011-04-05 Argyrios KyrtzidisFix building with gcc.
2011-04-04 Ted KremenekFix PR 9626 (duplicated self-init warnings under -Wunin...
2011-04-04 Devang PatelEliminate conservative check that is covered by isIncom...
2011-04-04 Devang PatelIncomplete type does not have any size.
2011-04-04 Argyrios KyrtzidisAlso update CMakeList.txt
2011-04-04 Argyrios KyrtzidisAdd missing file for my previous commit.
2011-04-04 Argyrios KyrtzidisMove Driver::createInvocationFromArgs function to Front...
2011-04-04 Sandeep PatelExplain why layout prefers 32 for small types on Thumb.
2011-04-04 Argyrios KyrtzidisChange test/Analysis/idempotent-operations.c to output...
2011-04-04 Argyrios KyrtzidisIntroduce Driver::createInvocationFromArgs used to...
2011-04-04 Ted Kremenek-Wuninitialized: use "self-init" warning when issue...
2011-04-04 Devang PatelRevert r128770, r128771, r128773 and r128776 for now...
2011-04-04 Ted Kremenek-Wuninitialized: don't warn about uninitialized variabl...
2011-04-04 Ted Kremenek-Wuninitialized: don't issue fixit for initializer...
2011-04-04 Ted KremenekWhen emitting a "too many arguments to function call...
2011-04-04 Bob WilsonChange ARM data layout strings to match llvm-gcc.
2011-04-04 NAKAMURA Takumidocs/UsersManual.html: Add cygming notes.
2011-04-04 Eli FriedmanPR9585: add __decltype as a keyword. While I'm here...
2011-04-04 Eli FriedmanPR9615: make sure we destroy any temporaries returned...
2011-04-03 Richard Smithclang has had full and tested support for C++0x trailin...
2011-04-03 Lenny MaioraniRefactoring the security checker a little bit so that...
2011-04-03 Ted Kremenekstatic analyzer: Add a new ProgramPoint PostCondition...
2011-04-03 Ted KremenekFix RegionStore bug when doing a field load whose paren...
2011-04-02 Nico WeberMake -Wheader-hygiene not complain about USING_NAMESPAC...
2011-04-02 Argyrios Kyrtzidis[analyzer] Simplify CheckerFn template and use it more...
2011-04-02 Ken DyckChange the return type of CodeGenVTables::getVirtualBas...
2011-04-02 Ken DyckUse CharUnits for the offsets in the VirtualBaseClassOf...
2011-04-02 Ken DyckUse CharUnits for the offset type in the ClassNamesAndO...
2011-04-02 Ken DyckUse CharUnits for the offsets in the VBaseOffsetOffsets...
2011-04-02 Chandler CarruthApply a bug-fix patch from Marcin Kowalczyk to the...
2011-04-02 Zhongxing XuRemove a redundant method. We have a const version.
2011-04-02 Ted KremenekTeach IdempotentOperationsChecker about paths aborted...
2011-04-02 Ted Kremenekstatic analyzer: Rename 'BlocksAborted' to 'BlocksExhau...
2011-04-02 Ken DyckConvert BaseOffset::NonVirtualOffset to CharUnits....
2011-04-02 Ken DyckConvert offset parameters and return values of VTableCo...
2011-04-02 Ken DyckConvert the offsets in VCallOffsetMap to CharUnits...
2011-04-02 Ken DyckConvert offset parameters of VTableBuilder::IsOverrider...
2011-04-01 Fariborz JahanianFixes a rewriter bug rewriting call to a byref
2011-04-01 Daniel DunbarDriver/Darwin: Tweak simulator link logic a bit more...
2011-04-01 Fariborz JahanianANother rewrite bug, rewriting a call of
next