2007-08-25 |
Chris Lattner | Fix clang -parse-ast-dump carbon.c |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | rename sNames -> StmtClassInfo. Make lookups constant... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Steve Naroff | This modest change insures ImplicitCastExpr's get gener... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | remove a dead argument |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | implement codegen for real/imag. TODO: imag of non... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | Implement sema support for __real/__imag nodes. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ted Kremenek | Added child_begin/child_end to all subclasses of Stmt... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | Teach emit-llvm for scalars to properly handle compound... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ted Kremenek | Added ExprCXX.cpp |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ted Kremenek | Implementation of child_begin/child_end for C++ express... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ted Kremenek | Implemented child_begin/child_end for our current set... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ted Kremenek | Finished adding child_begin/child_end to all subclasses... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Steve Naroff | Surpress ImplicitCastExprs for compound assignment... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Ted Kremenek | Began implementing "child iterator" interface for Stmts... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Steve Naroff | Make sure we get extension diagnostics for GCC's comple... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | print the computation type for compound assignment... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | completely refactor codegen of scalar expressions out... |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | rename two files. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | implement codegen of builtin_choose_expr for complex. |
commit | commitdiff | tree | snapshot |
2007-08-24 |
Chris Lattner | stub out complex -> bool conversion. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | make this harder |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | implement complex subtraction |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | implement passing of complex and aggregates through... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | in the truncation case, make sure to propagate the... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Steve Naroff | Support '~' for complex conjugation. This is a GCC... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | fix a bug where we would type 0ULL as unsigned instead... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | Pretty print as: |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | sizeof(x) doesn't require x to be an i-c-e for sizeof... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | No functionality change. Moved visitor methods for... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | add support for codegen of calls returning complex. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Steve Naroff | Remove a FIXME, allowing ++/-- on Complex types (a... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | moved CFGBuilder into an anonymous namespace |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Steve Naroff | - Cleanup "hack" comment and fix typos. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | Added support for switch, default, and case statements... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | finish off switch case overlap checking, adding support for |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Steve Naroff | Add helper functions Token::isObjCAtKeyword() and Token... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | Refactored "getSubStmt" and "SubStmt" from the CaseStmt... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | detect and diagnose empty case ranges: |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | For gotos, breaks, and continues where we cannot find... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | Added support for do..while loops in CFG construction. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | Modified CFG to have explicit "Exit" pointer for exit... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Ted Kremenek | Renamed "CFG::BuildCFG" to "CFG::buildCFG" to have... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Anders Carlsson | As suggested by Chris, use MatchRHSPunctuation instead... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Anders Carlsson | Parse ObjC @protocol expressions. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | fix a segfault in cases where there are no cases. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | report duplicate case values. TODO: report duplicate... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | this test is passing, though it is generating bogus... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | start checking case values of switch stmts more closely... |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | Update to match the API from LLVM mainline. |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | run .m files as tests |
commit | commitdiff | tree | snapshot |
2007-08-23 |
Chris Lattner | Test that cocoa parses with -parse-noop. In the future |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Steve Naroff | With this commit, we now successfully parse "Cocoa.h"! |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Fixed bugs in source-level CFG construction for "for... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Steve Naroff | Fix a misleading comment... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Steve Naroff | Add support for parsing protocols. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Added support for "break" statements in source-level... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Added support for "continue" statements in source-level... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Added preliminary support for while loops within source... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Added explicit pointer within class CFG to the Entry... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Steve Naroff | Finish up method prototype parsing. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Added CFG support for: for loops |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Steve Naroff | Add support for parsing method prototypes (and other... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Ted Kremenek | Changed data structure recording the CFG blocks that... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Anders Carlsson | Parse @encode expressions. |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Chris Lattner | update todo markers |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Chris Lattner | optimize scope push/pop to avoid work in the common... |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Chris Lattner | Fix the scoping issue Neil pointed out for the rest of |
commit | commitdiff | tree | snapshot |
2007-08-22 |
Chris Lattner | Fix a nasty C99 scope issue that Neil pointed out ... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Ted Kremenek | Added CFG support for gotos and labels. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add some fixme's, implement complex struct members. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | implement codegen for --/++ |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Ted Kremenek | Converted CFGBuilder to use StmtVisitor instead of... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add cfg.h/cfg.cpp to the xcode project at Ted's request. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Ted Kremenek | Added CFG infrastructure (CFG.cpp and CFG.h) for clang... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Steve Naroff | Implement parsing for objc instance variables. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | implement __extension__ and unary~ for complex. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Ted Kremenek | Added reverse iterators for the body of CompountStmt... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | implement codegen for complex unary +/- |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Anders Carlsson | Don't remove the grammar construct, just the TODO. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | minor nicities. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | Tweak error recovery for missing semicolon after decl... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add unary operator support to the stmtvisitor |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Anders Carlsson | Remove objc-string-literal since it's been implemented... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | implement support for complex subscripts. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | allow support for volatile lvalues even though it's... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Anders Carlsson | Implement parsing and code generation of Objective... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add a new builder ivar. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | move EmitLoadOfComplex/EmitStoreOfComplex into ComplexE... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | implement comma for complex. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | and/or/xor are invalid for complex, even integer comple... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | simplify code slightly |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add sema support for complex integer types |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | reimplement support for complex comparisons, add suppor... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add getAsComplexType() for consistency |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | Add the comparisons and logical binops to the visitor. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | reimplement complex mul |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | add a testcase I forgot to check in long ago |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | update some comments. |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | Split complex arithmetic codegen out from aggregate... |
commit | commitdiff | tree | snapshot |
2007-08-21 |
Chris Lattner | simplify this a bit to remove indirection |
commit | commitdiff | tree | snapshot |
next |