]> granicus.if.org Git - clang/shortlog
clang
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...
2008-10-01 Ted KremenekUpdate checker build.
2008-10-01 Daniel Dunbarccc: Use CCC_NATIVE=1 by default.
2008-10-01 Daniel DunbarNeXT: Update to use CreateRuntimeFunction for the routi...
2008-10-01 Daniel DunbarAdd simple interface for protecting runtime functions...
2008-10-01 Ted KremenekAdd a QualType to ConjuredSymbol to represent the type...
2008-09-30 Ted KremenekSupport -mmacosx-version-min
2008-09-30 Ted KremenekSet reproducibility back to "Always"
2008-09-30 Daniel Dunbarccc: Add support for another batch of OS X linker optio...
2008-09-30 Daniel Dunbarccc: Infer action type upfront.
2008-09-30 Chris Lattnersimplify padding, just fold it into the earlier resize.
2008-09-30 Chris Lattnerfix a potential buffer overrun that Eli noticed
2008-09-30 Daniel DunbarFix help for --suppress-system-warnings
2008-09-30 Chris LattnerDocument assumptions that NumericLiteralParser makes...
2008-09-30 Chris LattnerHandle minor version numbers in __ENVIRONMENT_MAC_OS_X_...
2008-09-30 Chris LattnerFinish handling of -mmacosx-version-min. If you now...
2008-09-30 Daniel Dunbarscan-view: Remove some debugging prints.
2008-09-30 Ted KremenekUpdated checker build.
2008-09-30 Ted KremenekDefault reproducibility to "Not applicable"
2008-09-30 Daniel DunbarAdd diagnostic for .{lo,hi,e,o} on odd-sized extended...
2008-09-30 Ted KremenekMake "Performance" the default Radar classification...
2008-09-30 Ted KremenekMake a separate parameter class for "Radar classificati...
2008-09-30 Ted KremenekAdd "SelectionParameter" class to represent drop-down...
2008-09-30 Daniel DunbarChange ccc to not pass -x unknown down.
2008-09-30 Ted KremenekConditionally load/save default parameter value from...
2008-09-30 Ted KremenekUse objects to represent form parameters. This allows...
2008-09-30 Steve NaroffFix <rdar://problem/6191148> [sema] Objective-C method...
2008-09-30 Nuno Lopesfix test for latest changes in llvm asm representation
2008-09-30 Steve NaroffImproved fix for <rdar://problem/6247781> Parser reject...
2008-09-30 Nick LewyckyAdd missing include for use of atoi.
2008-09-30 Ted KremenekTabs -> Spaces.
2008-09-30 Ted KremenekRevert last patch, but add a fixme
2008-09-30 Ted KremenekWithin the transfer function of UnaryOperatorExpr,...
2008-09-30 Mon P WangAdded support for sse intrinsics loadlpd, loadhpd,...
2008-09-30 Chris Lattnerstart handling 'mmacosx-version-min', this is not compl...
2008-09-30 Daniel DunbarAdd infrastructure for proper @finally support.
2008-09-30 Chris LattnerThe definition of __ENVIRONMENT_MAC_OS_X_VERSION_MIN_RE...
2008-09-30 Chris Lattnerdefine __PASCAL_STRINGS__ whenever -fpascal-strings...
2008-09-30 Chris Lattner__ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ is a...
2008-09-30 Steve NaroffFix <rdar://problem/6247781> Parser rejecting properly...
2008-09-29 Ted KremenekUpdated checker build.
2008-09-29 Chris LattnerFix the root cause of PR2750 instead of the side effect.
2008-09-29 Ted KremenekReally don't add -isysroot twice.
2008-09-29 Ted KremenekDon't filter out -fpascal-strings.
2008-09-29 Chris LattnerFix va_arg handling to do argument decaying at the...
2008-09-29 Chris LattnerMake some methods const, add some helpers to FullSourceLoc,
2008-09-29 Chris Lattnermove ExtVectorElementExpr down into the 'clang extensio...
2008-09-29 Ted KremenekUpdate checker build.
2008-09-29 Steve NaroffAdd a random C99 comment/reference.
2008-09-29 Ted KremenekExtend 'IsLValType' to handle BlockPointerTypes.
2008-09-29 Steve NaroffTeach Sema::CheckAssignmentConstraints() to allow assig...
next