]> granicus.if.org Git - clang/shortlog
clang
2009-03-13 Daniel DunbarDriver: Add types::getNumCompilationPhases, getCompilat...
2009-03-13 Daniel DunbarDriver: Pull Phase info into separate file.
2009-03-13 Daniel Dunbarccc/Driver: Forward -fprint-source-range-info to clang.
2009-03-13 Chris Lattnerimplement a new -fprint-source-range-info option, which
2009-03-13 Chris Lattnerfix typo
2009-03-13 Daniel DunbarDriver: Ignore empty arguments.
2009-03-13 Daniel DunbarDriver: Handle "immediate" options.
2009-03-13 Fariborz JahanianFix test.
2009-03-13 Ted KremenekUpdate checker build.
2009-03-13 Fariborz JahanianFixed an ir-gen bug related to strong-cast generation of
2009-03-13 Mike StumpFix spelling error, and add target triplet to header.
2009-03-13 Douglas GregorImprove the representation of operator expressions...
2009-03-13 Mike StumpWhen testing with VERBOSE=0, report results in the...
2009-03-13 Daniel Dunbarccc/Driver: Mark {dump{machine,specs,version},
2009-03-13 Argyrios KyrtzidisBring in std::string to fix compilation on GCC 4.3
2009-03-12 Daniel DunbarDriver: Determine which compilation stages to run.
2009-03-12 Ted KremenekUse the correct data structures!
2009-03-12 Douglas GregorEliminate some unused default cases in switches on...
2009-03-12 Fariborz JahanianMore objc2's ivar layout bitmap.
2009-03-12 Douglas GregorImplement template instantiation for builtin binary...
2009-03-12 Fariborz JahanianUse paropery's setter attribute name as
2009-03-12 Douglas GregorStore the type of the integral value within a TemplateA...
2009-03-12 Ted KremenekFix crash when using TypedViewRegions and ObjCQualified...
2009-03-12 Ted KremenekAdd file I forgot to commit in previous commit.
2009-03-12 Daniel DunbarDriver: Value initialization is nicer than memset.
2009-03-12 Ted KremenekPathDiagnostics:
2009-03-12 Daniel DunbarDriver: Add majority of driver-driver implementation.
2009-03-12 Douglas GregorUse StmtVisitor to handle the decoding of expressions for
2009-03-12 Ted KremenekAPI fix: All "bodies" for functions, Objective-C method...
2009-03-12 Daniel DunbarDriver: Drop some unnecessary uses of clang namespace.
2009-03-12 Daniel DunbarDriver: Introduce ActionList typedef, tweak some constness.
2009-03-12 Daniel DunbarDriver: Add types::canLipoType helper method.
2009-03-12 Daniel DunbarDriver: Add some HostInfo accessors.
2009-03-12 Daniel DunbarDriver: Add ArgList support for synthesizing arguments.
2009-03-12 Anders CarlssonMore ident fixes
2009-03-12 Chris Lattneradd a callback for macro expansion, based on a patch...
2009-03-12 Douglas GregorStraw man for instantiation of expressions. Use it...
2009-03-12 Daniel DunbarDriver: Add ArgList::getLastArg.
2009-03-12 Daniel Dunbarccc: Fix broken assertion.
2009-03-12 Daniel Dunbarccc: Fix -ccc-print-phases when doing a universal build.
2009-03-12 Daniel DunbarAdd Diagnostic files for Frontend and move a couple...
2009-03-12 Daniel DunbarDriver: Tweak diag names to be more consistent.
2009-03-12 Daniel DunbarDriver: Use standard Diagnostic interface for diagnostics.
2009-03-12 Daniel DunbarDriver: Fix thinko in Arg::hasArg.
2009-03-12 Daniel DunbarDriver: '-' is parsed as an input.
2009-03-12 Daniel DunbarDriver: Start sketching construction of abstract built...
2009-03-12 Zhongxing XuAdd comments.
2009-03-12 Daniel DunbarDriver: Add information on Driver input/temporary types.
2009-03-12 Daniel DunbarDriver: Add Option flags.
2009-03-12 Daniel Dunbarccc: Tweak some group names.
2009-03-12 Daniel DunbarDriver: Add definitions for all the gcc options the...
2009-03-12 Zhongxing XuUse getAsRecordType() to get around sugar types.
2009-03-12 Daniel DunbarDriver: Tweak option naming/def:
2009-03-12 Daniel Dunbarccc: Cleanup arguments a bit; we don't need a separate...
2009-03-12 Daniel DunbarFix uninitialized use in GetAddrOfGlobalBlock, reenable...
2009-03-12 Zhongxing XuAdd comments to test case.
2009-03-12 Daniel DunbarDriver: Reorder arguments in Options.def so option...
2009-03-12 Daniel DunbarDriver: Add ArgList::hasArg, for testing for the presen...
2009-03-12 Daniel DunbarDriver: Add Option::getId and Option::matches taking...
2009-03-12 Daniel DunbarDriver: Add default index (=0) for Arg::getValue and...
2009-03-12 Douglas GregorNote some advances in our C++ support
2009-03-11 Douglas GregorProperly restore ActiveScope when we exit parsing of...
2009-03-11 Douglas GregorFix various problems with matching out-of-line definiti...
2009-03-11 Ted KremenekRemove '[naming convention]' from bug type.
2009-03-11 Chris Lattneradd some spaces :)
2009-03-11 Daniel Dunbarccc: -x assembler-with-cpp was broken for darwin, and...
2009-03-11 Gabor Greifgnu++0x is definitely *not* the default
2009-03-11 Douglas GregorMove most of the checking from ActOnCXXMemberDeclarator...
2009-03-11 Chris Lattnerdon't use strtoul on a non-null-terminated string.
2009-03-11 Daniel Dunbarx86_32 ABI: Don't try and expand structures with bitfields.
2009-03-11 Ted KremenekAdd TypedViewRegion::isBoundable() to indicate whether...
2009-03-11 Fariborz JahanianCode refactoring. No change in functionality.
2009-03-11 Fariborz JahanianMore of objc2's ivar layout bitmap (Next: specific).
2009-03-11 Douglas GregorMake sure that we set the access specifier for an insta...
2009-03-11 Douglas GregorEliminate CXXClassMemberWrapper
2009-03-11 Douglas GregorEliminate CXXClassVarDecl. It doesn't add anything
2009-03-11 Duncan SandsAdjust for linkage name change.
2009-03-11 Steve NaroffImplement FIXME related to <rdar://problem/6496506...
2009-03-11 Douglas GregorImplement basic template instantiation for fields....
2009-03-11 Ted Kremenek'-o' option now supports relative paths.
2009-03-11 Ted KremenekFix StmtIterator bug reported in PR 3780 where a VLA...
2009-03-11 Douglas GregorAdd basic, hackish support for instantiation of typedef...
2009-03-11 Anders CarlssonAdd parser support for static_assert.
2009-03-11 Steve NaroffFix <rdar://problem/6655054> clang issues bogus error...
2009-03-11 Steve NaroffFix <rdar://problem/6578665> user declared setter metho...
2009-03-11 Zhongxing XuThis test case checks if we get the right rvalue type...
2009-03-11 Zhongxing XuThe RValueType of a TypedViewRegion should be the point...
2009-03-11 Zhongxing XuDo not stipulate the record type is a definition in...
2009-03-11 Duncan SandsCorrect for change of this name in LLVM.
2009-03-11 Zhongxing XuFix crash when LHS of pointer arithmetic is not Element...
2009-03-11 Ted KremenekUpdate checker build.
2009-03-11 Ted KremenekRegionStore::getLValueElement: Handle the case where...
2009-03-11 Ted KremenekAdd utility method to BasicValueFactory to convert...
2009-03-11 Ted KremenekGRExprEngine::ProcessBranch: Don't register a "pretty...
2009-03-11 Chris LattnerImprove the "bad receiver" warning for ObjC message...
2009-03-11 Ted KremenekFix PR 3780: In one code path in BasicValueFactory...
2009-03-11 Ted KremenekGRExprEngine: Add pretty-stack trace printing for crash...
2009-03-11 Ted KremenekSimpleConstraintManager doesn't reason about bitwise...
2009-03-11 Ted KremenekGRExprEngine: For places we might conjure up a new...
2009-03-11 Ted KremenekAdd accessor method.
next