about summary refs log tree commit diff homepage
path: root/lib/Expr/ExprBuilder.cpp
AgeCommit message (Expand)Author
2009-06-15Support partial folding for Add in new constant folding builder.Daniel Dunbar
2009-06-14Rename FoldingExprBuilder -> SimplifyingExprBuilderDaniel Dunbar
2009-06-14Use ExprBuilder for constructing expressions in the Parser.Daniel Dunbar
2009-06-14Add ExprBuilder base class, and start of implementations.Daniel Dunbar