summaryrefslogtreecommitdiff
path: root/src/value.ml
AgeCommit message (Expand)Author
2020-03-02Fix jenkinsAlasdair Armstrong
2020-03-02Add arith_shiftr to SMT and interpreterThomas Bauereiss
2020-02-25Implement count_leading_zeros for interpreterThomas Bauereiss
2020-02-20More list C codegen fixes for issue #59Alasdair Armstrong
2020-02-20Fix missing code generation builtins for lists. Fixes #59Alasdair Armstrong
2020-02-06Make sure tdiv_int and tmod_int are recognised by sail -iAlasdair Armstrong
2019-11-04Allow overriding the interpreter effectsAlasdair Armstrong
2019-10-31Allow sail to be scripted using sailAlasdair
2019-07-16Fix all remaining tests for this branchAlasdair
2019-05-30Implement ones builtin in sail_lib and add to interpreter. However currently ...Robert Norton
2019-05-21Fix: undefined_nat test for interpreterAlasdair Armstrong
2019-05-13Merge branch 'sail2' into smt_experimentsAlasdair
2019-05-13add more primops for aarch64_small (sub_nat, append_list)Jon French
2019-05-10SMT: Experiment with symbolic memory reads and writesAlasdair Armstrong
2019-05-03Jib: Fix optimizations for SMT IR changesAlasdair Armstrong
2019-04-27Merge branch 'sail2' into smt_experimentsAlasdair
2019-04-26Fix some broken interpreter testsAlasdair Armstrong
2019-04-15SMT: Allow partial specializationsAlasdair Armstrong
2019-04-15Merge branch 'sail2' into rmem_interpreterJon French
2019-04-10SMT: More builtins and testsAlasdair Armstrong
2019-04-04Typecheck: Improve typechecking for constructors with tuple typesAlasdair
2019-03-04Merge branch 'sail2' into rmem_interpreterJon French
2019-02-25Fix some builtins, and make mod_int return naturalAlasdair Armstrong
2018-12-28Merge branch 'sail2' into rmem_interpreterJon French
2018-12-14Get real number tests working in OCaml/InterpreterAlasdair
2018-12-13Fixing rationals in Sail interpreter and OCamlAlasdair Armstrong
2018-11-28Allow folding constant expressions into single register readsAlasdair
2018-11-01Interpreter: last couple of builtins to get RISC-V workingJon French
2018-10-24Interpreter: don't silently use OCaml externs, only interpreter externsJon French
2018-10-16Re-implement space-related mapping functions in Sail rather than backendsJon French
2018-09-18Add string mapping functions to interpreterAlasdair Armstrong
2018-08-30C: Fix an issue with struct field being generalised inside polymorphic constr...Alasdair Armstrong
2018-08-23Fix interpreter after re-writer changeAlasdair Armstrong
2018-08-17Improve builtins testsAlasdair Armstrong
2018-07-12update arm and mips models for new type of write_ram builtin. Also fix c and ...Robert Norton
2018-07-12Fixes for ARM Sail tests, and get_time_ns for interpreterAlasdair
2018-06-13Tracing instrumentation for C backendAlasdair Armstrong
2018-06-11Merge branch 'sail2' into mappingsJon French
2018-05-31Fixes to get ARM u-boot working in Sail.Alasdair Armstrong
2018-05-10Merge branch 'sail2' into mappingsJon French
2018-05-03Flow typing and l-expression changes for ASL parserAlasdair Armstrong
2018-05-01starting to also do integer supportJon French
2018-05-01start of string pattern matching: currently only literalsJon French
2018-04-18Updates to latex mode for documentationAlasdair Armstrong
2018-04-03Fix failing ARM testAlasdair Armstrong
2018-03-07Make union types consistent in the ASTAlasdair Armstrong
2018-01-29add tohost to value.mlRobert Norton
2018-01-23Added additional tests, and fixed ocaml build of ARM testsAlasdair Armstrong
2018-01-22Update and fix test suiteAlasdair Armstrong
2018-01-18Modified ocaml backend to use ocamlfind for linksem and lemAlasdair Armstrong