]> granicus.if.org Git - clang/shortlog
clang
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,...
2011-03-18 Abramo BagnaraFixed inconsistency when adding TemplateParameterListsInfo.
2011-03-18 NAKAMURA Takumitest/CodeGenCXX/apple-kext-guard-variable.cpp: May...
2011-03-18 John McCallImprove the documentation for some of the analyzer...
2011-03-18 Ted KremenekConstruct 'Sema' object on the stack, so that crash...
2011-03-18 NAKAMURA Takumiwww/hacking.html: Add blurb of LLVM_LIT_TOOLS_DIR.
2011-03-18 NAKAMURA Takumiwww/hacking.html: Cosmetic change, to detabify, elimina...
2011-03-18 NAKAMURA Takumitest/Driver/sysroot-flags.c: Tweak for Mingw MSYS bash.
2011-03-18 NAKAMURA Takumitest/Driver/darwin-cc.c: FileCheck-ize and tweak for...
2011-03-18 John McCallThe Darwin kernel does not provide useful guard variabl...
2011-03-18 Ted KremenekUse CrashRecoveryContextCleanup objects to recover...
2011-03-18 Ted KremenekUse CrashRecoveryContextCleanup objects to release...
2011-03-18 Ken DyckConvert alignment values to CharUnits. No change in...
2011-03-18 Ken DyckConvert getSizeInBytes() to getSizeInChars(), which...
2011-03-18 Ken DyckConvert variables to CharUnits in ConvertStructToPacked...
2011-03-17 Daniel DunbarDriver/Obj-C: Be compatible with GCC behavior in that...
2011-03-17 Oscar FuentesFix some issues with include directories: remove a...
2011-03-17 Daniel DunbarDriver/Darwin: These are command line options, not...
2011-03-17 Daniel DunbarDriver/Darwin: Suppress spurious warning about -force_c...
2011-03-17 Daniel DunbarDriver/Darwin/ARM: Kernel/kext code has more strict...
2011-03-17 Richard SmithFix PR9488: 'auto' type substitution can fail (for...
2011-03-17 David ChisnallRemove code that was intentionally generating bad code...
2011-03-17 Ted KremenekFix test to test the right thing.
2011-03-17 Ted KremenekDon't construct two CFGs just to run -Wuninitialized...
next