2007-08-30 |
Chris Lattner | fix a bug that is causing CodeGen/complex.c to be grumpy. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | Teach the stmtdumper to dump location/range info when... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | Fix a regression on test/Sema/unused-expr.c by fixing... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | constify a method. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Steve Naroff | Fix the following redefinition errors submitted by... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | Previous commit should have been: |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | elimiante some virtual calls. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | Allow a SourceManager to optionally be passed into... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Ted Kremenek | Added comments about -dump-cfg and -view-cfg modes... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Ted Kremenek | Added an (optional) explicit "Label" statement to CFGBl... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Chris Lattner | cleanup context-sensitive objc keyword recognition... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Neil Booth | Spaces not tabs. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Neil Booth | Ensure we diagnose long long literals in C90 mode. |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Ted Kremenek | Added GraphTraits to source-level CFGs (CFG and CFGBloc... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Ted Kremenek | Added checking (during parsing) of comparison of floati... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Chris Lattner | Teach Type::is[un]SignedIntegerType about enum decls... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Chris Lattner | Implement GCC-compatible layout and typing of enum... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Chris Lattner | add some accessors |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Chris Lattner | Fix a null dereference Neil ran into |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Chris Lattner | remove some ugly code now that implicit defs are being... |
commit | commitdiff | tree | snapshot |
2007-08-29 |
Steve Naroff | Re-teach Expr::isNullPointerConstant() about ImplicitCa... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Steve Naroff | Implement default argument promotions (for old-style... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Steve Naroff | Teach Expr::isNullPointerConstant() about ImplicitCastE... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Steve Naroff | Finish converting decls over to the new invalid decl... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Ted Kremenek | Added support for indirect-gotos (GCC extension) in... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Steve Naroff | Move the "invalid decl" idiom up to Decl (where we... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | Emit a slightly better warning for unused values for... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | add a sourcelocation to binary operator to keep track... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Ted Kremenek | Added support for GCC-style statement expressions in... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | Change EnumDecl to store its corresponding integer... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Ted Kremenek | Added support for comma expressions and DeclStmts which... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Ted Kremenek | Fixed return-of-stack-address checker to correctly... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | extwarn about VLAs in C89 mode. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | c++'0x has long long also. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | warn about long long when in c89 mode. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Steve Naroff | Tweak declaration... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Ted Kremenek | Removed special-casing in CFG construction for ParenExprs. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | fix 80 col violation |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | compute the required destination type for an enum,... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | remove dead method. |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | add a diagnostic: |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | move a todo |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | now that all the infrastructure is in place, enforce... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Chris Lattner | If the condition of a for statement is promoted, make... |
commit | commitdiff | tree | snapshot |
2007-08-28 |
Steve Naroff | Implement more thoughful error recovery when dealing... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Ted Kremenek | Added support for short-circuit '&&' and '||' operators... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Steve Naroff | Some minor aesthetic changes to the control flow. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Steve Naroff | Fix remaining bugs with complex/float promotions. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Ted Kremenek | Implemented support for ternary "?" operators in source... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | Fix a few enum-related fixme's |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Ted Kremenek | Fixed bug in child_begin/child_end for CallExpr where... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Ted Kremenek | Fixed bug in child_begin/child_end for ReturnStmt where... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Ted Kremenek | Changes to CFGBuilder: |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | constify some stuff |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | teach codegen to lay out enum types. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | implement sizeof(enum x), patch inspired by Keith Bauer. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | better error recovery for non-i-c-e enum constants. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | C++ allows empty enum list. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | add some accessors. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | Add enum type conversion policies, patch by Keith Bauer |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Ted Kremenek | Updated checker for "return of address of stack variabl... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | add some more testcases now that sema is happier :) |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Steve Naroff | Replaced ASTContext::maxFloatingType() with ASTContext... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | testcase that doesn't work quite yet |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | extwarn about decls intermixed with code in c89 mode. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Steve Naroff | Add Type::getAsBuiltinType() and Type::builtinTypesAreC... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Steve Naroff | Tweak a comment and assert. |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Steve Naroff | Replaced ASTContext::maxComplexType() with ASTContext... |
commit | commitdiff | tree | snapshot |
2007-08-27 |
Chris Lattner | implement a fixme: __extension__ marker on decls in... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | move EmitAggregateCopy into AggExprEmitter |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Fix test/Parser/if-scope-*.c. Patch by Neil Booth! |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove dead protos |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | eliminate EmitAnyExpr, inlining it and simplifying... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | eliminate use of EmitAnyExpr. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement a fixme |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Implement compound assignment operators whose LHS is... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement codegen of compound assignment operators... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | If a visitor doesn't define VisitBinMulAssign, fallback... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | compound assignment operators are of type CompoundAssig... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | dispatch to functions like VisitBinRemAssign with... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | update fixme's |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement complex division |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Add isysroot support, patch by Keith Bauer |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Fix %p format checking, patch by Keith Bauer. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | For warnings like this: |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Fix a bug reported by Keith Bauer |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | fix a typo noticed by Gordon Henriksen |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | llvmgcc is right :) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | compound assignmetns work for scalars. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement conversions of complex to bool. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove ConvertScalarValueToBool. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | reimplement ConvertScalarValueToBool in CGExprScalar.cpp |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | refactor some code to expose compex->scalar conversion... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | be slightly more volatile correct |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Steve Naroff | Fix bogus warnings (noticed by Chris) with array-constr... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | these fixme's are easy :) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement a fixme, add a couple more :) |
commit | commitdiff | tree | snapshot |
next |