2007-09-04 |
Fariborz Jahanian | Patch to parse objective-c's @compatibility_alias direc... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Hartmut Kaiser | Set eol and mime type properties for VC8 build files |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Hartmut Kaiser | Updated VC8 project files. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Ted Kremenek | Updated calls to CreateGEP to new interface in LLVM... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | disable this for now. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Steve Naroff | Make sure initializer type promotions get propagated. |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | updates (?) to the vc++ files, patch by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | silence VC++ warnings, patch by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | Silence VC++ warnings, patch by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | eliminate some VC++ warnings, patch contributed by... |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Chris Lattner | add a VC++ solution file, contributed by Hartmut Kaiser |
commit | commitdiff | tree | snapshot |
2007-09-04 |
Steve Naroff | More fun with initializers! |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | VC++ doesn't define S_ISDIR |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Add a method required by the VC++ STL, patch by Hartmut... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Add #include required on win32. |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Eliminate some VC++ warnings, patch by Hartmut Kaiser! |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | Add #ifdefs to make the source portable to windows... |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Chris Lattner | initial checkin of vc++ project files, contributed by |
commit | commitdiff | tree | snapshot |
2007-09-03 |
Steve Naroff | Finish getting "array-init.c" to work properly. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Steve Naroff | More progress on array initializers. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Steve Naroff | More semantic analysis of initializers. |
commit | commitdiff | tree | snapshot |
2007-09-02 |
Steve Naroff | Start implementing semantic analysis for C initializers. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Steve Naroff | Finish converting SwitchStmt AST to source ranges. |
commit | commitdiff | tree | snapshot |
2007-09-01 |
Fariborz Jahanian | Patch to parse @implementation prologue, method definit... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Steve Naroff | Convert more statments over to SourceRanges... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Steve Naroff | Move SourceRange protocol from Expr->Stmt. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | add stmtexpr support for aggregates |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | add support for complex stmtexpr's |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | Generalize RValue to handle complex better, generalize... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Fixed missing '(' and ')' characters in (CFG) pretty... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Added better pretty printing in CFGs for __builtin_choo... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Further cleanups in CFG printing for comma expressions... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | implement code generation for scalar stmt expressions. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | Fix a bug/missing-feature Ted noticed: the 'unused... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Cleanups for printing the terminators of CFGBlocks... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | diagnose extended uses of offsetof |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | new diag |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Added "PrinterHelper" interface (include/AST/PrinterHel... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Added #ifndef/#endif statements to protect the header... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Steve Naroff | Removed Sema::VerifyConstantArrayType(). With the new... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Ted Kremenek | Added support for __builtin_choose_expr (ChooseExpr... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Fariborz Jahanian | Author: F. Jahanian |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | don't turn semantic errors into parse errors. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | fix some memory leaks when recovering. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Anders Carlsson | Add InitListExpr class. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | add actions for deleting expr/stmt nodes. |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | Implement codegen support for lowering "library builtin... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | add the ability to get the llvm function corresponding... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Chris Lattner | add some accessors for querying attributes of builtins... |
commit | commitdiff | tree | snapshot |
2007-08-31 |
Steve Naroff | Sema::ParseCastExpr() missing call to UsualUnaryConvers... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Steve Naroff | Final phase of array cleanup (for now), removing a... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Ted Kremenek | Minor cleanups to pretty-printing for loops in CFGs. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Ted Kremenek | Fixed a bug in constructing CFG blocks for case stateme... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Steve Naroff | Diff is self small & self explanatory... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Ted Kremenek | Fixed bug in CFG construction where we failed to handle... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Ted Kremenek | Fixed bug in CFG construction involving use of labels... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Steve Naroff | Fix a comment. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Ted Kremenek | Fixed bug where the CFG would fail to build when an... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Steve Naroff | Polish yesterday's Array/ConstantArray/VariableArray... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | implement pretty printing of offsetof |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | a new testcase |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | implement initial sema support for __builtin_offsetof |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | Pass the location of the type. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | Fix 80 col violations. |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Ted Kremenek | Fixed bug for CaseStmt where the child_begin/child_end... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | make sure to parse postfix expression suffixes after... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | add an action callback for __builtin_offsetof |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | -C mode doesn't return comments on "#" lines, so the... |
commit | commitdiff | tree | snapshot |
2007-08-30 |
Chris Lattner | When relexing the file to find expected warnings/errors... |
commit | commitdiff | tree | snapshot |
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 |
next |