2008-11-14 |
Ted Kremenek | Handle the case where 'element' in ObjCforCollectionstm... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Ted Kremenek | Fix CFG construction for ObjCForCollectionStmt: 'elemen... |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Ted Kremenek | Rename header file. |
commit | commitdiff | tree | snapshot |
2008-11-14 |
Ted Kremenek | Rename ExprDeclBitVector to BlkExprDeclBitVector, and... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Fix some validation errors. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Start a "hacking" page with some simple notes on gettin... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Steve Naroff | Add file to VC++ project. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Douglas Gregor | Some cleanup for the implementation of built-in operator |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Steve Naroff | Fix an obscure rewriter bug when rewriting implementati... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Chris Lattner | Fix a couple of suboptimalities in error recovery. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Chris Lattner | don't highlight field name, just put a caret on it. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Chris Lattner | disable these two tests, they crash and take a long... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Chris Lattner | implement a fixme :), switch to -verify mode. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Steve Naroff | Fix <rdar://problem/6343942> clang ObjC rewriter: crash... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Using llvm::OwningPtr<> for CurLexer and CurTokenLexer... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Use PushIncludeMacroStack/PopMacroStack instead of... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Update Xcode project. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | - Revert r59229 and r59232: AllocRegion should be immut... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Process array base expression of any type. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Add test for unsigned array index. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Array index might be unsigned. We have to generate... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Add test for incomplete struct pointer. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Incomplete struct pointer can be used as a function... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Add a test case for alloca(). |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Lift the pointer to alloca'ed region to the pointer... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Zhongxing Xu | Change AllocaRegion to subclass TypedRegion. We need... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Hook up "BodyBlock", not "Block". |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Correctly connect 'continue' and 'break' statements... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | GRExprEngine/CFRefCount/GRSimpleVals: We don't do any... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Eli Friedman | Fix for crash issues with comma operators with a void... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Obey the FIXMES! |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Fix uninitialized variable. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | [LLVM up] Update for raw_fd_ostream change. This fixes... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | GRExprEngine::VisitInitListExpr: |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Easy IRgen improvement for bitfields, don't emit x... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Eli Friedman | Backout of r59196, plus a new ICE test. Sorry if this... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Supply finished flag to EmitBlock for common statements... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Normalize many BasicBlock names. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Revert to older checker build. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Add IsFinished arg to EmitBlock. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | For if blocks with no else, name the join block ifend... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Ted Kremenek | Fix bug where the body block of an ObjCForCollectionStm... |
commit | commitdiff | tree | snapshot |
2008-11-13 |
Daniel Dunbar | Fix bug in constant evaluation exposed by 176.gcc. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Updated checker build. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Douglas Gregor | Don't build identifiers for C++ constructors, destructo... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Douglas Gregor | Fix compilation on 64-bit targets |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Move some diagnostic handling to PreprocessorLexer. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Add virtual dtor to PreprocessorLexer. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Add LexIncludeFilename. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Remove Lexer::LexIncludeFilename. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Move LexIncludeFilename from Lexer to PreprocessorLexer. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Quick fix for crash in IRgen when we can tryEvaluate... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Use PushIncludeMacroStack() instead of manually manipul... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Unbreak last commit. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Add Preprocessor::PushIncludeMacroStack() and Preproces... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Update CFGStmtVisitor to recognize that ObjCForCollecti... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Disable some debug prints. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Douglas Gregor | Slightly improve type hash |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Add skeleton for PTH lexer. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Move pieces of Lexer that the Preprocessor mutates... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Fix a FIXME by improving a diagnostic, add a testcase... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Sebastian Redl | 64-bit test fixes. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | make TryFixInvalidVariablyModifiedType a static function. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Shore up transfer function for ObjCForCollectionStmt. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Use Stmt* instead of Expr* for block-level expression. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | ObjCForCollectionStmts are block-level expressions. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Restructure code to encourage fallthrough, no functiona... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | fix PR3048. I'm going to do some more work before... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Add (preliminary) transfer function support for ObjCFor... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Conjured symbols now bind to Stmt* instead of Expr*. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | Update method names involving GRStateRef. No functiona... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | GRStateRef: |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Ted Kremenek | StoreManager::BindDecl now takes an SVal* for the initi... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Douglas Gregor | Implement support for operator overloading using candid... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Start a README.txt of possible optimizations to do... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Handle ?: in EmitBranchOnBoolExpr. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Rename ?: operator blocks to cond.true and cond.false... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Comment/indentation fix. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Eli Friedman | Some additions to tryEvaluate I've had sitting around... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Lower ?: into select when the selected values are cheap... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | emit better codegen for ||/&&, shrinking expr.ll by... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | use ConstantFoldsToSimpleInteger instead of code emissi... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | IRgen improvements on unreachable code: |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Handle Unary ! in EmitBranchOnBoolExpr, so that we... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Use EmitBranchOnBoolExpr in VisitConditionalOperator... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Move EmitBranchOnBoolExpr and ConstantFoldsToSimpleInte... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | sort files by name. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Make emission of 'if' conditions much more sophisticate... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | fix a crash analyzing constants in 176.gcc/expr.c with... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Teach the aggressive constant folder to fold X && 0... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Chris Lattner | Clean up some code to use isZero instead of calling... |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Sebastian Redl | Fix testcase for 64-bit systems. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Use createBasicBlock here too. |
commit | commitdiff | tree | snapshot |
2008-11-12 |
Daniel Dunbar | Disable generation of basic block names in NDEBUG mode. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Daniel Dunbar | Rework IRgen invariant w.r.t. current insert point. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Daniel Dunbar | Change EmitBranch to always clear the insert point... |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Daniel Dunbar | Emit debug region end in unified return block. |
commit | commitdiff | tree | snapshot |
2008-11-11 |
Anton Korobeynikov | Codegen support for fastcall & stdcall CC. |
commit | commitdiff | tree | snapshot |
next |