summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ExprConstant.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Add folding for complex mul and fix some major bugs in complex floatDaniel Dunbar2009-01-291-2/+37
* Implement basic _Complex integer constant folding.Daniel Dunbar2009-01-281-33/+67
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Make the constant folder aware of Eli Friedman2009-01-251-0/+7
* Fix the address of a label to be properly considered and emitted as aEli Friedman2009-01-251-0/+2
* Refactor sizeof handling to use constant folding logic for constant Eli Friedman2009-01-241-5/+10
* add initial support for the gcc "alignof(decl) is the alignment of the declChris Lattner2009-01-241-5/+14
* Improve handling of alignof. alignof(VLA) now works properly for example.Chris Lattner2009-01-241-13/+50
* Fix invalid evaluation of _Complex float (real & imaginary parts hadDaniel Dunbar2009-01-241-2/+8
* Support evaluation of vector constant expressions, and codegen of same.Nate Begeman2009-01-181-1/+77
* postpone sizeof objc-class computatin to the clients.Fariborz Jahanian2009-01-161-0/+4
* Fix some unused variable, control reaches end of non-void function,Daniel Dunbar2009-01-151-0/+1
* PODness and Type TraitsSebastian Redl2009-01-051-0/+6
* Add codegen support for __nullAnders Carlsson2008-12-211-0/+6
* Add support for member references (E1.E2, E1->E2) with C++ semantics,Douglas Gregor2008-12-201-1/+4
* Get rid of the old Expr::Evaluate variant.Anders Carlsson2008-12-191-17/+4
* Unifies the name-lookup mechanisms used in various parts of the ASTDouglas Gregor2008-12-111-3/+5
* Workaround for PR3173. The fix is correct in the sense that if the enum Eli Friedman2008-12-081-0/+3
* This wasn't such a good idea after all as it broke some tests.Anders Carlsson2008-12-051-10/+1
* Handle __builtin___CFStringMakeConstantString in Expr::Evaluate.Anders Carlsson2008-12-051-1/+10
* Generate the correct results for the comma expression. Fixes PR3123.Anders Carlsson2008-12-011-7/+10
* Emit the correct diagnostic when a comma is in an ICE.Anders Carlsson2008-12-011-4/+4
* Change the diagnostics that the evaluator reports to be of type NOTE.Anders Carlsson2008-11-301-11/+10
* Replace the isEvaluated bool with a ShortCircuit int, making it easier to han...Anders Carlsson2008-11-301-12/+10
* Pass the expression to the Error and Extension methods.Anders Carlsson2008-11-301-20/+22
* Add a new variant of Evaluate and reimplement the old Evaluate in terms of th...Anders Carlsson2008-11-301-7/+17
* General cleanup, evaluate the RHS of a logical op even if the LHS will give u...Anders Carlsson2008-11-301-16/+25
* EvalInfo now holds a reference to an EvalResult struct.Anders Carlsson2008-11-301-24/+14
* remove debug-only assertion in the complex float evaluator as it makes some r...Nuno Lopes2008-11-261-1/+0
* The address of a variable is only constant if the variable has global storage.Anders Carlsson2008-11-241-1/+9
* Fix bug in the constant evaluator. Fixes PR3115.Anders Carlsson2008-11-241-33/+33
* Return false if we encounter a type we can't handle.Anders Carlsson2008-11-221-1/+2
* Case values must be evaluatedAnders Carlsson2008-11-221-19/+23
* Use Expr::Evaluate for case statements. Fixes PR2525Anders Carlsson2008-11-221-9/+27
* fix folding of '*doubleArray'Nuno Lopes2008-11-191-0/+3
* Address some comments Eli had.Anders Carlsson2008-11-161-11/+6
* use HandleConversionToBool() to check if a given cond is foldable (per Eli's ...Nuno Lopes2008-11-161-3/+3
* More complex float evaluator support.Anders Carlsson2008-11-161-0/+45
* rename Expr::tryEvaluate to Expr::Evaluate.Chris Lattner2008-11-161-6/+6
* Add very limited support for evaluating complex floats.Anders Carlsson2008-11-161-1/+46
* fix folding of comma if given a non-constant operand.Nuno Lopes2008-11-161-3/+4
* make IntExprEvaluator fold the ?: operatorNuno Lopes2008-11-161-0/+9
* More work on the constant evaluator. Eli, it would be great if you could have...Anders Carlsson2008-11-161-1/+65
* Add the ability to evaluate comparison operators with floating point numbers ...Anders Carlsson2008-11-161-2/+45
* Fix for crash issues with comma operators with a void first operand, and Eli Friedman2008-11-131-50/+67
* Backout of r59196, plus a new ICE test. Sorry if this is a Eli Friedman2008-11-131-32/+16
* Fix bug in constant evaluation exposed by 176.gcc.Daniel Dunbar2008-11-131-16/+32
* Disable some debug prints.Daniel Dunbar2008-11-121-0/+2
* Some additions to tryEvaluate I've had sitting around for a while.Eli Friedman2008-11-121-25/+202
OpenPOWER on IntegriCloud