]> granicus.if.org Git - clang/shortlog
clang
2009-02-03 Daniel DunbarMove ABIArgInfo into CGFunctionInfo, computed on creation.
2009-02-03 Chris LattnerContent Cache only needs to be 4-byte aligned. Since...
2009-02-03 Daniel DunbarMove ABIInfo/ABIArgInfo classes into ABIInfo.h
2009-02-03 Douglas GregorSimplify the way in which we inject the names of tag...
2009-02-03 Fariborz Jahanianobjc2's ir-gen for nonfragile ivar access.
2009-02-03 Daniel DunbarMemoize CGFunctionInfo construction.
2009-02-02 Mike StumpFormatting fix.
2009-02-02 Daniel DunbarChange CGFunctionInfo args iterator to not include...
2009-02-02 Douglas GregorAdd a macro-based enumeration of all of the Decl nodes...
2009-02-02 Daniel DunbarThread CGFunctionInfo construction through CodeGenTypes.
2009-02-02 Mike StumpUse the updated CommandLine api for -fno-blocks.
2009-02-02 Nuno Lopesemit diagnostic when casting a ptr to a small int when...
2009-02-02 Nuno Lopesfix TryToFixInvalidVariablyModifiedType to reject negat...
2009-02-02 Douglas GregorSteve set me straight on this one. GCC was right, EDG...
2009-02-02 Daniel DunbarMore ABI API cleanup.
2009-02-02 Ted KremenekClean up indentation.
2009-02-02 Daniel DunbarABI handling API changes.
2009-02-02 Douglas GregorAdd iterators to LookupResult, allowing one to iterate...
2009-02-02 Ted KremenekAnalysisConsumer:
2009-02-02 Fariborz JahanianRefactored code gen for ivar access in preparation for
2009-02-02 Daniel DunbarShuffle some functions around, no functionality change.
2009-02-02 Douglas GregorSplit specific_decl_iterator, which had a run-time...
2009-02-02 Steve NaroffChange the ObjC type encoding for block pointer types...
2009-02-02 Daniel DunbarAdd FIXME.
2009-02-02 Douglas GregorSlim down the specific_decl_iterator, since NULL denote...
2009-02-02 Douglas GregorCheck value-initializations that occur when an initiali...
2009-02-02 Steve NaroffRewriteObjC::RewriteBlockDeclRefExpr(): Add parens...
2009-02-02 Nuno Lopesallow cast from array to int to be considered as constant
2009-02-02 Nuno Lopesavoid creating tmp files elsewhere
2009-02-02 Nuno Lopesfix PR3459: improve compatibility with gcc when checkin...
2009-02-01 Eli FriedmanFix for PR3447: use padded sizes for computations on...
2009-01-31 Anders CarlssonForgot to add this test.
2009-01-31 Daniel DunbarRemove unused overload of GetFunctionType.
2009-01-31 Daniel DunbarInitialize CGFunctionInfo isVariadic bit correctly.
2009-01-31 Fariborz JahanianUse target alignment API to set objc2's meta-data
2009-01-31 Daniel DunbarErr, unbreak my previous "no functionality change commi...
2009-01-31 Daniel DunbarKill off CGCallInfo, always use CGFunctionInfo for...
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...
next