index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gen_lib
Age
Commit message (
Expand
)
Author
2017-07-06
implement abs function correctly for ocaml shallow embedding.
Robert Norton
2017-07-06
fix dodgy get_min/max_representable functions. Looks like an attempt at optim...
Robert Norton
2017-06-30
add more tests for sail library. Can't compile entire file due to sail perfor...
Robert Norton
2017-06-22
fix three different copies of the hardware_quot function to do proper trucati...
Robert Norton
2017-06-22
add a 'print' built-in function handy for writing sail tests.
Robert Norton
2017-06-21
Merge
Thomas Bauereiss
2017-06-21
Pretty-print bitvector expressions
Thomas Bauereiss
2017-06-19
Fix Show on Lem bitvector
Brian Campbell
2017-06-16
Some Isabelle fixes for word version of sail_values
Brian Campbell
2017-06-15
Replace sail_values.lem with Brian's machine word version
Thomas Bauereiss
2017-06-14
Add a work-in-progress version of sail_values.lem
Brian Campbell
2017-06-02
Add tag memory to Lem shallow embedding
Thomas Bauereiss
2017-05-24
fixed missing _tag bits
Shaked Flur
2017-05-24
Merge branch 'master' of bitbucket.org:Peter_Sewell/sail
Shaked Flur
2017-05-24
added the exmem effect for AArch64 store-exclusive
Shaked Flur
2017-05-24
it turns out that Zarith has a divide function which does truncation towards ...
Robert Norton
2017-05-08
add some missing things in sail_values and make big_int version the default f...
Robert Norton
2017-04-27
add command line argument for setting undef values to all zero or all one. So...
Robert Norton
2017-04-25
optimise to_vec_int because it is used by MEMr to convert each byte to vector.
Robert Norton
2017-04-25
replace memory representation with map of 1MB pages rather than map of bytes....
Robert Norton
2017-04-25
remove unused function.
Robert Norton
2017-04-21
define some big_int literals in sail_values.ml to avoid lots of calls to bit_...
Robert Norton
2017-04-21
implement to_vec_big using zarith extract for some speedup.
Robert Norton
2017-04-21
suppress register field tracing if not enabled (missed in previous commit)
Robert Norton
2017-04-20
more library optimisation. Implement int_of_bit_array using shift, avoiding n...
Robert Norton
2017-04-20
implement vector subrange using Array.sub for approx 10% speedup.
Robert Norton
2017-04-20
attempt to optimise performance if not tracing writes.
Robert Norton
2017-04-20
add missing min and max functions, overriding built-in ocaml ones. Also neq_r...
Robert Norton
2017-04-20
add name to register representation and print it on write.
Robert Norton
2017-04-18
fix definition of mask -- Vregister and VvectorR were swapped.
Robert Norton
2017-04-18
Implement return using an exception caught in the function body. Polymorphic ...
Robert Norton
2017-04-07
fix error in generated ocaml where writing single bit of register was not tak...
Robert Norton
2017-04-07
implement quot and mod with truncation towards zero which is not the ocaml wa...
Robert Norton
2017-04-07
simplify xor using ocaml <> operator which also has the advantage of being mo...
Robert Norton
2017-04-06
minor changes in sail_values.ml to aid debugging
Robert Norton
2017-04-06
fix incorrect use of == in eq
Robert Norton
2017-04-06
implement exts and extz as manipulations on bit vectors rather than convertin...
Robert Norton
2017-04-06
Implement exit by raising Sail_exit exception
Robert Norton
2017-03-30
Make length function return big_int
Robert Norton
2017-03-28
temporary fix for problem duplicate (lack of direction) -- assume decreasing ...
Robert Norton
2017-03-28
Fix erroneous bitwise xor.
Robert Norton
2017-03-27
fix bitshift operators. I think these should be independent of vector order...
Robert Norton
2017-03-27
Fix broken to_vec of negative values. Old code was a bit confused. Probably p...
Robert Norton
2017-03-24
Checkpoint work-in-progress mips sequential interpreter using ocaml shallow e...
Robert Norton
2017-03-24
changes to ocaml pp to allow mips->ocaml to compile
Robert Norton
2017-03-24
Print tracking information for V_track, hopefully fix extern_vector_value, fi...
Christopher Pulte
2017-03-23
the interpreter/shallow expects little-endian memory-values
Shaked Flur
2017-01-12
Adding sample generated power file
Kathy Gray
2016-12-09
sail changes for making lem embedding Isabelle-friendlier
Christopher Pulte
2016-11-30
shallow embedding fix, rename 'copy' to 'reset_vector_start', don't print sha...
Christopher Pulte
[prev]
[next]