]> granicus.if.org Git - clang/shortlog
clang
2011-03-25 Anders CarlssonRemove warnings about using override control keywords...
2011-03-25 Anders CarlssonFix some clang warnings.
2011-03-25 Anders CarlssonRemove 'new' from virt-specifier since it's going to...
2011-03-25 Nick LewyckyApply the nonnull attribute to constructor expressions...
2011-03-25 Eli FriedmanSwitch constant evaluation of float casts over to cast...
2011-03-25 Eli FriedmanCleanup integral and vector constant evaluation of...
2011-03-24 John ThompsonFixed some of the incompatibilities with gcc.
2011-03-24 Douglas GregorMinor fix in the injection of labels, since we want...
2011-03-24 John McCallInsomniac refactoring: change how the parser allocates...
2011-03-24 Douglas GregorFix the insertion of label declarations into the identi...
2011-03-24 Eli FriedmanMake sure we aggressively attach nounwind (etc.) to...
2011-03-24 Ken DyckConvert the BaseOffset member of BaseSubobject to CharU...
2011-03-24 Anders CarlssonAdd a new warning for exit-time destructors.
2011-03-24 Ted KremenekRework checker "packages" and groups to be more hierarc...
2011-03-23 John McCallCall out ObjC parameter types as a different kind of...
2011-03-23 David ChisnallFixed type error in last commit (forgot that now that...
2011-03-23 Ted KremenekFix CFG-construction bug when run from AnalysisBasedWar...
2011-03-23 Douglas GregorUnbreak test
2011-03-23 Fariborz JahanianSupport for Transparent unions used as overloadable
2011-03-23 Marshall ClowAdd a test for !ptr-to-member (should fail)
2011-03-23 Andrew TrickRevert r128156 because of CodeGenObjC/messages.m and...
2011-03-23 David ChisnallRemove the redundant loads / stores to globals that...
2011-03-23 David ChisnallInitial work on refactoring GNU runtime code (long...
2011-03-23 Devang PatelUpdate type cache when a type is completed.
2011-03-23 Douglas GregorTeach DelayedDiagnostic to copy its string, rather...
2011-03-23 Douglas GregorIgnore weak_import on Objective-C property and method...
2011-03-23 Chris Lattnerswitch a few Driver APIs to use llvm::ArrayRef, cleanin...
2011-03-23 Chris Lattnerremove a dead variable.
2011-03-23 Ted KremenekFix crash in clang_getInstantiationLoc() when SourceMan...
2011-03-23 Ted Kremenekstd::vector::data() is not portable to VS. Use a gross...
2011-03-23 Ken DyckConvert OffsetFromNearestVBast parameter of InitializeV...
2011-03-23 Douglas GregorImplement a new 'availability' attribute, that allows...
2011-03-23 Ken DyckConvert NonVirtual parameter of ApplyNonVirtualAndVirtu...
2011-03-22 John McCallFix an error with the declaration of block parameters...
2011-03-22 John McCallWarn about unused declaration-specifiers on tag declara...
2011-03-22 Eli FriedmanMake the definition of "long double" consistent for...
2011-03-22 David ChisnallSimplify Mac runtime selection - it's the factory funct...
2011-03-22 Ted KremenekHopefully fix VS build by not using std::vector::data().
2011-03-22 David ChisnallMake the property accessor functions that take a ptrdif...
2011-03-22 David ChisnallMake the ivar offset always be a ptrdiff_t, because...
2011-03-22 Nick LewyckyFix typo in comment.
2011-03-22 Daniel DunbarFrontend: Add a more explicit -backend-option flag...
2011-03-22 Benjamin KramerDon't clear OverloadCandidateSets on destruction, it...
2011-03-22 John McCallApply Jonathan Sauer's proposed solution to PR9519...
2011-03-22 John McCallThe emission of an Objective-C++'s class .cxx_destruct...
2011-03-22 John McCallFix a test case and teach ClearLinkageCache() to clear...
2011-03-22 John McCallFile-scope static functions need to be mangled with...
2011-03-22 Ken DyckConvert Offset variable in GetAddressOfDirectBaseInComp...
2011-03-22 Ted KremenekRework crash recovery cleanup in ASTUnit and CIndex...
2011-03-22 Ted KremenekRemove crash recovery cleanups from TypeLocBuilder...
2011-03-22 Ted KremenekSimplify crash recovery cleanup registration.
2011-03-22 Ted KremenekMigrate 'PrettySTackTraceParserEntry' object out of...
2011-03-22 Ken DyckChange return value of ComputeNonVirtualBaseClassOffset...
2011-03-22 Ken DyckEliminate some literal '8's in FillInNullDataMemberPoin...
2011-03-22 Matt Beaumont-GayOutput to tempfile
2011-03-21 Bob WilsonAnother cortex-m0 patch from James Orr.
2011-03-21 Bob WilsonAdd clang support for cortex-m0 cpus. Patch by James...
2011-03-21 Ted Kremenekscan-build: only display analyzer intra-file progress...
2011-03-21 Daniel DunbarFrontend: Change CC_PRINT_HEADERS to not print header...
2011-03-21 Fariborz JahanianFix an objc++ diagnostic initializing objc pointers.
2011-03-21 Ted KremenekImprove crash recovery cleanup to recovery CompilerInst...
2011-03-21 Ted KremenekRelax assertion to fail during crash recovery cleanup.
2011-03-21 Ted KremenekUse CrashRecoveryContextCleanup objects to reclaim...
2011-03-21 Chris Lattnerand now there are 3!
2011-03-21 Joerg SonnenbergerIntroduce FindTargetProgramPath to check for a target...
2011-03-21 Joerg SonnenbergerMemorize presence/absence of -nostdlib in Driver.
2011-03-21 Joerg SonnenbergerRemember sysroot in Driver. Pass it down to ld for...
2011-03-21 Bill WendlingPass in the TargetMachine parameter to the inst printer.
2011-03-21 Peter CollingbourneCode modification hints have been known as fix-it hints...
2011-03-20 David ChisnallFix Objective-C++ exceptions (GNU runtime).
2011-03-20 Anders Carlsson__cxa_atexit does not throw.
2011-03-20 Argyrios KyrtzidisIn clang_parseTranslationUnit_Impl,p ut the source...
2011-03-20 Peter CollingbourneOnly objects are declared const by a constexpr specifie...
2011-03-19 Francois PichetDowngrade err_mismatched_exception_spec to a ExtWarning...
2011-03-19 Benjamin KramerInitialize FakeAddressSpaceMap flag.
2011-03-19 Anton Yartsevmakes vec_step operator work when AltiVec support is...
2011-03-19 Daniel DunbarUnbreak build.
2011-03-19 Ken DyckUse CharUnits's new increment operator. No change in...
2011-03-19 Ken DyckAdd pre- and post-increment/decrement operators to...
2011-03-19 Daniel DunbarPreprocessor: Don't define __STDC__ in -traditional...
2011-03-19 Ted KremenekRecovery memory from TypeLocBuilders during crashes.
2011-03-19 Ted KremenekRecover memory from RecordLayoutBuilders during crashes.
2011-03-19 Ted KremenekRename class 'CFGReachabilityAnalysis' to 'CFGReverseBl...
2011-03-19 Ken DyckReplace literal '8's with CharWidth in AppendBitField...
2011-03-18 Ted KremenekAdd libclang hook 'clang_toggleCrashRecovery()', which...
2011-03-18 Ted KremenekRun all functional logic of clang_annotateTokens()...
2011-03-18 Peter CollingbourneAdd support for language-specific address spaces. ...
2011-03-18 Ted KremenekRemove '-Xclang' and '-mllvm' entries from Clang man...
2011-03-18 Daniel DunbarDriver: Forward -traditional and -traditional-cpp in...
2011-03-18 Daniel DunbarLexer: Add extremely limited support for -traditional...
2011-03-18 Daniel DunbarDriver/Darwin: Transparently fallback when compiling...
2011-03-18 Daniel DunbarDriver: Give SelectTool access to the action inputs.
2011-03-18 Daniel DunbarDriver/Darwin: Change fallback to use llvm-gcc search...
2011-03-18 Daniel DunbarDriver/Darwin: Kill the DarwinGCC toolchain.
2011-03-18 Anders CarlssonUse the newly added FileManager::getNoncachedStatValue...
2011-03-18 Anders CarlssonAdd FileManager::getNoncachedStatValue, which will...
2011-03-18 Anders CarlssonCorrectly store and keep track of the FileSystemOptions...
2011-03-18 Douglas GregorAdd an opt-in -Wheader-hygiene, which current diagnoses...
2011-03-18 Rafael EspindolaOn !Darwin, do use the integrated as with -static.
2011-03-18 Abramo BagnaraDefined friend functions are *implicitly* inlined,...
next