index
:
~cnx/klee
this commit
1.0.x
1.1.x
1.2.x
1.3.x
1.4.x
2.0.x
2.1.x
2.2.x
2.3.x
3.0.x
master
psychic
svcomp
svcomp_32bit
KLEE fork for patch differentiation testing
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
lib
/
Core
/
Executor.cpp
Age
Commit message (
Expand
)
Author
2018-10-30
Base time API upon std::chrono
Frank Busse
2018-10-26
llvm5: CallSite.paramHasAttr is indexed from 0
Jiri Slaby
2018-10-26
llvm5: use MutableArrayRef for APFloat::convertToInteger
Jiri Slaby
2018-10-26
llvm5: SwitchInst case functions now return pointers
Jiri Slaby
2018-10-24
Added lowering pass
Rafael Zaehl
2018-10-23
refactor klee_open_output_file to return std::unique_ptr
Julian Büning
2018-10-23
use klee_open_output_file for uncompressed logs
Julian Büning
2018-10-23
Move optimization specific headers away from the project include directory
Martin Nowack
2018-10-23
Remove condition check before function invocation
Martin Nowack
2018-10-23
Move ConstantExpr check inside optimizeExpr function
Martin Nowack
2018-10-23
optimizeExpr: return the result as return value instead as function argument
Martin Nowack
2018-10-23
Make valueOnly parameter of optimizeExpr explicit
Martin Nowack
2018-10-23
Added support for KLEE value-based array optimization
Andrea Mattavelli
2018-10-23
Added support for KLEE index-based array optimization
Andrea Mattavelli
2018-10-16
Renamed klee/CommandLine.h to klee/SolverCmdLine.h, since this file is meant ...
Cristian Cadar
2018-09-30
Fix a crash when the last running state is terminated during merging
Lukas Wölfer
2018-09-18
llvm4: PointerType is not SequentialType
Jiri Slaby
2018-09-18
llvm4: APFloat members are functions
Jiri Slaby
2018-09-14
llvm: make KLEE compile against LLVM 3.9
Jiri Slaby
2018-07-12
llvm38: no rounding in APFloat
Jiri Slaby
2018-07-04
Reorder linking and optimizations
Martin Nowack
2018-05-24
remove switch fallthrough in floating point comparision
Daniel Schemmel
2018-05-22
Renamed printFileLine to getSourceLocation (as suggested by @delcypher) to re...
Cristian Cadar
2018-05-22
Simplified printFileLine by using std::to_string, and removed unneeded versio...
Cristian Cadar
2018-05-21
fix some casts for LLP64 compilers
Frank Busse
2018-05-17
Abort execution if --only-output-states-covering-new is enabled but its depen...
Cristian Cadar
2018-05-17
Add support for concretizing symbolic objects passed to external functions
Timotej Kapus
2018-05-15
Implemented incomplete merging
Lukas Wölfer
2018-05-05
Fix handling of errno if external functions are invoked
Martin Nowack
2018-05-01
add blockaddress and indirectbr instructions
Frank Busse
2018-04-09
doDumpStates: incorrectly increments stats
Frank Busse
2018-02-18
Fail for aggegrations with big endian ordering
Martin Nowack
2018-02-18
Fix correct element order of InsertElement/ExtractElement
Martin Nowack
2018-02-01
llvm50: use auto variable instead of SwitchInst::CaseIt
Jiri Slaby
2017-11-30
Implemented bounded merging functionality
Lukas Wölfer
2017-11-30
Added pause and continue functionality for states in Executor
Lukas Wölfer
2017-10-25
fixing huge allocation size constant to be unsigned
David Trabish
2017-10-12
Removed unnecessary and redundant variable
Andrea Mattavelli
2017-10-09
Fixed initialization of distance to uncovered instructions when KLEE relies o...
Andrea Mattavelli
2017-08-27
Remove unnecessary null pointer checks
Oscar Deits
2017-07-26
Now that LLVM 2.9 is gone, we can use cl::bits instead of cl::list
Cristian Cadar
2017-07-25
This commit simply moves evalConstant to ExecutorUtil (where evalConstantExpr...
Cristian Cadar
2017-07-23
Remove support for LLVM < 3.4
Martin Nowack
2017-07-20
Merge pull request #657 from delcypher/vectorized_instructions
Cristian Cadar
2017-07-20
Replace assertions of types on LLVM instructions in the Executor with a
Dan Liew
2017-07-19
Implement basic support for vectorized instructions.
Dan Liew
2017-07-18
Use assembly line for printing debug information
Martin Nowack
2017-07-18
Merge pull request #672 from jirislaby/llvm40_static_casts
Andrea Mattavelli
2017-06-16
Added location info for external calls and improved a message.
Cristian Cadar
2017-06-15
llvm: get rid of static_casts from iterators
Jiri Slaby
[next]