| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Backout of r59196, plus a new ICE test. Sorry if this is a | Eli Friedman | 2008-11-13 | 1 | -32/+16 |
| * | Fix bug in constant evaluation exposed by 176.gcc. | Daniel Dunbar | 2008-11-13 | 1 | -16/+32 |
| * | Disable some debug prints. | Daniel Dunbar | 2008-11-12 | 1 | -0/+2 |
| * | Some additions to tryEvaluate I've had sitting around for a while. | Eli Friedman | 2008-11-12 | 1 | -25/+202 |
| * | fix a crash analyzing constants in 176.gcc/expr.c with my next patch. It was | Chris Lattner | 2008-11-12 | 1 | -16/+34 |
| * | Teach the aggressive constant folder to fold X && 0 -> 0 and X || 1 -> 1 | Chris Lattner | 2008-11-12 | 1 | -1/+21 |
| * | Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr... | Sebastian Redl | 2008-11-11 | 1 | -14/+10 |
| * | PR2919: __builtin_types_compatible_p strips CRV qualifiers. | Daniel Dunbar | 2008-10-24 | 1 | -1/+7 |
| * | Teach tryEvaluate that fabs, copysign, and unary +/- are constants for | Daniel Dunbar | 2008-10-16 | 1 | -1/+36 |
| * | Fix test suite regression, getFloatTypeSemantics shouldn't be called | Daniel Dunbar | 2008-10-14 | 1 | -4/+6 |
| * | Adjust calls to APFloat conversion for new interface. | Dale Johannesen | 2008-10-09 | 1 | -2/+3 |
| * | ExprConstant should not abort when it sees a pointer constant that isn't. | Chris Lattner | 2008-10-06 | 1 | -3/+0 |
| * | Add a Expr::isEvaluatable method, eliminate isBuiltinConstantExpr | Chris Lattner | 2008-10-06 | 1 | -0/+7 |
| * | Move folding of __builtin_classify_type out of the CallExpr | Chris Lattner | 2008-10-06 | 1 | -2/+57 |
| * | Move handling of __builtin_nan("") out of CGBuiltin.cpp into ExprConstant.cpp | Chris Lattner | 2008-10-06 | 1 | -0/+14 |
| * | Teach FloatExprEvaluator to evaluate __builtin_huge_val and inf. | Chris Lattner | 2008-10-06 | 1 | -3/+5 |
| * | Add a comment that describes tryEvaluate. Make tryEvaluate fold | Chris Lattner | 2008-10-06 | 1 | -5/+37 |
| * | Initial implementation of floats in Expr::tryEvaluate; this doesn't | Eli Friedman | 2008-08-22 | 1 | -21/+82 |
| * | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis | 2008-08-18 | 1 | -3/+0 |
| * | More #include cleaning | Daniel Dunbar | 2008-08-11 | 1 | -1/+0 |
| * | Remove the old evaluator code. | Anders Carlsson | 2008-08-10 | 1 | -40/+2 |
| * | Turn on the new constant expression evaluator; it isn't | Eli Friedman | 2008-08-09 | 1 | -1/+1 |
| * | Minor tweak plus a couple of FIXMEs. | Eli Friedman | 2008-07-27 | 1 | -2/+7 |
| * | expand casts to handle what isIntegerConstantExpr handles. | Chris Lattner | 2008-07-12 | 1 | -11/+52 |
| * | Add support for __builtin_type_compatible_p, enums, etc. | Chris Lattner | 2008-07-12 | 1 | -16/+47 |
| * | start remembering diagnostics for various cases, add some missing | Chris Lattner | 2008-07-12 | 1 | -28/+85 |
| * | Provide a structure for passing down 'is evaluated' and passing up | Chris Lattner | 2008-07-11 | 1 | -25/+62 |
| * | simplify some code a bit. | Chris Lattner | 2008-07-11 | 1 | -48/+42 |
| * | share code between sizeof(expr) and sizeof(type) | Chris Lattner | 2008-07-11 | 1 | -61/+44 |
| * | implement support for __extension__, make sure the result of a | Chris Lattner | 2008-07-11 | 1 | -13/+30 |
| * | add a new getIntTypeSizeInBits method. | Chris Lattner | 2008-07-11 | 1 | -11/+12 |
| * | rename "SInt" methods to "Int" in APValue. | Chris Lattner | 2008-07-11 | 1 | -1/+1 |
| * | make the new evaluator avoid conversions APValue<->APSInt in some cases. | Chris Lattner | 2008-07-11 | 1 | -67/+51 |
| * | rearrange some code, no functionality changes. | Chris Lattner | 2008-07-11 | 1 | -85/+98 |
| * | Fix small bug. The evaluator now works well enough to pass all tests | Anders Carlsson | 2008-07-08 | 1 | -1/+2 |
| * | More constant expression work. | Anders Carlsson | 2008-07-08 | 1 | -6/+112 |
| * | Move out some methods. | Anders Carlsson | 2008-07-08 | 1 | -159/+149 |
| * | More work. | Anders Carlsson | 2008-07-08 | 1 | -1/+78 |
| * | Compilation fix | Seo Sanghyeon | 2008-07-08 | 1 | -1/+1 |
| * | Port more of Eli's evaluator over. This makes the int evaluator handle binary... | Anders Carlsson | 2008-07-08 | 1 | -7/+143 |
| * | Commit beginnings of int evaluator. Currently not used. | Anders Carlsson | 2008-07-08 | 1 | -0/+40 |
| * | Shuffle things around in preparation for integrating Eli's constant evaluator. | Anders Carlsson | 2008-07-03 | 1 | -0/+60 |