]> granicus.if.org Git - clang/shortlog
clang
2009-04-22 Chris Lattnermove more EH stuff to being lazily created. An empty...
2009-04-22 Chris Lattnermake try/catch objc runtime functions be lazily generated.
2009-04-22 Chris Lattnerrename test
2009-04-22 Chris LattnerFix a problem with objc foreach loop. It turns out...
2009-04-22 Douglas GregorTest PCH support for VLAs
2009-04-22 Douglas GregorEliminate a FIXME in one of the PCH test cases
2009-04-22 Chris LattnerFix some mishandling of the attr(gnu_inline) mode when...
2009-04-21 Douglas GregorLazy deserialization of macro definitions for precompil...
2009-04-21 Ted KremenekFix crash reported in PR 3991. The analyzer doesn...
2009-04-21 Steve NaroffUpdate Xcode project with recently added files.
2009-04-21 Ted KremenekThis patch is largely due to Zhongxing Xu. I've simply...
2009-04-21 Chris Lattnerapply Eli's patch to fix PR4008, with a testcase. ...
2009-04-21 Mike StumpResolve merge conflict better.
2009-04-21 Chris Lattnerfix PR4026: Clang can't codegen __func__ without implic...
2009-04-21 Mike StumpTighten up blocks type checking. This was discussed...
2009-04-21 Douglas GregorLazy deserialization of identifiers in PCH files fixed...
2009-04-21 Chris LattnerFix rdar://6814047, a crash on invalid in blocks code...
2009-04-21 Ted KremenekFix: <rdar://problem/6777209> false Dereference of...
2009-04-21 Ted KremenekTweak pretty-printing of constraints.
2009-04-21 Douglas GregorDon't bother writing a visible-declarations record...
2009-04-21 Chris Lattnerfix marking of nested blocks with the "hasBlockDeclRefE...
2009-04-21 Douglas GregorLazy deserialization of the declaration chains associat...
2009-04-21 Chris Lattnerthis is a warning now, return a well formed ast.
2009-04-21 Ted KremenekRefactor 'BasicStoreManager::CastRegion' and 'RegionSto...
2009-04-21 Chris Lattnerforce a 32-bit triple.
2009-04-21 Daniel DunbarMake sure to mark the interface as completed when we...
2009-04-21 Daniel DunbarForce triple (test case fails for platforms with the...
2009-04-21 Daniel DunbarWe no longer accept @defs with the non-fragile ABI.
2009-04-21 Chris Lattnertemporarily downgrade to a warning.
2009-04-21 Ted KremenekPlist diagnostics: Remove deprecated single-point locat...
2009-04-21 Fariborz JahanianPatch to diagnose use of objc's @defs in nonfragile...
2009-04-21 Ted KremenekAdded over-release test case.
2009-04-21 Ted KremenekRecommit 69694 but this time also include the header...
2009-04-21 Chris Lattnerreject sizeof(itf) when itf is a forward declared inter...
2009-04-21 Douglas GregorFix emission of static tentative definitions referenced...
2009-04-21 Daniel DunbarRevert 69694 (use of undefined getSymbol)
2009-04-21 Fariborz JahanianMore objc2's ivar layout bitmap. No change in functiona...
2009-04-21 Ted KremenekAdd pretty-printing for CodeTextRegions.
2009-04-21 Ted KremenekLexically order the implementation of MemRegion 'print...
2009-04-21 Chris Lattnerdon't bother emitting a zero byte memset at all. We...
2009-04-21 Ted KremenekUse 'getAs<CodeTextRegion>' instead of 'dyn_cast<CodeTe...
2009-04-21 Ted KremenekGrammar fix.
2009-04-21 Douglas GregorExplictly track tentative definitions within Sema,...
2009-04-21 Daniel DunbarFix test typo.
2009-04-21 Daniel DunbarUse an ASTRecordLayout to compute the sizeof an interfa...
2009-04-21 Steve NaroffAdd pch reader/writer support for most of DeclObjC...
2009-04-21 Chris Lattnerimplement semantic analysis for @synchronized, fixing...
2009-04-21 Chris Lattnerthis time with more workingness.
2009-04-21 Sanjiv GuptaPass and return aggregate types directly to function...
2009-04-21 Chris Lattneradd support for goto checking and @synchronized blocks,
2009-04-21 Chris Lattnerfix massive testsuite failures from Alexei's patch...
2009-04-21 Chris LattnerSplit preprocessor initialization logic out of clang...
2009-04-21 Chris Lattnerdocument new form of -fdiagnostics-print-source-range-in
2009-04-21 Chris Lattnerrename -fprint-source-range-info -> -fdiagnostics-print...
2009-04-21 Chris LattnerFix PR4027 + rdar://6808859, we were rejecting implicit...
2009-04-21 Chris Lattnerdowngrade from extwarn to warning.
2009-04-21 Chris Lattnerimprove MacroInfo to track the source range of the...
2009-04-21 Chris Lattneruse of predefined identifiers like __func__ at global...
2009-04-21 Chris Lattnermake "in included from" and "in instatiation from"...
2009-04-21 Chris Lattneradd a preprocessor callback function for #undef, patch by
2009-04-21 Anders CarlssonAdd a CXXDestroyExpr. Add classof member functions...
2009-04-21 Sanjiv GuptaUse an APInt of target int size to detect overflow...
2009-04-21 Anders CarlssonAdd the beginnings of a CXXTempVarDecl class.
2009-04-21 Daniel DunbarRemove unnused variable.
2009-04-21 Daniel DunbarKill ASTContext::[gs]etFieldForDecl, instead we just...
2009-04-21 Daniel DunbarRevert 69646, that was the precise inverse of what...
2009-04-21 Daniel DunbarKill ASTContext::[gs]etFieldForDecl, instead we just...
2009-04-21 Mike StumpFixup codegen for write barriers for block variables...
2009-04-21 Daniel DunbarRemove LateBoundIVars() runtime interface, it is unused.
2009-04-21 Daniel DunbarAssert on a few conditions that (I believe) should...
2009-04-21 Daniel DunbarLook at the TMP environment variable as well.
2009-04-20 Daniel DunbarUpdate this (non-default) test case.
2009-04-20 Fariborz JahanianObjC2's Ivar bitmap layout work. No change in functiona...
2009-04-20 Daniel DunbarMark TypeForDecl mutable.
2009-04-20 Chris Lattnerfix the second half of PR4006 and rdar://6807000 by...
2009-04-20 Douglas GregorWrite the identifier table into the PCH file as an...
2009-04-20 Anders CarlssonFix tyop in SSSE3 header (6808876).
2009-04-20 Daniel DunbarAlso look at the TEMP environment variable as a place...
2009-04-20 Daniel DunbarMove countInheritedIvars to within striking distance of
2009-04-20 Steve NaroffFix spelling error.
2009-04-20 Steve NaroffAdd pch reader/writer support for ObjCContainerDecl...
2009-04-20 Chris Lattnerthe __gnuc_inline__ attribute is actually named __gnu_i...
2009-04-20 Devang PatelAdd test case to check line number in debug info.
2009-04-20 Douglas GregorAllow the Info type used in the on-disk hash table...
2009-04-20 Daniel DunbarIf defined, use TMPDIR environment variable as location...
2009-04-20 Chris Lattnerclean up anonymous bitfield diagnostics, PR4017
2009-04-20 Douglas GregorIntroduce the notion of a SemaConsumer, which is an...
2009-04-20 Steve NaroffAdd pch reader/writer support for ObjCMethodDecl.
2009-04-20 Zhongxing Xuupdate the doc.
2009-04-20 Eli FriedmanSome cleanup and bug-fixing for address-of checking...
2009-04-20 Douglas GregorMake the on-disk hash table usable with non-file
2009-04-20 Daniel DunbarInline GetFirstIvarInRecord into sole caller.
2009-04-20 Daniel DunbarSet a bit in IMAGE_INFO to indicate that we don't conta...
2009-04-20 Douglas GregorMove the on-disk hash table code into its own header...
2009-04-20 Daniel DunbarLift out GetNamedIvarList.
2009-04-20 Daniel DunbarMake FieldDecl parameter to getObjCEncodingForType...
2009-04-20 Zhongxing XuRemove loc::FuncVal.
2009-04-20 Chris Lattnermore stuff.
2009-04-20 Daniel DunbarDon't crash in the diagnostic printer if we happen...
2009-04-20 Chris Lattneradd a bunch of diagnostics options, add one example...
next