]> granicus.if.org Git - clang/shortlog
clang
2009-01-31 Ted KremenekUpdate checker build.
2009-01-31 Anders CarlssonAdd sema support for the cleanup attribute.
2009-01-31 Fariborz Jahanianclass meta-data belong to __objc_data section (in objc2
2009-01-31 Fariborz JahanianRecognize class's visibility attribute and set its...
2009-01-31 Daniel Dunbarx86_64 ABI: Retool classification to compute lo & hi...
2009-01-30 Fariborz JahanianMissed another mis-alignment of an objc2 meta-data.
2009-01-30 Douglas GregorImprove our handling of the second step in a user-defin...
2009-01-30 Anders CarlssonFix typo noticed by Chris.
2009-01-30 Anders CarlssonTurn on -flax-vector-conversions by default, issue...
2009-01-30 Fariborz JahanianSetting correct alignent for objc2 meta-data.
2009-01-30 Daniel Dunbarx86_64 ABI: Fix more thinkos, straddling computation...
2009-01-30 Douglas GregorUpgrade the "excess elements in array initializer"...
2009-01-30 Douglas GregorImplement and test aggregate initialization in C++...
2009-01-30 Fariborz Jahanianadd imag_info section and data (for objc2 nonfragile...
2009-01-30 Daniel Dunbarx86_64 ABI: Fix thinko in prev commit, 64-bit vectors...
2009-01-30 Ted KremenekFix horrible non-termination bug in LiveVariables....
2009-01-30 Fariborz JahanianGenerate list of implemented classes and categories...
2009-01-30 Chris LattnerDiagnosticKinds.def is gone.
2009-01-30 Chris Lattnermemset takes an int, not a char.
2009-01-30 Daniel Dunbarx86_64 ABI: Pass <1 x double> in memory. This is arguab...
2009-01-30 Ted KremenekMove method out-of-line.
2009-01-30 Ted KremenekFix inverted logic in ParentMap::hasParent()
2009-01-30 Chris Lattnerwire up -fno-show-source-location option, patch by...
2009-01-30 Fariborz JahanianCode gen. for @protocol expression in the new nonfragil...
2009-01-30 Chris Lattneradd testcase for PR3437 and r63405
2009-01-30 Daniel DunbarRemove testing -use-x86_64-abi option; current implemen...
2009-01-30 Chris Lattneravoid emitting a bogus line marker for the top level...
2009-01-30 Daniel Dunbarx86_64 ABI: Split small vectors which cross an eightbyt...
2009-01-30 Douglas GregorClosed out a few radars that were addressed by designat...
2009-01-30 Chris Lattner" Attached is a patch for TextDiagnosticPrinter that...
2009-01-30 Douglas GregorSwitch Type::isAggregateType to use the C++ definition...
2009-01-30 Anders CarlssonMake sure to cast the VLA size of array to the type...
2009-01-30 Steve NaroffSimplify/cleanup r63219 (based on Chris review).
2009-01-30 Nuno Lopesfix RUN line
2009-01-30 Nuno Lopesenable test as it works
2009-01-30 Nuno Lopesenable test as it already works
2009-01-30 Mike StumpAdd -fno-blocks support. This fixes block-no-block...
2009-01-30 Daniel Dunbarx86_64 ABI: Implement classification for arrays.
2009-01-30 Anders CarlssonImplement constant generation of ImplicitValueInitExprs.
2009-01-30 Daniel Dunbarccc: Forward -fobjc-nonfragile-abi to clang.
2009-01-30 Chris Lattnerupdate for change in API.
2009-01-30 Douglas GregorEliminated LookupCriteria, whose creation was causing...
2009-01-30 Daniel DunbarUse uint64_t not unsigned for type sizes/offsets.
2009-01-30 Fariborz JahanianBug fixing involving method-list in protocol meta-data
2009-01-30 Daniel Dunbarccc: Add -Xclang option, rename -WA, to -Xanalyzer.
2009-01-30 Daniel Dunbarccc: Mark -combine option as unsupported.
2009-01-30 Ted KremenekFix a couple bugs:
2009-01-29 Daniel Dunbarccc: Embrace destiny as a clang compiler driver.
2009-01-29 Daniel DunbarFix name of -x option for C preprocessed input; it...
2009-01-29 Fariborz JahanianRandom bug fix related to protocl metadata in categories in
2009-01-29 Ted Kremenekretain/release checker: When generating summaries for...
2009-01-29 Daniel DunbarABITest: Makefile tweaks
2009-01-29 Fariborz JahanianSet protocol linkage and visibility correctly and
2009-01-29 Douglas GregorMake CodeGen produce an error if we come across a non...
2009-01-29 Fariborz JahanianProtocol meta-data for objc2's non-fragile abi.
2009-01-29 Chris Lattnerdiags moved, so these casts are no longer needed.
2009-01-29 Steve NaroffHack Sema::LookupDeclInScope() to avoid calling Sema...
2009-01-29 Chris Lattnerremove two empty files
2009-01-29 Chris Lattnernext round of diagnostics cleanups, moving some
2009-01-29 Douglas GregorIntroduce a new expression node, ImplicitValueInitExpr...
2009-01-29 Douglas GregorClean up designated initialization of unions, so that...
2009-01-29 Douglas GregorSuppress a warning
2009-01-29 Daniel Dunbarx86_64 ABI: Handle fields / complex components which...
2009-01-29 Daniel DunbarABITest: Fix access to array test values.
2009-01-29 Daniel Dunbarx86_64 ABI: Tweak merging algorithm so that we always...
2009-01-29 Daniel DunbarABI: When emitting calls which return an ignored argume...
2009-01-29 Daniel Dunbarx86_64 ABI: Implement classification for records.
2009-01-29 Daniel DunbarABITest: Fix test value generation for unions.
2009-01-29 Daniel Dunbarx86_64: Support cases which map to returning multiple...
2009-01-29 Daniel Dunbarx86_64 ABI: Classify _Complex ints as integer.
2009-01-29 Chris LattnerFix -Wimplicit-function-declaration, which required...
2009-01-29 Daniel DunbarFix typo
2009-01-29 Daniel DunbarEvaluate ==,!= for complex types.
2009-01-29 Daniel DunbarUse xcc (instead of clang directly).
2009-01-29 Daniel DunbarEvaluate casts to complex.
2009-01-29 Daniel Dunbarccc: Honor -ccc-clang for generic GCC toolchain.
2009-01-29 Chris Lattnerupdate the project file for headers moving
2009-01-29 Chris LattnerFix a wart that existed from before we had EXTWARN.
2009-01-29 Chris Lattnermove library-specific diagnostic headers into library...
2009-01-29 Chris Lattnerfix an absolutely inscrutible gcc 4.0 error:
2009-01-29 Daniel DunbarAdd folding for complex mul and fix some major bugs...
2009-01-29 Douglas GregorAdd another devilish testcase for designated initializers
2009-01-29 Douglas GregorBetter documentation for our initialization checker
2009-01-29 Douglas GregorMove InitListChecker out of Sema.h
2009-01-29 Douglas GregorEliminate infinite looping in a wacky case with designa...
2009-01-29 Steve NaroffRefactor Sema::LookupDecl() into 2 functions: LookupDec...
2009-01-28 Douglas GregorRemove Expr::hasSideEffects. It doesn't work anyway
2009-01-28 Douglas GregorImprovements to code-generation and semantic analysis...
2009-01-28 Fariborz JahanianAdd setter/getter methods to the list of methods
2009-01-28 Ted KremenekRemove '#if 0' code.
2009-01-28 Ted KremenekRemove method 'AddNE' from the public interface of...
2009-01-28 Daniel DunbarImplement basic _Complex integer constant folding.
2009-01-28 Fariborz Jahanianproperty metadata for objc2's nonfragile abi
2009-01-28 Ted KremenekAdd some comments to GRStateManager. No functionality...
2009-01-28 Douglas GregorCode generation support for C99 designated initializers.
2009-01-28 Ted Kremenekretain/release checker: Always generate an "autorelease...
2009-01-28 Daniel DunbarHandle complex types in ASTContext::mergeTypes
2009-01-28 Ted KremenekAdd autorelease test case.
2009-01-28 Ted KremenekAdd more PTH diagnostics for invalid PTH files, etc.
2009-01-28 Ted KremenekEnhance PTHManager::Create() to take an optional Diagno...
next