2007-08-26 |
Chris Lattner | Fix %p format checking, patch by Keith Bauer. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | For warnings like this: |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Fix a bug reported by Keith Bauer |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | fix a typo noticed by Gordon Henriksen |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | llvmgcc is right :) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | compound assignmetns work for scalars. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement conversions of complex to bool. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove ConvertScalarValueToBool. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | reimplement ConvertScalarValueToBool in CGExprScalar.cpp |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | refactor some code to expose compex->scalar conversion... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | be slightly more volatile correct |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Steve Naroff | Fix bogus warnings (noticed by Chris) with array-constr... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | these fixme's are easy :) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement a fixme, add a couple more :) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | there are no conversions from aggregates to scalars. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement conversions from complex to scalar types. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Omit EmitConversion |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Fix return of aggregate and return of complex. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | these implicit conversions are now explicit :) |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove uses of EmitConversion |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implicit casts take care of this code, remove it now. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | refactor scalar conversions out into CGExprScalar.cpp |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | steve's recent changes fixed this bogus warning. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Break the assumption that any sort of scope (e.g. a... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove some dead enum values. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Implement casts from scalar -> complex and complex... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | require that operands to __real/__imag are complex... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement codegen of __imag of a scalar. Our impl... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Make initialization of complex vars work. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | fix codegen of pre/post inc/dec of a pointer. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | tolerate unimplemented codegen better |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | int X[] isn't a VLA. This improves support for stdio... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Neil Booth | Make some diags EXTENSION so they are errors with pedan... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement rudimentary union layout support. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Why didn't gcc catch this? :( |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Don't make unknown builtins fatal errors yet. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | remove a bunch of dead code |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | fix a bug introduced by the recent childification of... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Make parse-ast-print print the storage class and inline |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | null pointers don't get an extra newline. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | implement codegen for complex literals. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | add a new ImaginaryLiteral AST node that is used to |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | 1.0 is double, 1.0F is a float. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | 1) refactor some code. |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | merge checkrelational and checkequality into CheckCompa... |
commit | commitdiff | tree | snapshot |
2007-08-26 |
Chris Lattner | Cases like this: |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | The new correct compound assignment operators exposed... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Steve Naroff | Surpress the UsualUnaryConversions for compound assignm... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | read and ignore the body of a namespace. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Steve Naroff | Change Expr::isLvalue() to properly deal with ImplicitC... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Steve Naroff | Give CXXBoolLiteralExpr a type (all expressions need... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | refactor enough of the top-level parsing logic to parse and |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | C++ explicitly allows an empty source file. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | Fix the test/Sema/format-strings.c regression. This... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | reenable this. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | Fix the regression on test/Sema/cfstring.c |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | test the parser only, not sema. |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | Split the ASTNode out for compound assignments out... |
commit | commitdiff | tree | snapshot |
2007-08-25 |
Chris Lattner | fix off-by-one error |
commit | commitdiff | tree | snapshot |
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 |
next |