]> granicus.if.org Git - clang/shortlog
clang
2008-10-06 Chris Lattnera more efficient test for __builtin_classify_type
2008-10-06 Zhongxing XuFix typos.
2008-10-06 Anders CarlssonApparently gcc uses pi64 for the shift intrinsics.
2008-10-06 Anders CarlssonAdd the 'y' assembler constraint.
2008-10-06 Argyrios KyrtzidisAllow variadic arguments without named ones for C+...
2008-10-05 Anders CarlssonImplement support for the const and pure attributes.
2008-10-05 Argyrios KyrtzidisA tiny optimization; use isCXXFunctionDeclarator only...
2008-10-05 Chris Lattnermiscellaneous cleanups
2008-10-05 Chris Lattnermove __FLT_EVAL_METHOD__, __FLT_RADIX__, and __DECIMAL_...
2008-10-05 Chris Lattnerit helps when I save the file before testing and commit...
2008-10-05 Chris Lattnersuck the rest of the FP macros out of the targets into...
2008-10-05 Argyrios KyrtzidisAdd some text from the C++ standard and additional...
2008-10-05 Daniel DunbarSet svn:ignore on test/Parser/Output
2008-10-05 Chris Lattnerstart moving fp macros over
2008-10-05 Daniel DunbarAdd script for checking builtin macros verse another...
2008-10-05 Chris Lattnermove a bunch more integer sizing out of target-specific...
2008-10-05 Argyrios KyrtzidisHandle ambiguities between expressions and type-ids...
2008-10-05 Chris Lattnereliminate __USER_LABEL_PREFIX__ from the Targets.cpp...
2008-10-05 Chris Lattnergcc no longer defines __block to nothing when blocks...
2008-10-05 Chris Lattnerrearrange preprocessor macro definitions into language...
2008-10-05 Chris LattnerImplement PR2773, support for __USER_LABEL_PREFIX__
2008-10-05 Chris LattnerFix a problem reported in PR2766 that makes clang rejec...
2008-10-05 Argyrios KyrtzidisFound a subtle bug caused by an implicit enum-to-bool...
2008-10-05 Anders CarlssonAdd parsing of the sentinel attribute. Still need to...
2008-10-05 Anders CarlssonChange indentation for a couple of files in the Xcode...
2008-10-05 Chris LattnerWrap long lines and other minor cleanups, no functional...
2008-10-05 Anders CarlssonRemove copyright notice, we decided not to have them.
2008-10-05 Argyrios KyrtzidisMove the TentativeParsingResult enum closer to where...
2008-10-05 Argyrios KyrtzidisDisambiguate between a declaration or an expression...
2008-10-05 Argyrios KyrtzidisFix Parser::isCXXConditionDeclaration to properly resol...
2008-10-05 Argyrios KyrtzidisDisambiguate between a declaration or expression for...
2008-10-05 Argyrios KyrtzidisConsider GNU attributes when doing ambiguity resolution.
2008-10-05 Zhongxing XuRemove redundant parameter and rename StMgr to StateMgr.
2008-10-05 Daniel DunbarAdd X86 builtin code generation test case.
2008-10-05 Daniel DunbarImprove C language testing coverage.
2008-10-05 Daniel DunbarFix X86 palignr[128] builtins to match LLVM.
2008-10-05 Daniel DunbarAdd some builtins to codegen test case.
2008-10-05 Daniel DunbarMake VectorType printing less broken.
2008-10-05 Daniel DunbarFix another X86 builtin definitions.
2008-10-05 Daniel DunbarFix some X86 builtin definitions.
2008-10-05 Daniel DunbarAdd -rewrite-macros test case.
2008-10-05 Daniel DunbarAllow -verify to be used with -rewrite-macros.
2008-10-05 Daniel DunbarCoverage test for targets.
2008-10-05 Steve NaroffUpdate VC++ project file
2008-10-05 Daniel DunbarImprove codegen coverage tests.
2008-10-05 Daniel DunbarAdd dummy -ast-dump support for ObjC category implement...
2008-10-05 Steve NaroffRemove old diag that alerted the user to a limitation...
2008-10-05 Argyrios KyrtzidisAppend the test runs with '&&'.
2008-10-05 Argyrios KyrtzidisResolve ambiguous C++ statements (C++ 6.8p1).
2008-10-05 Steve NaroffCreate a function, eliminating some redundancy between...
2008-10-04 Steve NaroffFinish implementing copy/dispose helpers for imported...
2008-10-04 Daniel DunbarAdd coverage tests of C and Obj-C language features.
2008-10-04 Daniel DunbarSet exit code properly on "Unexpected program action".
2008-10-04 Daniel DunbarDesensitize env-include-paths.c to the directory it...
2008-10-04 Daniel DunbarSet svn:ignore on test/{Driver,Coverage}
2008-10-04 Daniel DunbarBug fix, CPATH="" does not add '.' to search path.
2008-10-04 Daniel DunbarAdd test/Driver.
2008-10-04 Daniel DunbarDe-XFAIL test/Parser/pragma-pack.c
2008-10-04 Chris Lattnerswitch to using -verify
2008-10-04 Chris LattnerMove the expected-warning lines to a place that clang...
2008-10-04 Daniel DunbarAdd Parser support for #pragma pack
2008-10-04 Daniel DunbarAdd Preprocessor::RemovePragmaHandler.
2008-10-04 Steve NaroffAdd indirection required for byref BlockDeclRefExpr's.
2008-10-04 Steve NaroffHandle bookkeeping for imported blocks (in SynthesizeBl...
2008-10-04 Ted KremenekAdd MemRegion.cpp to VS project.
2008-10-04 Steve NaroffCut/paste error...need to use the expression "name...
2008-10-04 Steve NaroffClear the map that associated the rewritten block with...
2008-10-04 Steve NaroffMoved main control flow functions to bottom of file.
2008-10-04 Ted KremenekUpdated checker build.
2008-10-04 Ted KremenekThis is a big patch, but the functionality change is...
2008-10-04 Zhongxing XuReverse the RHSBlock of LogicalOp && and ||
2008-10-03 Chris Lattneradd a disclaimer
2008-10-03 Chris Lattneradd a new Rewriter::getRewritenText method that returns...
2008-10-03 Steve NaroffRemove an old/vacuous if clause.
2008-10-03 Steve NaroffMore fun & games with the block rewriter.
2008-10-03 Daniel DunbarMerge postfix attributes on record decls.
2008-10-03 Daniel DunbarRemove a FIXME.
2008-10-03 Steve NaroffRewrite global block expressions.
2008-10-03 Steve Naroff- Add a convenience constructor to Type.
2008-10-03 Steve NaroffRework SynthesizeBlockImpl() to include a constructor.
2008-10-03 Daniel DunbarPass postfix attributes to ActOnFields (mismarked a...
2008-10-03 Daniel DunbarPass postfix attributes to ActOnFields.
2008-10-03 Daniel DunbarBug fix, ccc was passing -std twice.
2008-10-03 Steve NaroffGet the right location to insert the synthesized block...
2008-10-03 Steve NaroffAdd getTypeSpecStartLoc() to VarDecls and FunctionDecls.
2008-10-02 Steve NaroffName changes and some cleanup of preamble.
2008-10-02 Daniel DunbarAdd Builtins.def attribute for "can be a constant expre...
2008-10-02 Daniel DunbarAdd support for format string checking of object-size...
2008-10-02 Daniel DunbarEmit error unsupported for break/continue/goto inside...
2008-10-02 Daniel DunbarFix ccc handling of -mmacosx-version-min.
2008-10-02 Steve NaroffChanged Sema::CheckForConstantInitializer to allow...
2008-10-02 Daniel Dunbar(LLVM up) Rename IRBuilder::IsNonNull -> IsNotNull.
2008-10-02 Daniel DunbarUnbreak build: claim an extra bit for BuiltinID.
2008-10-02 Daniel Dunbar(llvm up) If the target triple is unspecified, automati...
2008-10-02 Daniel DunbarDrop code to validate OS part of target triple on darwi...
2008-10-01 Ted KremenekEnhance NSError** checking with analogous checking...
2008-10-01 Mon P WangAdded SSE4.1 blend intrinsics
2008-10-01 Ted KremenekUpdated checker build.
2008-10-01 Ted KremenekAdded test case.
2008-10-01 Ted KremenekUse LVal::IsLValType(T) instead of checking to see...
next