Commit 98cf1ad
update KLEE, revert timelimits
1 parent c312f4d commit 98cf1ad
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1980 | 1980 | | |
1981 | 1981 | | |
1982 | 1982 | | |
1983 | | - | |
| 1983 | + | |
1984 | 1984 | | |
1985 | 1985 | | |
1986 | 1986 | | |
| |||
2002 | 2002 | | |
2003 | 2003 | | |
2004 | 2004 | | |
2005 | | - | |
| 2005 | + | |
2006 | 2006 | | |
2007 | 2007 | | |
2008 | 2008 | | |
| |||
- include/klee/Module/KCallable.h+73
- include/klee/Module/KModule.h+15-1
- include/klee/Module/KType.h+84
- lib/Core/AddressSpace.cpp+47-20
- lib/Core/AddressSpace.h+10-12
- lib/Core/CMakeLists.txt+2
- lib/Core/CXXTypeSystem/CXXTypeManager.cpp+598
- lib/Core/CXXTypeSystem/CXXTypeManager.h+259
- lib/Core/Executor.cpp+310-142
- lib/Core/Executor.h+25-22
- lib/Core/ExternalDispatcher.cpp+24-14
- lib/Core/ExternalDispatcher.h+2-2
- lib/Core/Memory.cpp+15-4
- lib/Core/Memory.h+11-2
- lib/Core/SpecialFunctionHandler.cpp+49-22
- lib/Core/TypeManager.cpp+178
- lib/Core/TypeManager.h+65
- lib/Expr/ExprUtil.cpp+3
- lib/Module/CMakeLists.txt+1
- lib/Module/KModule.cpp+8-3
- lib/Module/KType.cpp+39
- lib/Runner/run_klee.cpp-17
- test/Feature/InlineAsm.c+25
- test/Feature/types/ArrayAccess.c+39
- test/Feature/types/InnerStructAccess.c+40
- test/Feature/types/StructDereference.c+31
- test/Feature/types/SymbolicPointerMultipleResolve.c+66
- test/Feature/types/SymbolicPointerSimpleResolve.c+26
- test/Feature/types/UnionAccess.c+29
- test/Feature/types/effective-type/EffectiveTypeFirstRead.c+30
- test/Feature/types/effective-type/EffectiveTypeMalloc.c+41
- test/Feature/types/effective-type/EffectiveTypeMemset.c+41
- test/Feature/types/effective-type/EffectiveTypeRealloc.c+50
- test/Feature/types/effective-type/OperatorNew.cpp+50
- test/regression/2012-05-13-asm-causes-aborts.c-9
- test/regression/2022-06-28-asm-causes-error.c+9
0 commit comments