]> granicus.if.org Git - clang/shortlog
clang
2009-01-12 Ted Kremenekretain/release checker:
2009-01-12 Daniel Dunbarccc: Even more Darwin/cc1 argument translation support.
2009-01-12 Daniel Dunbar(LLVM up) Match TargetData API change in LLVM TOT.
2009-01-12 Fariborz JahanianPatch to supprt case of readonly property being
2009-01-12 Daniel Dunbarccc: Add leading space in -### output to match gcc.
2009-01-12 Daniel Dunbarccc: (Darwin) More argument translation for Darwin...
2009-01-12 Douglas GregorProperly set the scope of non-fields declared within...
2009-01-12 Daniel Dunbarccc: (Darwin) More argument translation for Darwin...
2009-01-12 Daniel Dunbarccc: (Darwin) Start implementing argument translation for
2009-01-12 Daniel Dunbarccc: When constructing a named output, only use base...
2009-01-12 Daniel Dunbarccc: (Darwin) Move path resolution into ToolChain.
2009-01-12 Daniel Dunbarccc: Implement the rest of Darwin/Assembler argument...
2009-01-12 Daniel Dunbarccc: Implement macosx-version-min conditions (including...
2009-01-12 Daniel Dunbarccc: Generalize Darwin/Link tool based on Darwin version.
2009-01-12 Daniel Dunbarccc: Support arguments which behave like linker inputs.
2009-01-12 Daniel Dunbarccc: (Darwin) Pass -ObjC to linker if -ObjC, -ObjC...
2009-01-12 Anders CarlssonHandle multi-value inputs
2009-01-12 Anders CarlssonMake sure to initialize the ConstraintInfo to 0
2009-01-12 Chris Lattnersome more minor asqualtype bugs.
2009-01-12 Chris Lattnerimprove some more is*Type predicates to look through...
2009-01-12 Chris Lattnertestcase that works now with r62061
2009-01-11 Chris Lattnersimplify these predicates a bit.
2009-01-11 Nuno Lopesmake ScalarExprEmitter::EmitCompare() emit the expressi...
2009-01-11 Daniel Dunbarccc: Add fairly complete argument translation for Darwi...
2009-01-11 Daniel Dunbarccc: Add several convenience methods for argument trans...
2009-01-11 Daniel Dunbarccc: Add and name a host of arguments.
2009-01-11 Daniel Dunbarccc: Give the Host an opportunity to switch ToolChains...
2009-01-11 Daniel Dunbarccc: Print -### output on stderr to match gcc.
2009-01-11 Anders CarlssonMore inline asm fixes
2009-01-11 Chris Lattnermake paste avoidance avoid pasting digraphs and ::...
2009-01-11 Anders CarlssonHandle readwrite constraints correctly
2009-01-11 Anders CarlssonForgot to commit this
2009-01-11 Anders CarlssonUse a common function for emitting asm inputs and remov...
2009-01-11 Chris Lattnerthis patch "adds support for specifying multiple depend...
2009-01-11 Sebastian RedlFix operator precedence.
2009-01-11 Steve NaroffConvert property implementation to DeclContext::addDecl().
2009-01-11 Steve NaroffA few property related cleanups to ObjCContainerDecl...
2009-01-11 Sebastian RedlConvert some more actions to smart pointers.
2009-01-10 Steve NaroffFix a misleading comment.
2009-01-10 Fariborz JahanianThis patch fixes the code gen failures which was a...
2009-01-10 Fariborz JahanianExplicit declaration of property setters over-ride
2009-01-10 Zhongxing Xuadd a bunch of castToDeclContext/castFromDeclContext...
2009-01-10 Zhongxing Xuadd castToDeclContext/castFromDeclContext methods to...
2009-01-10 Daniel Dunbarccc: Introduce ToolChains for mapping Actions to Tools...
2009-01-10 Daniel Dunbarccc: Add generic assembler & linker tools which effecti...
2009-01-10 Daniel Dunbarccc: Add information about whether type can be user...
2009-01-10 Douglas GregorAllow multiple Microsoft calling-convention keywords...
2009-01-10 Fariborz Jahanianassert if attempting to code gen. a property setter...
2009-01-09 Douglas GregorDon't bother setting NextDeclarator for EnumConstantDec...
2009-01-09 Douglas GregorWhen we see a reference to a struct, class, or union...
2009-01-09 Daniel DunbarAdd utils/SummarizeErrors.
2009-01-09 Sebastian RedlAdd some comments to the virtual work. Thanks to Doug...
2009-01-09 Daniel Dunbarccc: Get host information via Driver methods.
2009-01-09 Ted KremenekDead stores checker: Don't flag dead stores for self...
2009-01-09 Ted KremenekEnhance PTH 'getSpelling' caching:
2009-01-09 Sebastian RedlPrevent a segfault for vaarg expressions on unsupported...
2009-01-09 Fariborz JahanianThis patch removes mergeProperties and does the propert...
2009-01-09 Daniel DunbarImplement EmitUnsupportedRValue to generate an appropri...
2009-01-09 Sebastian RedlVery basic support for pure virtual functions.
2009-01-09 Douglas GregorReplace DeclContext's vector of ScopedDecl pointers...
2009-01-09 Douglas GregorMake sure that ScopedDecls passed to DeclContext::addDe...
2009-01-09 Ted KremenekAlways print out SourceManager stats with 'Stats' is...
2009-01-09 Douglas GregorProvide a new kind of iterator, the specific_decl_itera...
2009-01-09 Daniel DunbarEmit more refined "unsupported" error for block express...
2009-01-09 Daniel DunbarGive "unsupported" error on calls through block pointer...
2009-01-09 Steve NaroffMove property API's up to ObjCContainerDecl (removing...
2009-01-09 Chris LattnerFix rdar://6480479 - [parser] infinite loop on invalid...
2009-01-09 Daniel DunbarConvert block types in IRgen. This is not the correct...
2009-01-09 Daniel DunbarBlock pointer types are not aggregate types.
2009-01-09 Douglas GregorDon't crash when our FunctionDecl has a non-identifier...
2009-01-09 Daniel DunbarFix crash on null deference when searching for readwrit...
2009-01-09 Daniel Dunbarccc: Start defining host information.
2009-01-09 Douglas GregorAddressed the issue in <rdar://problem/6479085>, where...
2009-01-09 Ted KremenekRe-enable PTH testing for Cocoa.h and Carbon.h (and...
2009-01-09 Fariborz JahanianAdding support for ObjC methods which have c-style
2009-01-09 Ted KremenekEnable support for '-x objective-c++-header'.
2009-01-09 Ted KremenekSimpler solution to LiteralSupport compatibility: just...
2009-01-09 Ted KremenekInvert assertion condition.
2009-01-09 Ted KremenekTemporarily revert r61956 and r61957 (PTH tests failing).
2009-01-08 Ted KremenekEnhance -fsyntax-only test of Carbon.h to also include...
2009-01-08 Ted KremenekEnhance -fsyntax-only test of Cocoa.h to also include...
2009-01-08 Ted KremenekPTH: For the cached spellings of literals, store one...
2009-01-08 Anders CarlssonAdd mm_malloc.h, patch by Sam Weinig.
2009-01-08 Fariborz JahanianPlace warning about 'readonly' property attributes...
2009-01-08 Douglas GregorRevert my previous, failed attempt to pretty-print...
2009-01-08 Ted KremenekFix ObjCInterfaceDecl::Destroy and ObjCProtocolDecl...
2009-01-08 Douglas GregorRemove double-insertion of EnumConstantDecls. Thanks...
2009-01-08 Ted KremenekAdded iterator mechanism to ObjCContainerDecl to iterat...
2009-01-08 Douglas GregorUnify the code for defining tags in C and C++, so that...
2009-01-08 Steve NaroffAdd missing castToDeclContext/castFromDeclContext hooks.
2009-01-08 Steve NaroffRemove a dead decl.
2009-01-08 Steve NaroffMove FIXME to a better location.
2009-01-08 Steve NaroffRemoved ObjCContainerDecl::getPropertyMethods()...doesn...
2009-01-08 Steve NaroffRemove redundant method context (now that ObjCMethodDec...
2009-01-08 Ted KremenekInitialized member variable 'Implicit' in Decl's ctor.
2009-01-08 Steve NaroffThis is a large/messy diff that unifies the ObjC AST...
2009-01-08 Zhongxing XuAdd isSubRegionOf() method to SubRegion.
2009-01-08 Zhongxing XuFix comment because we could have arbitrary number...
2009-01-08 Ted KremenekPTH: Hook up getSpelling() caching in PTHLexer. This...
2009-01-08 Ted KremenekPTH:
next