]> granicus.if.org Git - clang/shortlog
clang
2008-02-11 Chris LattnerFix PR1992 by computing the right type for string liter...
2008-02-10 Eli FriedmanBasic codegen test for conditional with void*.
2008-02-10 Eli FriedmanAdd a couple of sema tests for qualifiers with conditio...
2008-02-10 Chris LattnerFix PR1999, by emitting a hard error only if an argumen...
2008-02-10 Eli FriedmanFix the type of conditionals involving void* to be...
2008-02-10 Steve NaroffAdd a diagnostics helper to remove some redundant code.
2008-02-10 Chris Lattnerlong is 32-bit is on win32.
2008-02-10 Steve NaroffRefine bug fix to Expr::isLvalue (commit r46917).
2008-02-10 Steve NaroffChange Expr::isLvalue() to allow the "void" type. This...
2008-02-09 Anders CarlssonImplement __builtin_va_copy
2008-02-09 Anders CarlssonBehave correctly if a constraint expression is invalid.
2008-02-09 Steve NaroffFix spelling in comment.
2008-02-09 Steve NaroffFix <rdar://problem/5733511> clang doesn't emit error...
2008-02-09 Eli FriedmanExpose the logic for field address codegen; it is neede...
2008-02-08 Steve NaroffA bunch-o changes to fix <rdar://problem/5716046> incom...
2008-02-08 Ted KremenekSplit off expression-bindings in ValueState from variab...
2008-02-08 Ted KremenekChanged "GetValue" methods to take an
2008-02-08 Lauro Ramos... Fix a bitfield regression. Reported by Anders Carlsson.
2008-02-08 Ted KremenekMoved implementation of "RemoveDeadBindings" from the...
2008-02-08 Ted KremenekRemoved ability to create symbol bindings
2008-02-08 Steve NaroffUse getLogicalLineNumber() in FuzzyParseMicrosoftAsmSta...
2008-02-08 Ted KremenekMoved that clang doesn't depend on llvm-gcc above
2008-02-08 Ted KremenekImplemented transfer functions for "<<" and ">>" when...
2008-02-08 Eric ChristopherAdd instructions for building clang while building...
2008-02-08 Ted KremenekImplemented transfer functions for Statement-Expression...
2008-02-08 Eric ChristopherDe-^Mify file.
2008-02-08 Steve NaroffSupport fuzzy parsing MS line-oriented __asm's that...
2008-02-08 Ted KremenekMore variable renamings.
2008-02-08 Ted KremenekRenamed InvalidValue to UnknownVal.
2008-02-08 Eli FriedmanFix indentation.
2008-02-08 Eli FriedmanDetabify SemaExpr. My text editor defaults to 8 spaces...
2008-02-08 Eli FriedmanImprove diagnostic for illegal array initialization.
2008-02-08 Anders CarlssonPut back the top-level asm code; all tests pass now.
2008-02-08 Anders CarlssonBack out 46855 for now, it causes test failures on...
2008-02-07 Steve Naroff- Add support for fuzzy parsing line-oriented __asm...
2008-02-07 Lauro Ramos... Simplify bitfield codegen.
2008-02-07 Lauro Ramos... Fix codegen of
2008-02-07 Anders CarlssonHandle top-level asm declarations.
2008-02-07 Steve NaroffMinor cleanup from yesterday's -fms-extension commit...
2008-02-07 Ted KremenekAdded some more opcode pretty-printing.
2008-02-07 Ted KremenekAdded proof-of-concept NULL pointer diagnostics to...
2008-02-07 Ted KremenekAdded support to distinguish between both implicit...
2008-02-07 Chris LattnerImplement support for the extremely atrocious MS /...
2008-02-07 Chris Lattnerthese aren't tokens.
2008-02-07 Ted KremenekAdded recording of "implicit" NULL dereferences of...
2008-02-07 Eli FriedmanAdd a FIXME for alternate address spaces.
2008-02-07 Chris Lattnerget the tree building again
2008-02-07 Ted KremenekAdded several guards in transfer functions for "Invalid...
2008-02-07 Steve NaroffImplement -fms-extensions. This allows us to fuzzy...
2008-02-07 Ted KremenekFixed bug in LiveVariables analysis where Block-level...
2008-02-07 Ted KremenekAdded transfer function logic for ReturnStmts.
2008-02-06 Ted KremenekMinor reordering of the serialization of the fields...
2008-02-06 Ted KremenekMajor code refactoring/cleanup with transfer function...
2008-02-06 Eli FriedmanMake sure to propagate qualifiers through the member...
2008-02-06 Chris Lattnerexplicitly document that return statement argument...
2008-02-06 Anders CarlssonUse the subprocess module instead of os.system. Patch...
2008-02-06 Ted KremenekAdded main transfer function support for unary operator...
2008-02-06 Ted KremenekAdded assumption logic for symbolic non-lvalues when...
2008-02-06 Anders CarlssonAdd pointer + int (and vice versa) to the constant...
2008-02-06 Anders CarlssonGenerate code for the various __builtin_ctz functions.
2008-02-06 Chris Lattnernow that ConvertTagDeclType is nice and simple, use...
2008-02-06 Chris Lattnersimplify and speed up type refinement logic. No functi...
2008-02-06 Chris Lattneronly convert the type name once, not each type it is...
2008-02-06 Eli FriedmanFix the codegen of structs with flexible array members.
2008-02-06 Chris Lattnersimplify a bunch of code.
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...
next