]> granicus.if.org Git - clang/shortlog
clang
2009-04-22 Douglas GregorRemove the serialization code that predates precompiled
2009-04-22 Douglas GregorEliminate some FIXMEs in the PCH reader that were eithe...
2009-04-22 Douglas GregorEliminate Sema::KnownFunctionIDs, so that Sema doesn...
2009-04-22 Ted KremenekBugReporter (extensive diagnostics): Use correct locati...
2009-04-22 Ted KremenekBugReporter (extensive diagnostics): always add an...
2009-04-22 Eli FriedmanAdd handling for complex->int, int->complex float,...
2009-04-22 Douglas GregorMinimize the number and kind of "external definitions...
2009-04-22 Chris LattnerAdd missing dependency, patch by Jason Haslam!
2009-04-22 Douglas GregorLazy loading of builtins for precompiled headers.
2009-04-22 Ted KremenekBugReporter (extensive diagnostics):
2009-04-22 Ted KremenekBugReporter (extensive diagnostic algorithm): The initi...
2009-04-22 Ted KremenekPathDiagnosticLocation: ranges for terminators now...
2009-04-22 Daniel DunbarReapply r69771, with updates & fixes:
2009-04-22 Douglas GregorRemove some debugging output from the PCH reader
2009-04-22 Ted Kremenekccc-analyzer: Don't create preprocessed files about...
2009-04-22 Daniel DunbarRemove lookupFieldDeclFromIvar from ObjCIvarDecl interface.
2009-04-22 Daniel DunbarSimplify addRecordToClass, it is not legal to call...
2009-04-22 Daniel DunbarDon't convert interface types (to structs) as part...
2009-04-22 Daniel DunbarAdd CGObjCRuntime::GetConcreteClassStruct to encapsulat...
2009-04-22 Daniel DunbarAdd another workaround for -include.
2009-04-22 Daniel DunbarSimplify.
2009-04-22 Daniel DunbarEmit meta data using the Ivar, not a looked up FieldDecl.
2009-04-22 Daniel DunbarUse ComputeIvarBaseOffset instead of looking up by...
2009-04-22 Daniel DunbarMerge ivar access amongst the three runtimes.
2009-04-22 Daniel DunbarMake sure this test runs on all 3 Objective-C implement...
2009-04-22 Chris Lattnerimplement debug info support for id<proto> and interfac...
2009-04-22 Chris LattnerObjCQualifiedClass is dead, remove it.
2009-04-22 Chris Lattnerdeserialization support for qualified interfaces
2009-04-22 Chris Lattnerpch support for protocol qualified id's.
2009-04-22 Chris Lattneradd three new objc expression types. @selector doesn...
2009-04-22 Chris Lattnerimplement serialization support for @encode,
2009-04-22 Chris Lattnerrename methods.* -> objc_methods.*
2009-04-22 Chris Lattnerchange implicit int warnings to point to the identifier...
2009-04-22 Ted KremenekUpdate checker build.
2009-04-22 Daniel DunbarMake ObjCInterfaceDecl's const in some more places.
2009-04-22 Douglas GregorReorganize built-in initialization to separate the...
2009-04-22 Daniel DunbarRevert r69771, I missed some (obvious) details. :/
2009-04-22 Daniel DunbarMark another TypeForDecl const and make getObjCInterfac...
2009-04-22 Daniel DunbarRework the shadow struct that is layed out for Objectiv...
2009-04-22 Chris LattnerFix rdar://6814950 - stdint.h isn't "-pedantic -std...
2009-04-22 Chris Lattnermove 64-bit abi functions to lazy model, everything...
2009-04-22 Chris Lattnerremove the last of the non-lazy objc runtime functions...
2009-04-22 Chris Lattnernumber of non-lazy runtime functions from 9 -> 4.
2009-04-22 Chris Lattnermake message send functions lazy, we're down from 14...
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.
next