- 32263ea Add RUN line. by Anders Carlsson · 17 years ago
- c07aeea testcase for previous patch. by Chris Lattner · 17 years ago
- ed430e9 fix codegen on static variables which have multiple decl nodes. These by Chris Lattner · 17 years ago
- 543c7c6 by Steve Naroff · 17 years ago
- 30b6d14 by Steve Naroff · 17 years ago
- 2c90720 Add trailing newline. by Anders Carlsson · 17 years ago
- aba8c57 Only OCU vectors can be splatted. by Anders Carlsson · 17 years ago
- 232324e by Steve Naroff · 17 years ago
- 397c4ce by Steve Naroff · 17 years ago
- 423cc87 by Steve Naroff · 17 years ago
- 61aa7f9 For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch) by Ted Kremenek · 17 years ago
- 929c77e by Steve Naroff · 17 years ago
- 9e1b80d Moved "Rewriter" tests from test/Sema to test/Rewriter. by Ted Kremenek · 17 years ago
- 8fc5f60 Generate correct code for __builtin_huge_val by Anders Carlsson · 17 years ago
- 655694e getPrimaryDecl can return null. by Anders Carlsson · 17 years ago
- 4b3db2b It is allowed to get the address of an array subscript, even if the array has the register qualifier, if the array is really a pointer. by Anders Carlsson · 17 years ago
- 05fd1cc make some diagnostics more terse, update testcases. by Chris Lattner · 17 years ago
- e1b957d Sema::ActOnInstanceMessage is generally doing bad things with typedefs, but by Chris Lattner · 17 years ago
- 835cff0 Added back 'CodeGen' to test suite (accidentally removed in my last patch). by Ted Kremenek · 17 years ago
- 6e24a80 Implemented casts for ConcreteInt and ConcreteIntLValue. by Ted Kremenek · 17 years ago
- 017d65b Fix PR1969. stdin has no FileEntry. by Chris Lattner · 17 years ago
- 5f8c609 Implement __builtin_huge_val. by Anders Carlsson · 17 years ago
- dfcf69a Don't try to compile .a files. by Anders Carlsson · 17 years ago
- c1f8083 Added skeleton for new LValue class ConcereteIntLValue. by Ted Kremenek · 17 years ago
- b8a1b04 add some helper methods for removing and replacing text, this makes the by Chris Lattner · 17 years ago
- 6216f29 Add a new InsertText method that does the check to see if the insertion was valid. This by Chris Lattner · 17 years ago
- 1249968 move a large method out of line by Chris Lattner · 17 years ago
- b154837 Make rewriter::inserttext return a bool to indicate if it failed. by Chris Lattner · 17 years ago
- 7219790 Moved RValue code in GRConstants.cpp to RValue.[h,cpp]. by Ted Kremenek · 17 years ago
- 098c10a by Steve Naroff · 17 years ago
- acedcee Implement review feedback. Use getAsPointerType instead of cast<PointerType>. by Lauro Ramos Venancio · 17 years ago
- 2e16060 Fixed misspelling of "LLVM" due to some editor+Ted madness. by Ted Kremenek · 17 years ago
- e5db29f Fix PR1965: missing diagnostics for parameters that are missing by Chris Lattner · 17 years ago
- 25166a0 Fix a bogus test by Chris Lattner · 17 years ago
- c6078c9 Remainder of the __builtin_overload feedback by Nate Begeman · 17 years ago
- 2c02216 Fix a rewriter crash when the whole body of a foreach is itself by Chris Lattner · 17 years ago
- e78c1ea Fix PR1921 by promoting negative indices to intptrty. by Chris Lattner · 17 years ago
- c48b8e4 Added transfer function support for unary '&' and '*', providing basic by Ted Kremenek · 17 years ago
- 2ed959f Make CallExpr::isBuiltinConstantExpr slightly more efficient. by Anders Carlsson · 17 years ago
- 44aec4c by Steve Naroff · 17 years ago
- e08637b Added 'SymbolicLValue' class to represent LValues whose value is symbolic. by Ted Kremenek · 17 years ago
- a9eae58 by Steve Naroff · 17 years ago
- 428d39e We now delay adding nodes created by GRBranchNodeBuilder to the analysis by Ted Kremenek · 17 years ago
- 9096097 Implemented some branch pruning in GRConstants using != and == for by Ted Kremenek · 17 years ago
- 1eaa671 Added method "printTerminator" to CFGBlock so that external clients can by Ted Kremenek · 17 years ago
- 1427f36 by Steve Naroff · 17 years ago
- 2f04955 getLLVMFieldNo can't be called before emitting the base value. by Lauro Ramos Venancio · 17 years ago
- c322e17 A pointer to an opaque type is an "opaque type definition". by Lauro Ramos Venancio · 17 years ago
- fd44db3 On an unexpected @foo keyword, return failure instead of a 'successful' null AST. This fixes a segfault by Chris Lattner · 17 years ago
- bd881ef Implement first round of feedback on __builtin_overload by Nate Begeman · 17 years ago
- f0154e9 Typo. by Fariborz Jahanian · 17 years ago
- 53b6f4c by Steve Naroff · 17 years ago
- c01aa90 Minor cosmetic cleanups: replaced some integer literals with constants and by Ted Kremenek · 17 years ago
- a31965b Add TODO marker so that it is easier to search. by Devang Patel · 17 years ago
- 7482070 Ignore __aligned__ with zero arguments in addition to __aligned__ with by Eli Friedman · 17 years ago
- 5f5d622 Fixed misc. issues raised by Chris L. on @synchronized implementation. by Fariborz Jahanian · 17 years ago
- 3328486 Fix codegen for conditionals with incommpatible pointer types. Code by Eli Friedman · 17 years ago
- 6b79f4e fix a problem reported by Eli, caused by not keeping bool as i1 by Chris Lattner · 17 years ago
- bef4756 make this pass by adding an expected error, add some tests. by Chris Lattner · 17 years ago
- 26a9d92 Eli points out this can only happen for scalar elements. by Chris Lattner · 17 years ago
- 61f8977 Be more explicit about what flavors of initlistexpr's we can see. I don't by Chris Lattner · 17 years ago
- 006d154 move some constructors out of line and fix indentation in ObjCAtThrowStmt::getSourceRange. by Chris Lattner · 17 years ago
- 261f4ad Make sure to emit all the arguments to a function call. This fixes the by Eli Friedman · 17 years ago
- b00247f by Steve Naroff · 17 years ago
- 707108b Added method "markInfeasible" to GRBranchNodeBuilder to disable the by Ted Kremenek · 17 years ago
- 6ff3cea Implemented more boilerplate in GREngine for processing branches. Now by Ted Kremenek · 17 years ago
- 4ecd9bb Fixed bit-setting bug for ExplodedNodeImpl::NodeGroup. by Ted Kremenek · 17 years ago
- d72d101 Handle incomplete struct initializer. by Devang Patel · 17 years ago
- 499bf41 Rewriting of @synchronized. This has one FIXME in it. But this should allow @sychronized to be rewritten. by Fariborz Jahanian · 17 years ago
- 19fbb10 Added boilerplate logic in GREngine for processing branches. by Ted Kremenek · 17 years ago
- 1118e58 Renamed GRNodeBuilder to GRStmtNodeBuilder. by Ted Kremenek · 17 years ago
- 32abead Minor fix in transfer function of '!=' where a 'false' literal should by Ted Kremenek · 17 years ago
- 33185e6 - Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create(). by Ted Kremenek · 17 years ago
- 19072e0 Added preliminary transfer function support for '==' and '!='. by Ted Kremenek · 17 years ago
- c9fd4d1 AST for @synchronized. by Fariborz Jahanian · 17 years ago
- 577f972 by Steve Naroff · 17 years ago
- 993360a Bunch of type defs, etc. for @synchronized. by Fariborz Jahanian · 17 years ago
- 24f3397 Fix a bug where CodeGen would attempt to erase an instruction that was by Eli Friedman · 17 years ago
- 4a2d6b7 Added "SymbolManager", which manages the set of symbolic values used by Ted Kremenek · 17 years ago
- 52774ad Implement __builtin_offsetof. by Anders Carlsson · 17 years ago
- d3df8e7 fix comment typo by Chris Lattner · 17 years ago
- e890f4b add diagnostic by Chris Lattner · 17 years ago
- fb40954 Fix a bug where we would incorrectly emit a "cannot paste" error by Chris Lattner · 17 years ago
- d32157f Use the canonical type when comparing array types so the comparison by Eli Friedman · 17 years ago
- a93e51d Improvements to ccc. Patch by Shantonu Sen. by Anders Carlsson · 17 years ago
- 98cd0ce Fixed bug where not all dead subexpressions were being pruned from the analysis by Ted Kremenek · 17 years ago
- d03aece Modified LiveVariables to perform all of its base initialization in the ctor, by Ted Kremenek · 17 years ago
- bbaed75 by Steve Naroff · 17 years ago
- cc4855e Handle binary or in constant expressions. by Anders Carlsson · 17 years ago
- 544cbe5 Correctly handle constants that refer to enums. by Anders Carlsson · 17 years ago
- 35ab4f9 Correctly handle scalars in braces. by Anders Carlsson · 17 years ago
- 2df0262 Added skeleton code for tracking the values of function parameters. by Ted Kremenek · 17 years ago
- 7c64741 Driver now passes the top-level FunctionDecl* to GRConstants. by Ted Kremenek · 17 years ago
- dec17fe by Steve Naroff · 17 years ago
- 8c9bc34 Added RValue class "UninitializedValue". by Ted Kremenek · 17 years ago
- 99163e5 Added transfer function logic for "%=" operator. by Ted Kremenek · 17 years ago
- 6211331 Added transfer function hookups for "modulo" operator. by Ted Kremenek · 17 years ago
- b4ff8a9 Minor tweaking with hierarchy of NonLValue objects: SymbolValue is by Ted Kremenek · 17 years ago
- 0922ec8 Some additional cleanups with method names. by Ted Kremenek · 17 years ago
- d404c35 by Steve Naroff · 17 years ago