index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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
use set_register when writing element of vector of registers to avoid acciden...
Robert Norton
2017-04-06
add support for address translation and exit handling in mips ocaml shallow e...
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-04-03
Rename TranslateAddress to TranslatePC and remove the accessType argument -- ...
Robert Norton
2017-03-30
Make length function return big_int
Robert Norton
2017-03-29
change reqiured to work with little endian interpreter.
Robert Norton
2017-03-29
Factor out pretty printers into separate files. Hopefully this will make sear...
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-25
endianness fix
Shaked Flur
2017-03-24
fixed endianness
Shaked Flur
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
Christopher, Peter: make "run_interp_model.ml" build again (endianness)
Peter Sewell
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-03-02
tweak comments
Peter Sewell
2017-02-14
remove the -i option
Peter Sewell
2017-02-14
tidy command-line options
Peter Sewell
2017-02-09
wib
Peter Sewell
2017-02-09
group initial type environment into meaningful sections; pretty-print in user...
Peter Sewell
2017-02-09
tweak pp of initial type environment and l2.ott comments
Peter Sewell
2017-02-08
put back the header into Sail_impl_base
Christopher Pulte
2017-02-08
pull in Shaked's type class instance changes, fix Ord and Eq instances
Christopher Pulte
2017-02-05
command-line option to dump initial type environment
Peter Sewell
2017-02-03
replace bit vector return types in getCapX functions with equivalent integer ...
Robert Norton
2017-02-03
fix headers
Peter Sewell
2017-02-03
licensing
Peter Sewell
2017-02-01
document coercions
Peter Sewell
2017-02-01
fix up uint type bounds
Kathy Gray
2017-01-31
Kathy, Peter: pp of initial type environment
Peter Sewell
2017-01-27
fix right shift
Kathy Gray
2017-01-27
failing test with c128
Robert Norton
2017-01-26
c128: xor E with 48 when storing in memory so that null cap is all zeros but ...
Robert Norton
2017-01-26
christopher, kathy, peter: hacky experiment on nias_of_instruction
Peter Sewell
2017-01-25
Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail
Kathy Gray
2017-01-25
Make interpreter a little more flexible on the format of a register type to m...
Kathy Gray
2017-01-25
merge cheri 256 and 128 together factoring out differing parts into separate ...
Robert Norton
2017-01-25
Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail
Kathy Gray
2017-01-25
Make vector equality remember about the possibility of unknown values
Kathy Gray
2017-01-24
Merge branch 'master' of https://bitbucket.org/Peter_Sewell/sail
Christopher Pulte
2017-01-24
functionality for comparing handwritten analysis function with exhaustive int...
Christopher Pulte
[next]