]> granicus.if.org Git - clang/shortlog
clang
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...
2008-09-29 Steve NaroffFix <rdar://problem/6251012> clang: Blocks are objects...
2008-09-29 Ted KremenekDiscard extra -isysroot options. This fixes:
2008-09-29 Daniel DunbarFix braindead bug, ID number was hardcoded.
2008-09-29 Steve NaroffFix <rdar://problem/6253149> property declaration doesn...
2008-09-29 Nico Weberwhitespace and comment changes, to fix grammar and...
2008-09-28 Steve NaroffChange a NOTE to a FIXME based on feedback from clattner.
2008-09-28 Ted KremenekUpdated checker build.
2008-09-28 Steve NaroffFix <rdar://problem/6252129> implementation of method...
2008-09-28 Steve NaroffFix <rdar://problem/6252108> assigning to argument...
2008-09-28 Chris LattnerFix rdar://6252231 - cannot call vsnprintf with va_list...
2008-09-28 Chris LattnerReplace a comparison with a static list of builtins...
2008-09-28 Chris LattnerFix rdar://6251437, references to enum constant decls...
2008-09-28 Ted KremenekAdd "Path Length" back to the table of bug reports.
2008-09-28 Steve NaroffFix <rdar://problem/6252216> compare block to NULL.
2008-09-28 Daniel DunbarAdd support for implicit rethrows in @catch blocks.
2008-09-28 Daniel DunbarSkip redundant if.
2008-09-28 Steve NaroffFix <rdar://problem/6252226> parser thinks block argume...
2008-09-27 Daniel Dunbar(Update LLVM) Clean up obj-c exception generation to...
2008-09-27 Daniel DunbarBug fix, codegen @catch(id<X> ...) acceptably.
2008-09-27 Ted KremenekRevert 56735. The old bug categories were more informa...
2008-09-27 Daniel DunbarSimplify generate code for exceptions:
2008-09-27 Daniel DunbarPrefer llvm::Function::addFnAttr(...) to F->addAttribut...
2008-09-27 Daniel DunbarSimplify code to emit the unified return block and...
2008-09-27 Daniel DunbarBug fix, make sure to initialize exception object ...
2008-09-27 Daniel DunbarEasy fix for nasty bug, exception data buffer had wrong...
2008-09-27 Zhongxing XuDelete trailing white space. It's over 80 columns.
2008-09-27 Daniel DunbarRemove automagic substitution of %llvmgcc
2008-09-27 Ted KremenekChange "leaks" to have the category "Performance".
2008-09-27 Daniel DunbarFix function-attributes test case to not rely on llvm...
2008-09-27 Daniel DunbarFix attributes test case to not run clang umpteen times.
2008-09-26 Ted KremenekInternally store the body of a BlockExpr using a Stmt...
2008-09-26 Ted KremenekForgot to check in header file with last commit.
2008-09-26 Ted KremenekUse a union instead of a bunch of magic casts to implem...
2008-09-26 Ted KremenekAdd more control-flow to test case.
2008-09-26 Ted KremenekAdd CFG support for implicit-control flow for VLA size...
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Chris Lattnerclean up a bunch of fixme's I added, by moving
2008-09-26 Chris LattnerFix the rest of rdar://6243860 hopefully. This require...
2008-09-26 Chris Lattnerfit in 80 cols.
2008-09-26 Chris Lattneralphabetize files
2008-09-26 Ted KremenekDo not create CFGs for functions/methods using blocks...
2008-09-26 Chris Lattnertestcase for my previous patch.
2008-09-26 Chris Lattneremulate a bit of GCC path lookup weirdness: if a system
2008-09-26 Ted KremenekEnter a new scope for a @try block.
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Ted KremenekMove VLA processing logic from LiveVariables to CFG...
2008-09-26 Steve NaroffTweak Expr::isModifiableLvalue() and Expr::isLvalue...
2008-09-26 Ted KremenekExamine VLA size expressions when computing liveness...
2008-09-26 Daniel DunbarChange Radar reproducibility to "Always".
2008-09-26 Daniel DunbarParser support for prefix __attribute__ on @protocol.
2008-09-26 Daniel DunbarSema support for format and noreturn attributes on...
2008-09-26 Daniel DunbarAdd support for CFString in format attribute.
2008-09-26 Daniel DunbarAdd # of block pointer types to -print-stats.
2008-09-26 Daniel DunbarMake clang preprocessed output a bit more like gcc...
2008-09-26 Daniel DunbarUpdate clang to pretend to be gcc-4.2.
2008-09-26 Daniel DunbarComment fix.
2008-09-26 Ted KremenekUpdated checker build.
2008-09-26 Ted KremenekHave @finally introduce a new scope.
next