about summary refs log tree commit diff homepage
path: root/stp
AgeCommit message (Expand)Author
2010-08-05Applied patch submitted by Stefan Bucur that fixes a memory corruptionCristian Cadar
2010-05-02Remove bogus const applied to return type.Daniel Dunbar
2010-05-02Scatter -Wno-deprecated about to suppress warnings about ext/hash* uses, I don'tDaniel Dunbar
2010-04-05STP: Switch build to using LLVM style Makefiles.Daniel Dunbar
2010-04-05STP: Remove unused files.Daniel Dunbar
2010-04-05STP: Eliminate dead test.Daniel Dunbar
2010-04-05STP: Eliminate use of non-standard variadic macro.Daniel Dunbar
2010-04-05STP: Remove stray semi-colons.Daniel Dunbar
2010-04-05STP: Switch to standard C++ file suffix.Daniel Dunbar
2010-04-05STP: Add pre-generated ASTKind.{cpp,h}.Daniel Dunbar
2010-04-05STP: Avoid use of zero-sized array GNU extension.Daniel Dunbar
2010-02-25Applied patch submitted by Justin Lebar to fix compilation error w/Cristian Cadar
2009-08-02Stop building the STP parser, we don't need it and it unnecessarily adds aDaniel Dunbar
2009-08-01Rewrite constant initialization to be more portable and readable.Daniel Dunbar
2009-05-22Improve lex support, apparently FreeBSD lex expects -o to take a joinedDaniel Dunbar
2009-05-21Initial KLEE checkin.Daniel Dunbar