about summary refs log tree commit diff homepage
path: root/include/klee/Module
AgeCommit message (Collapse)Author
2023-04-06Support disabling compiler warnings; Use with external headersMartin Nowack
2023-03-20llvm14: PointerType::getElementType() was deprecatedLukáš Zaoral
... for LLVM 14 in [1] and has already been removed from the LLVM 15 branch in [2]. Some changes are only temporary to silence the warning though, as Type::getPointerElementType() is planned to be removed as well. [3] [1] https://reviews.llvm.org/D117885/new/ [2] https://github.com/llvm/llvm-project/commit/d593cf7 [3] https://llvm.org/docs/OpaquePointers.html#migration-instructions
2022-07-04Inline asm external callMikhail
2020-07-29remove holes in Instruction-/FunctionInfoTable, add documentationFrank Busse
2020-04-30Created include/klee/Core directory and moved appropriate files direc\Cristian Cadar
tly in lib/Core
2020-04-30Removed the Internal directory from include/kleeCristian Cadar