about summary refs log tree commit diff homepage
path: root/lib/SMT/SMTParser.cpp
AgeCommit message (Expand)Author
2017-02-13Removing unused lib/SMT directoryCristian Cadar
2016-11-23Renamed .pc to .kquery (kleaver query)Eric Rizzi
2015-02-22Added factory method for Arrays + hid constructors from outside callsEric Rizzi
2014-05-29Avoid non-explicit use of functions from std namespace in KLEEMartin Nowack
2014-05-29Remove #include <iostream> to avoid static constructorsMartin Nowack
2014-05-29Refactoring from std::ostream to llvm::raw_ostreamMartin Nowack
2009-07-15Code to answer satisfiability queries.Cristian Cadar
2009-07-11Use a builder in the SMT parser instead of constructing expressionsCristian Cadar
2009-07-11Report an error in the SMT parser when encountering the few operatorsCristian Cadar
2009-07-10Removed debug info.Cristian Cadar
2009-07-10Added support for not, zero_extend, and sign_extend to the SMTLIB parser.Cristian Cadar
2009-07-08Added support for bitvector variables to the SMTLIB parser (currentlyCristian Cadar
2009-07-02Added support for bitvector constants to the SMTLIB parser. OnlyCristian Cadar
2009-06-25Recognizing more SMTLIB expressions (bitwise, etc.). Some of themCristian Cadar
2009-06-25Added support for flets.Cristian Cadar
2009-06-24Added support for LET expressions. Added simple environment supportCristian Cadar
2009-06-13Changed SMTParser to return the parsed QueryCommand.Cristian Cadar
2009-06-12Removed parser_temp.h. Adapted the code to use SMTParser directly. Cristian Cadar
2009-06-10Wrote a new SMTParser that inherits from klee::expr::Parser.Cristian Cadar