Age | Commit message (Expand) | Author |
2009-03-03 | Return 0 if the ConstExprEmitter can't handle an expression. | Anders Carlsson |
2009-03-01 | Do some blocks cleanup and simplification. Fix a crash, and add a test case. | Anders Carlsson |
2009-02-25 | CodeGen support for copied BlockDeclRefExprs. | Mike Stump |
2009-02-24 | first wave of fixes for @encode sema support. This is part of PR3648. | Chris Lattner |
2009-02-24 | Fix IRgen of constant expressions referring to external/static | Daniel Dunbar |
2009-02-22 | Eliminate a bunch of code which should be dead. | Eli Friedman |
2009-02-19 | Add enough checking to ensure that non-constant block literals don't | Mike Stump |
2009-02-19 | Remove IRgen constant emission assumption that LValue APValue results | Daniel Dunbar |
2009-02-19 | More codegen for blocks. The type of block literals should be better. | Mike Stump |
2009-02-17 | Change EmitConstantExpr to allow failure. | Daniel Dunbar |
2009-02-14 | Generate the helper function for blocks. Now basic codegen is | Mike Stump |
2009-02-14 | Add hook to add attributes to function declarations that we know | Douglas Gregor |
2009-02-12 | Add a very basic implemenation of global blocks. This needs to be cleaned up. | Anders Carlsson |
2009-02-11 | Silence a warning about an unused variable in -Asserts builds | Douglas Gregor |
2009-02-01 | Fix for PR3447: use padded sizes for computations on struct/union | Eli Friedman |
2009-01-30 | Implement constant generation of ImplicitValueInitExprs. | Anders Carlsson |
2009-01-29 | Introduce a new expression node, ImplicitValueInitExpr, that | Douglas Gregor |
2009-01-29 | Clean up designated initialization of unions, so that CodeGen doesn't | Douglas Gregor |
2009-01-28 | Improvements to code-generation and semantic analysis of designated | Douglas Gregor |
2009-01-28 | Implement basic _Complex integer constant folding. | Daniel Dunbar |
2009-01-28 | Code generation support for C99 designated initializers. | Douglas Gregor |
2009-01-25 | Get rid of some code that should be unnecessary. | Eli Friedman |
2009-01-25 | Make the constant folder aware of | Eli Friedman |
2009-01-25 | Fix the address of a label to be properly considered and emitted as a | Eli Friedman |
2009-01-24 | remove dead code. | Chris Lattner |
2009-01-18 | Add support for vectors to APValue. Vector constant evaluator and tests coming. | Nate Begeman |
2009-01-17 | add support for usage of cast to union thing with static vars | Nuno Lopes |
2009-01-12 | (LLVM up) Match TargetData API change in LLVM TOT. | Daniel Dunbar |
2009-01-06 | Add QualifiedDeclRefExpr, which retains additional source-location | Douglas Gregor |
2008-12-20 | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor |
2008-12-12 | add codegen support for __func__ and friends, producing the same | Chris Lattner |
2008-12-11 | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor |
2008-12-01 | Change more code over to using the new Expr::Evaluate | Anders Carlsson |
2008-11-25 | Remove the #ifdeffed out code. | Anders Carlsson |
2008-11-22 | Use tryEvaluate for constant exprs. | Anders Carlsson |
2008-11-17 | A few corrections to the expr constant work. Not enabled at the | Eli Friedman |
2008-11-17 | More expr constant work. (Off by default). | Anders Carlsson |
2008-11-16 | rename Expr::tryEvaluate to Expr::Evaluate. | Chris Lattner |
2008-11-16 | More constant expr work. | Anders Carlsson |
2008-11-15 | Check in code that uses tryEvaluate for emitting constant exprs (not used yet). | Anders Carlsson |
2008-11-15 | Use IgnoreParenCasts. No functionality change. | Anders Carlsson |
2008-11-11 | Introduce a single AST node SizeOfAlignOfExpr for all sizeof and alignof expr... | Sebastian Redl |
2008-10-26 | make codegen reject initializes with designators, like this: | Chris Lattner |
2008-10-21 | Preliminary support for function overloading | Douglas Gregor |
2008-10-12 | silence release-assert warnings. | Chris Lattner |
2008-10-06 | Make sema and codegen allow __builtin___CFStringMakeConstantString as a valid | Chris Lattner |
2008-10-06 | instead of making codegen try to know about all of the builtins to generate | Chris Lattner |
2008-08-25 | Handle emitting __builtin_huge_valf as a constant expr. | Anders Carlsson |
2008-08-23 | Add CodeGen support for CXXZeroInitValueExpr. | Argyrios Kyrtzidis |
2008-08-18 | Add ExplicitCastExpr to replace the current CastExpr, and have ImplicitCastEx... | Argyrios Kyrtzidis |