]> granicus.if.org Git - clang/shortlog
clang
2010-07-16 Ted KremenekAdd missing header file.
2010-07-16 Ted KremenekAdd most of the boilerplate support for scanf format...
2010-07-16 Ted KremenekAdd builtin definition for scanf, including extending...
2010-07-16 Eli FriedmanFix for PR3800: make sure not to evaluate the expressio...
2010-07-16 Daniel DunbarBuiltins/ARM: __clear_cache doesn't seem to have a...
2010-07-16 Daniel DunbarIRgen: Support user defined attributes on block runtime...
2010-07-16 Daniel DunbarIRgen: Move blocks runtime interfaces to CodeGenModule.
2010-07-16 Daniel DunbarSuppress !+Asserts warning.
2010-07-15 John McCallWhen deferring the emission of declarations with initia...
2010-07-15 Devang PatelSet "optimization is ON" and supply other optional...
2010-07-15 Douglas GregorImprove test case. Thanks Eli
2010-07-15 Douglas GregorDon't suppress the emission of available_externally...
2010-07-15 Devang PatelMark implementation generated methods as artificial.
2010-07-15 John McCallAfter some discussion, the ABI list settled on a much...
2010-07-15 Douglas GregorWhen we're performing tentative parsing to determine...
2010-07-15 Daniel Dunbarbuild/Darwin: Add missing Info.plist template.
2010-07-15 Daniel Dunbarbuild/Darwin: Enable version information for clang...
2010-07-15 Douglas GregorReinstate the scalar-cast-to-const-reference improvemen...
2010-07-15 Douglas GregorMake the "unused result" warning a warning about run...
2010-07-15 Douglas GregorRevert r108431 and r108433 (the cast-to-const-reference...
2010-07-15 Douglas GregorAdd test case for PR5290; this bug was fixed with the...
2010-07-15 Devang PatelRevert 108220 and subsequent patch.
2010-07-15 Douglas GregorSpell isPRValue() properly.
2010-07-15 Douglas GregorTeach CodeGenFunction::EmitCastLValue() to handle casts...
2010-07-15 Douglas GregorCK_BitCast is not an lvalue bitcast any longer
2010-07-15 Daniel DunbarDriver/Darwin: Resolve deployment target defaulting...
2010-07-15 Daniel DunbarDriver/Darwin: Allow -m{ios,macosx}-version-min= to...
2010-07-15 Daniel DunbarCodeGen: Tweak ABI handling for Minix, patch by Kees...
2010-07-15 Chris Lattnersee comment.
2010-07-15 Daniel DunbarDriver: Support 'clang -x ir ...'.
2010-07-15 Chris Lattnerrestrict the && -> & warning to cover a case daniel...
2010-07-14 Sebastian RedlAdd a callback interface that allows interested parties...
2010-07-14 Daniel DunbarCodeGen/ObjC/NeXT: Fix Obj-C message send to match...
2010-07-14 Sebastian RedlThere is another implementation of PCHReaderListener...
2010-07-14 Douglas GregorWhen determining whether an overload set with explicit...
2010-07-14 Benjamin KramerPass StringRefs by value.
2010-07-14 Douglas GregorWhen there are extra or missing template parameter...
2010-07-14 Douglas GregorAdd lvalue-bitcast support for complex numbers.
2010-07-14 Sebastian RedlIncrease the max PCH level for declarations to 7. Add...
2010-07-14 Daniel DunbarDriver: When re'execing clang, use path to the main...
2010-07-14 Daniel DunbarDriver: Remove some unused arguments.
2010-07-14 Fariborz JahanianDon't error when doing default property synthesis
2010-07-14 Sebastian RedlMake PCHReader cope with PCH files containing more...
2010-07-14 Douglas GregorOnly filter out names reserved for the implementation...
2010-07-14 Fariborz JahanianConsider obective-c pointer arguments as valid sentinel...
2010-07-14 John McCallFix the mangling of template template arguments, which...
2010-07-14 Chandler CarruthWire up '-Wignored-qualifiers' to the warning on 'const...
2010-07-14 Douglas GregorAdd test case that was causing an infinite loop when...
2010-07-14 John McCallRemove a few mangling FIXMEs:
2010-07-14 John McCallImplement the standard mangling for array-subscript...
2010-07-14 Douglas GregorFix typo in test program
2010-07-13 Daniel DunbarDriver/Darwin: Pass -pie/-no_pie to the linker when...
2010-07-13 Douglas GregorAdd missing testcases for lvalue bitcasts
2010-07-13 John McCallWork around an obnoxious GCC warning by changing semant...
2010-07-13 Douglas GregorIntroduce a new cast kind for an "lvalue bitcast",...
2010-07-13 Nick LewyckyAdd __builtin_snprintf.
2010-07-13 John McCallSwitch the __cxa_rethrow cleanup to be lazy.
2010-07-13 John McCallAllow for the possibility that __cxa_end_catch might...
2010-07-13 Fariborz JahanianCheck on property attributes which are declared
2010-07-13 John McCallSwitch the __cxa_free_exception cleanup to be lazy.
2010-07-13 Fariborz JahanianSet DeclContext of ParamVarDecl only. No need
2010-07-13 John McCallTeach IR generation how to lazily emit cleanups. This...
2010-07-13 Sebastian RedlAdd two small utility functions to PCHReader that the...
2010-07-13 Fariborz JahanianMore block instantiation stuff. Set variable/param...
2010-07-13 Chris LattnerAdd a warning to catch a bug recently caught by code...
2010-07-13 Chris Lattner80 column issues.
2010-07-13 Douglas GregorWhenever we're creating an expression that is typically...
2010-07-13 Chandler CarruthSilence Doug's favorite GCC warning.
2010-07-13 Devang PatelAdd volatile qualifiers for "this".
2010-07-13 Douglas GregorProperly add to 32
2010-07-13 Douglas GregorDowngrade the "when type is in parentheses, array canno...
2010-07-13 Argyrios KyrtzidisModify the pragma handlers to accept and use StringRefs...
2010-07-13 Douglas GregorImprove diagnostics for the "type qualifier on return...
2010-07-13 Douglas GregorWhen computing the canonical profile of a DeclRefExpr...
2010-07-13 Douglas GregorWhen forming a function call or message send expression...
2010-07-13 Douglas GregorDiagnose typedef of an operator name. Fixes PR7462
2010-07-13 John McCallCheck in this -Wconversion C++ test case that's been...
2010-07-13 Douglas GregorComplain when an unnamed enumeration has no enumeration...
2010-07-13 Douglas GregorReinstate the optimization suppressing available_extern...
2010-07-13 Devang Patelconst qualify debug info for "this" for const methods.
2010-07-13 Fariborz JahanianInstantiate attributes when first building an instantiated
2010-07-13 Douglas GregorProvide a special diagnostic for attempts to explicitly...
2010-07-12 Douglas GregorFix a documentation paste-o and eliminate a useless...
2010-07-12 Craig SilversteinWe should not be recursing over the shadow definitions...
2010-07-12 Sebastian RedlProduce an error on encountering a pointer or reference...
2010-07-12 Devang PatelWhile collecting members for a class, always create...
2010-07-12 Sebastian RedlSplit the normal and chained PCH writing paths and...
2010-07-12 Argyrios KyrtzidisRemove the check for repeated tok::eofs, we are not...
2010-07-12 Argyrios KyrtzidisSimplify code using the new FoldingSetImpl::InsertNode...
2010-07-12 Fariborz JahanianCopy over attributes to instantiated variable.
2010-07-12 Douglas GregorSpeculatively revert r108156; it appears to be breaking...
2010-07-12 Argyrios KyrtzidisIf we are past tok::eof and in caching lex mode, avoid...
2010-07-12 Douglas GregorAdd a -code-completion-timing= mode to c-index-test...
2010-07-12 Fariborz JahanianCompute Type dependent-ness of BlockDeclRefExpr
2010-07-12 Ted KremenekAdd test case for <rdar://problem/8177927> (which trigg...
2010-07-12 Fariborz JahanianMove setting of Dependent Type to BlockDeclRefExpr's
2010-07-12 Douglas GregorDo not generate LLVM IR for available_externally functi...
2010-07-12 Chandler CarruthFix another aspect of PR7047, macro expansions. Previou...
2010-07-12 Chris Lattnerwe do in fact have to cache the EOF token returned...
2010-07-12 Chris Lattnerrevert a hunk of code that Argiris added in r106213...
next