]> granicus.if.org Git - clang/shortlog
clang
2009-01-15 Ted KremenekPTH: Fix termination condition in binary search.
2009-01-15 Chris LattnerPR3330: given an enum like this:
2009-01-15 Ted KremenekIdentifierInfo:
2009-01-15 Daniel DunbarFix some unused variable, control reaches end of non...
2009-01-15 Daniel DunbarAdd dummy X86_64 ABIInfo implementation.
2009-01-15 Nuno Lopesadd support for initializing static vars with a cast...
2009-01-15 Seo SanghyeonPR2746: Implement GCC cast to union extension
2009-01-15 Daniel DunbarAdd utils/ABITest, my ABI test generation tool.
2009-01-15 Douglas GregorDeallocate the BasePaths structure that we allocate...
2009-01-15 Ted KremenekPTH: Embed a persistentID side-table in the PTH file...
2009-01-15 Douglas GregorInitial implementation of member name lookup
2009-01-14 Daniel Dunbarccc: Implement support clang PTH using gcc PCH style...
2009-01-14 Douglas GregorRefactor name lookup.
2009-01-14 Daniel DunbarCmpDriver: Allow over-ride of drivers to compare throug...
2009-01-14 Daniel Dunbarccc: Finish main clang compiler argument translation.
2009-01-14 Fariborz JahanianPatch to keep clang honest that it does not yet support
2009-01-14 Daniel DunbarFix typo and spelling of -Wunused-macros.
2009-01-14 Douglas GregorTest explicit constructor
2009-01-14 Douglas GregorIntroduce support for C++0x explicit conversion operato...
2009-01-14 Steve NaroffAdd a FIXME.
2009-01-14 Daniel Dunbarccc: Darwin/Compiler: Improve gcc compat in use of...
2009-01-14 Daniel Dunbarccc: Implement argument translation for clang.
2009-01-14 Daniel Dunbarccc: Add hello.{cpp,m} tests.
2009-01-14 Daniel Dunbarccc: Add -ccc-echo special option, and support pulling...
2009-01-14 Daniel Dunbarccc: Use Clang/Compile for Objective-C files as well.
2009-01-14 Steve NaroffFix a subtle bug in DeclContext::DestroyDecls().
2009-01-14 Daniel Dunbarccc: Add dummy Clang/Compile tool and use on Darwin...
2009-01-14 Ted KremenekFunctionDecl::setParams() now uses the allocator associ...
2009-01-14 Daniel Dunbarccc: Darwin/Compile: Define __private_extern__ when...
2009-01-13 Fariborz JahanianImplemenent objective-c's NSObject attribute as a way...
2009-01-13 Ted KremenekPTH:
2009-01-13 Douglas GregorPermitting typedefs without a name is a Microsoft/GNU...
2009-01-13 Ted KremenekFix corner cases in PTH getSpelling() binary search.
2009-01-13 Ted KremenekPTH: Fix remaining cases where the spelling cache in...
2009-01-13 Daniel Dunbarccc: Fix a test case.
2009-01-13 Chris Lattneruse a slightly more sensible position for an array...
2009-01-13 Daniel Dunbarccc: Darwin: Implement some important general argument...
2009-01-13 Douglas GregorTurn off some Destroy calls that are currenly causing...
2009-01-13 Daniel Dunbarccc: Allow internal tool chain specific argument transl...
2009-01-13 Anders CarlssonUse the unqualified type for GCCs struct/union cast...
2009-01-13 Argyrios KyrtzidisDeclContext::KindTrait was not meant to be used outside...
2009-01-13 Daniel Dunbarccc: Bug fix, '-f...' should be part of the '-f' group.
2009-01-13 Daniel DunbarAdd simple tool for comparing drivers (hardcoded to...
2009-01-13 Daniel Dunbarccc: Darwin/Link also runs dsymutil in one very particu...
2009-01-13 Zhongxing XuPrint function parameters in DeclContextPrinter.
2009-01-13 Daniel Dunbarccc: Bug fix and gcc compatibility tweak.
2009-01-13 Daniel Dunbarccc: Add option groups.
2009-01-13 Anders CarlssonWarn when someone tries to pass a variable with a non...
2009-01-13 Douglas GregorFix argument-passing bugs in a call to object
2009-01-13 Daniel Dunbarccc: Darwin/CC1: Hardcode (for now) some -m options...
2009-01-13 Daniel Dunbarccc: Allow host to over-ride default arch based on...
2009-01-13 Zhongxing XuImprove c++ methods printing in DeclContextPrinter.
2009-01-13 Zhongxing Xuadd a fixme.
2009-01-13 Zhongxing XuImprove DeclContextPrinter: print enum name.
2009-01-13 Daniel DunbarBug fix, __private_extern__ globals were always introdu...
2009-01-13 Zhongxing XuAdd KillStruct to region store.
2009-01-13 Ted KremenekUpdated checker build.
2009-01-13 Zhongxing XuAdd an initial framework of a DeclContextPrinter. It...
2009-01-13 Fariborz JahanianPatch to fix encoding of Enum bitfields in ObjC.
2009-01-13 Ted KremenekThis test now passes.
2009-01-13 Daniel Dunbarccc: Darwin/CC1: Be bug compatible with gcc in a corner...
2009-01-13 Ted Kremenekstatic analyzer: Handle casts from arrays to integers...
2009-01-13 Ted KremenekInvert condition on branch (was causing RegionStore...
2009-01-13 Douglas GregorAdd the proper restrictions on the left-hand argument...
2009-01-13 Douglas GregorMake sure we don't name a constructor or destructor...
2009-01-12 Fariborz JahanianPatch to implement code gen for aggrgate-valued propert...
2009-01-12 Douglas GregorCleanup DeclContext::addDecl and DeclContext::insert...
2009-01-12 Douglas GregorUpdate C++ status and add a few more tests of overloadi...
2009-01-12 Ted KremenekFix test case (incomplete "expected-warning" line)
2009-01-12 Ted KremenekPatch by Roman Divacky:
2009-01-12 Ted KremenekFix crasher due to use-after-release: DeclContext now...
2009-01-12 Douglas GregorImplement support for anonymous structs and unions...
2009-01-12 Daniel Dunbarccc: Bug fix, output can be NULL.
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...
next