]> granicus.if.org Git - clang/shortlog
clang
2008-02-06 Chris Lattnerrename TypeHolderMap to TypeCache, which more aptly...
2008-02-06 Chris Lattnersplit tagged decl layout into its own method.
2008-02-06 Chris Lattneronly update the llvm type for a struct when we used...
2008-02-06 Chris Lattnersink more of the type related code into CodeGenTypes.
2008-02-06 Chris Lattnercodegen static variables in a function into a different...
2008-02-06 Eli FriedmanBe a bit stricter about array type compatibility.
2008-02-06 Chris LattnerFinish off the refactoring of type handling stuff....
2008-02-06 Ted KremenekFixed bug in '=' transfer function: RHS does not have...
2008-02-06 Ted KremenekFixed signedness bug in cast transfer function when...
2008-02-06 Ted KremenekModified state pretty-printing to include the '!='...
2008-02-06 Ted KremenekDisabled operator= for ValueStateImpl.
2008-02-06 Ted KremenekFixed bug when allocating a ValueStateImpl object in...
2008-02-06 Chris Lattnermove the codegen ASTConsumer out of the driver into...
2008-02-06 Chris Lattnerpull .ll and .bc writing out of the ASTConsumer destruc...
2008-02-06 Ted KremenekAdded some skeleton code for performing "assume" on...
2008-02-06 Chris Lattnerinform astconsumer about tagdecls as they are defined.
2008-02-06 Chris Lattnerpass the astconsumer into Sema's ctor, clean up some...
2008-02-06 Chris Lattnerrename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
2008-02-06 Chris Lattnerkill the ASTStreamer class, inlining it into its only...
2008-02-06 Anders CarlssonEven more inline asm codegen fixes.
2008-02-06 Nate Begemansimple implementation of __builtin_alloca
2008-02-05 Steve NaroffAdd a FIXME to clarify previous commit/experiment.
2008-02-05 Anders CarlssonHandle the memory clobber.
2008-02-05 Anders CarlssonImprovements to inline asm code generation.
2008-02-05 Ted KremenekAdded pretty-printing support for lval::SymIntConstrain...
2008-02-05 Anders CarlssonHandle simple asm statements correctly.
2008-02-05 Chris Lattnersimplify some code.
2008-02-05 Ted KremenekMoved implementation of cast<> for SymbolData closer...
2008-02-05 Ted KremenekAdded new "NonLValue" class: SymIntConstraintVal. This...
2008-02-05 Ted KremenekMoved subclasses of LValue and NonLValue into their...
2008-02-05 Ted KremenekAdded "SymIntConstraint", a utility class to represent...
2008-02-05 Steve NaroffFix Parser::ParseObjCTryStmt() to allow for trailing...
2008-02-05 Anders CarlssonAdd some binops.
2008-02-05 Anders CarlssonMore improvements to inline asm CG.
2008-02-05 Ted KremenekAdded "batch" processing versions of Nodify and SetValu...
2008-02-05 Ted KremenekAdded a "ConstantNotEq" map to ValueState (and added...
2008-02-05 Ted KremenekAdded some comments.
2008-02-05 Ted KremenekRenamed typedef "iterator" in ValueState to "vb_iterato...
2008-02-05 Ted KremenekReordered fields/methods in ValueState to make it more...
2008-02-05 Anders CarlssonUse correct flag value.
2008-02-05 Anders CarlssonAppend input argument to args vector.
2008-02-05 Anders CarlssonAdd code generation for inline asm statements.
2008-02-05 Chris Lattnerrewrite some of the type refinement code to eliminate...
2008-02-05 Ted KremenekOverhauling of "ValueState" so that it represents its...
2008-02-05 Chris LattnerChange the key of CGRecordLayouts from being an llvm...
2008-02-05 Chris LattnerRelax an assertion, fixing PR1968
2008-02-05 Ted KremenekValueManager now uses the BumpPtrAllocator owned by...
2008-02-05 Devang PatelUpdate outdated comment.
2008-02-05 Devang PatelCleanup InitListExpr code generation code.
2008-02-05 Eli FriedmanFix memory corruption from the type map being modified...
2008-02-05 Devang PatelKeep track of padding fields.
2008-02-05 Ted KremenekSimplified transfer functions for '++' and '--'
2008-02-05 Ted KremenekImplemented initial transfer function support for ...
2008-02-04 Ted KremenekAdded file that should have been in my previous commit.
2008-02-04 Ted KremenekCreated ValueStateManager, a full-blown class to manage...
2008-02-04 Ted KremenekImplemented transfer function for unary '~'.
2008-02-04 Christopher... Add ending newline to test.
2008-02-04 Christopher... Add experimental support for address space qualified...
2008-02-03 Bill Wendling- ccc creates output objects in same directory as the...
2008-02-03 Chris LattnerFix PR1966 by ignoring non-error diagnostics from syste...
2008-02-03 Chris Lattnerthe macro start and macro end bits in source location...
2008-02-03 Seo SanghyeonMake ccc work with older Python versions. Patch by...
2008-02-02 Chris LattnerImplement support for __extension__ which silences...
2008-02-02 Chris Lattnerminor tweak to anders patch: (only) ocu vectors support...
2008-02-02 Anders CarlssonAdd RUN line.
2008-02-02 Chris Lattnertestcase for previous patch.
2008-02-02 Chris Lattnerfix codegen on static variables which have multiple...
2008-02-02 Steve NaroffCleanup previous patch (based on feedback from Ted).
2008-02-01 Steve NaroffMake sure SourceManager/HeaderSearch don't support...
2008-02-01 Anders CarlssonAdd trailing newline.
2008-02-01 Anders CarlssonOnly OCU vectors can be splatted.
2008-02-01 Steve NaroffRename diagnostic to reflect it's role...
2008-02-01 Steve NaroffMinor API cleanup...
2008-02-01 Steve NaroffRemove temporary workaround (thanks to Ted for fixing...
2008-02-01 Ted KremenekFor ObjCAtCatchStmt, removed field 'NextAtCatchStmt...
2008-02-01 Steve NaroffFix two rewriter bugs with @catch.
2008-02-01 Ted KremenekMoved "Rewriter" tests from test/Sema to test/Rewriter.
2008-02-01 Anders CarlssonGenerate correct code for __builtin_huge_val
2008-02-01 Anders CarlssongetPrimaryDecl can return null.
2008-02-01 Anders CarlssonIt is allowed to get the address of an array subscript...
2008-02-01 Chris Lattnermake some diagnostics more terse, update testcases.
2008-02-01 Chris LattnerSema::ActOnInstanceMessage is generally doing bad thing...
2008-02-01 Ted KremenekAdded back 'CodeGen' to test suite (accidentally remove...
2008-02-01 Ted KremenekImplemented casts for ConcreteInt and ConcreteIntLValue.
2008-02-01 Chris LattnerFix PR1969. stdin has no FileEntry.
2008-02-01 Anders CarlssonImplement __builtin_huge_val.
2008-01-31 Anders CarlssonDon't try to compile .a files.
2008-01-31 Ted KremenekAdded skeleton for new LValue class ConcereteIntLValue.
2008-01-31 Chris Lattneradd some helper methods for removing and replacing...
2008-01-31 Chris LattnerAdd a new InsertText method that does the check to...
2008-01-31 Chris Lattnermove a large method out of line
2008-01-31 Chris LattnerMake rewriter::inserttext return a bool to indicate...
2008-01-31 Ted KremenekMoved RValue code in GRConstants.cpp to RValue.[h,cpp].
2008-01-31 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=1967.
2008-01-31 Lauro Ramos... Implement review feedback. Use getAsPointerType instead...
2008-01-31 Ted KremenekFixed misspelling of "LLVM" due to some editor+Ted...
2008-01-31 Chris LattnerFix PR1965: missing diagnostics for parameters that...
2008-01-31 Chris LattnerFix a bogus test
2008-01-31 Nate BegemanRemainder of the __builtin_overload feedback
2008-01-31 Chris LattnerFix a rewriter crash when the whole body of a foreach...
next