2008-02-26 |
Chris Lattner | fix an interaction between -isystem . and isysroot. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Fix bug when processing '?' operator: invalidate the... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Added boilerplate for plug-in transfer function support... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Don't emit divide-by-zero errors when we divide by... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Changed VarDecl::hasGlobalStorage() to be the negation... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Lauro Ramos... | Implement codegen for the following static var init. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Removed static analysis-specific diagnostics from Diagn... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Removed hack with toggling the signedness flag of the... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Small fixes to shore up overhauling of transfer functio... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Lauro Ramos... | Fix a bug in ConvertAsmString function. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | optimization: no longer create ExplodedNodes for Intege... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Major cleanup of the transfer function logic for '... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Lauro Ramos... | Convert x86 target specific inline asm constraints... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Fixed inverted condition. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Do include ParenExpr in the CFG; only include their... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Added lazy "symbolication" of parameter variables and... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | add parsing, ast building and pretty printing support... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Fix PR2092 by making sure the sign of the enum value... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | fix const correctness. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Fixed bug in CFG construction when a CompoundStmt ended... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Ted Kremenek | Added FIXME. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Minor bug fix in LiveVariables: don't "kill" decls... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Eli Friedman | Fix a little typo... per cfe-dev, this was apparently... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | clarify comment, this is undefined behavior in any... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | doxygenify some comments. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Better handling of calls to functions via function... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | convert tabs to spaces, patch by Mike Stump! |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Lauro Ramos... | Revert an incorrect part of my previuos patch. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Lauro Ramos... | Fix PR2086. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Fixed bug in RemoveDeadBindings when performing the... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Expanded transfer function support for divide-by-zero... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Added hack to transfer function logic to handle the... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Ted Kremenek | Added transfer function support for checking for divide... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | enable digraphs for C94, thanks to Neil for pointing... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Chris Lattner | Fix PR2090, a typo in digraph processing. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Chris Lattner | Update comment. |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Steve Naroff | Move the initialization of SEL/objc_selector from Sema... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Ted Kremenek | Two more Windows-related fixes: |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Ted Kremenek | In FileManager: use full paths to unique files and... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Eli Friedman | Minor code cleanup. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Ted Kremenek | Change encoding of TokenKind in IdentifierTable to... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Ted Kremenek | Patch from Argiris Kirtzidis: |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Fixed horrid bug in LiveVariables analysis where we... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Modified clang driver option -dump-live-variables to... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | clang driver options --dump-cfg and --view-cfg now... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | When running the GRSimpleVals analysis, skip functions... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Punt on unifying symbolic lvalues. This won't be neede... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Added "assumption" logic for lval::FuncVal and lval... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Bug fix: For transfer function for unary "!", compare... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Ted Kremenek | Bug fix in liveness: Only compute liveness information... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Return "Unknown" when using the value of a function... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Regression fix: Handle binary operators where both... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Added transfer function support for dispatching to... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Nate Begeman | add a test case |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Nate Begeman | Handle __attribute__((annotate("string"))) |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | RemoveDeadBindings should now check for UninitalizedVal... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Regression fix: Handle pointer arithmetic in unary... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Removed bogus assertions regard LValues binding to... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Remove incorrect casts from UnknownVal to NonLVal. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | FIX: Promote the correct operand. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Simplified and generalized transfer function logic... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Added transfer function support for sizeof(void) |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eli Friedman | Some const initializer tests for stuff I just committed. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Ted Kremenek | Major cleanup of path-sensitive analysis engine and... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eli Friedman | Clean up constant implicit cast emission; fixes a few... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Eli Friedman | Fix brace-enclosed string initializers for char arrays... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Gabor Greif | Change variable name to Tq (from TQ) |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Gabor Greif | Added classes SolarisTargetInfo and |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | implement codegen support for sizeof(void), fixing... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | add some semantic checks for address spaces. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | add a fixme. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | Collect and build and process type attributes on pointe... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | move some code, no other change. |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | move type attribute processing into the creatively... |
commit | commitdiff | tree | snapshot |
2008-02-21 |
Chris Lattner | Correctly handle address space qualifiers in declspecs... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | move ConvertDeclSpecToType into Sema |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | rename some methods. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | Use getKind() in HandleDeclAttribute instead of decodin... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | add a method to AttributeList that converts an identifi... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Nate Begeman | Tabs are the enemy |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | add some code that will be used to remove processed... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | Change ConvertDeclSpecToType to break out of switch... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Chris Lattner | Alternate address spaces work: |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Ted Kremenek | Implemented transfer function logic for unary '+' |
commit | commitdiff | tree | snapshot |
2008-02-20 |
Ted Kremenek | Placed transfer function logic for dereferences in... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Lauro Ramos... | Improve non-const initializer implementation. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Lauro Ramos... | Implement CodeGenModule::getMemSetFn method. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Added missing case in constant propagation logic for... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Added special handling for UninitializedVals for the... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Implemented "getType()" for symbolic values representin... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Lauro Ramos... | Simplify aggregate initilizer implementation. Use the... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Fixed transfer function for casts to always evaluate... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Added transfer function support for casting to "void". |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Chris Lattner | fix the second half of PR2041: __restrict is ok in... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Fixed bug classof() bug with RValues that could cause... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | For now, --grsimple skips analyzing functions in header... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Added back explicit state/node creation when visiting... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Added boilerplate transfer function support for CallExprs. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Nate Begeman | Allow ArraySubscriptExpr to be a base node for vector... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
Ted Kremenek | Added FIXME for properly handling local arrays using... |
commit | commitdiff | tree | snapshot |
next |