]> granicus.if.org Git - clang/shortlog
clang
2009-04-23 Steve NaroffSema::ActOnStartClassInterface(): Use PushOnScopeChains().
2009-04-23 Steve NaroffAdd PCH read/write support for Objective-C Selectors.
2009-04-23 Daniel DunbarMark IMAGE_INFO as constant on x86_64-darwin.
2009-04-23 Chris Lattnerfix a problem producing debug info with global blocks.
2009-04-23 Daniel DunbarAdd implicit definition of objc_msgSend.
2009-04-23 Chris Lattnerimplement debug info for _Complex.
2009-04-23 Chris Lattnerthe logic for computing __func__ and friends is really...
2009-04-23 Chris Lattnerremove some gone files
2009-04-23 Daniel DunbarDon't build error/warning/assertion detection in the...
2009-04-23 Chris Lattnersome arm triples have weird characters in them, just...
2009-04-23 Chris LattnerSilence warnings about common forms of -Wstrict-aliasin...
2009-04-23 Douglas GregorPCH (de-)serialization of the protocols in an ObjCInter...
2009-04-23 Douglas GregorAdd the PCH reader stub for ObjCCompatibleAliasDecl
2009-04-23 Douglas GregorPCH support for ObjCPropertyImplDecl
2009-04-23 Douglas GregorThe ivars in an ObjCImplementationDecl are now stored...
2009-04-23 Douglas GregorPCH support for ObjCCategoryImplDecl (which can't be...
2009-04-23 Douglas GregorPCH (de-)serialization for ObjCImplDecl. This can't...
2009-04-23 Anders CarlssonAdd a CXXConstructExpr that represents an implicit...
2009-04-23 Daniel DunbarUse std::sort instead of qsort.
2009-04-23 Douglas GregorEliminate the three SmallVectors in ObjCImplDecl (for...
2009-04-22 Douglas GregorPCH support for Objective-C property declarations ...
2009-04-22 Fariborz Jahanianivar layout bitmap is alive!
2009-04-22 Douglas GregorAdd PCH statistics for the number/percent of lexical...
2009-04-22 Ted KremenekAdd PathDiagnosticRange to PathDiagnostics. These simpl...
2009-04-22 Douglas GregorSupport locally-declared external declarations in PCH...
2009-04-22 Douglas GregorClean up and de-XFAIL-ify PCH test for external definitions
2009-04-22 Chris Lattnerremove obsolete tests.
2009-04-22 Douglas GregorSupport tentative definitions in precompiled headers...
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.
next