Age | Commit message (Expand) | Author |
---|---|---|
2009-06-06 | Document the KQuery language. | Daniel Dunbar |
2009-06-05 | Support the extended query command syntax. | Daniel Dunbar |
2009-06-05 | Turn an assert into a parse failure. | Daniel Dunbar |
2009-06-05 | llvm::Casting support for Kleaver AST nodes. | Daniel Dunbar |
2009-06-04 | Start removing uses of Expr::isConstant. | Daniel Dunbar |
2009-06-04 | Change ConstantExpr::{alloc,create} to return a ref<ConstantExpr> | Daniel Dunbar |
2009-06-04 | Fixed a bug in Kleaver's parser: APInt does not allow "truncation" to | Cristian Cadar |
2009-06-04 | Added a couple of tests for ReadLSB/MSB. Changed kleaver to write to stdout. | Cristian Cadar |
2009-06-04 | Move isConstant from ref<> to Expr:: | Daniel Dunbar |
2009-06-03 | Kill off specialized ref<> forwarding methods, in the interest of making it a | Daniel Dunbar |
2009-06-02 | Use ConstantExpr::alloc instead of ref<Expr> directly | Daniel Dunbar |
2009-05-28 | Small changes to silence some gcc warnings. | Cristian Cadar |
2009-05-21 | Initial KLEE checkin. | Daniel Dunbar |