about summary refs log tree commit diff homepage
path: root/include
AgeCommit message (Expand)Author
2009-06-04Use cast<> instead of static_ref_cast.Daniel Dunbar
2009-06-04Implement simplify_type for ref<>Daniel Dunbar
2009-06-04Expr: Add LLVM style casting support instead of requiring RTTI.Daniel Dunbar
2009-06-04Move isConstant from ref<> to Expr::Daniel Dunbar
2009-06-03Kill off specialized ref<> forwarding methods, in the interest of making it aDaniel Dunbar
2009-06-03Remove ref<>'s constant Expr optimization.Daniel Dunbar
2009-06-03Update ConstantExpr::fromMemory to return a ref<Expr>.Daniel Dunbar
2009-06-03Remove a usage of the direct ref<Expr> constructor that I missed.Daniel Dunbar
2009-06-03Inline Expr::hashConstant into callers.Daniel Dunbar
2009-06-02Use ConstantExpr::alloc instead of ref<Expr> directlyDaniel Dunbar
2009-05-28Small changes to silence some gcc warnings.Cristian Cadar
2009-05-25Add include for uint64_t, needed when building withDuncan Sands
2009-05-23Changed bout to ktest. Kept "BOUT\n" as the header of test files, for backwa...Cristian Cadar
2009-05-22Add "name" argument to klee_make_symbolic, and kill off klee_make_symbolic_name.Daniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar