summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-09-12Merge some of the gitignore filesColumbus240
Both /.gitignore and /lib/coq/.gitignore ignored some files in /lib/coq. This commit removes /lib/coq/.gitignore and moves all ignore-statements to /.gitignore . This should simplify the maintenance of gitignore files. The situation with /test/mono/.gitignore is analogous.
2020-09-12gitignore test artifacts of c and coq testsColumbus240
The "c" tests produce some *.h files that didn’t get ignored. The "coq" tests also produce some files that weren’t ignored.
2020-04-10Add test output to gitignoreThomas Bauereiss
2019-10-28Fix jib.ott and SMT regressionsAlasdair Armstrong
SMT seems sensitive to gensym counter being reset between definitions, but it shouldn't care due to unique_per_function_ids... need to investigate further. Only causes a single test to fail so must be subtle. Diffing between the bad/good versions reveals a few lines of generated SMT go missing when the gensym counter is reset.
2019-10-28Some C backend refactoringAlasdair
Make it so that jib_compile.ml never relies on specific string encodings for various constructs in C. Previously this happened when monomorphisation occured for union constructors and fields, i.e. x.foo -> x.zfoo_bitsz632z7 Now identifiers that can be modified are represented as (id, ctyp list) tuples, so we can keep the types x.foo -> x.foo::<bits(32)> This then enables us to do jib IR -> jib IR rewrites that modify types In particular there is now a rewrite that removes tuples as an IR->IR pass rather than doing it ad-hoc in the C code generation, although this is not on by default Note that this change seems to have triggered an Ott bug so jib.lem is now checked in and not generated from Ott
2019-06-03Add new files to .gitignoreScott Johnson
2019-04-17Remove obsolete generated files from .gitignore directory so they will show ↵Robert Norton
up in git status.
2019-03-14Merge branch 'sail2' into rmem_interpreterJon French
2019-03-07Git-ignore z3 cachesBrian Campbell
2018-12-28Merge branch 'sail2' into rmem_interpreterJon French
2018-12-20RISVC model is now at https://github.com/rems-project/sail-riscv . Remove it ↵Robert Norton
and tests.
2018-11-12Add RVFI DII version of the RISC-V simulator for TestRIGBrian Campbell
The new riscv_rvfi target should still be usable as a normal simulator, but also has extra registers in the model for the RVFI DII protocol and code to update them, and the driver has a -r option to enable RVFI mode.
2018-11-01Merge branch 'sail2' into rmem_interpreterJon French
2018-10-24add a couple things to gitignoreJon French
2018-10-23RISC-V: switch c tests to use the C platform simulator; update .gitignore.Prashanth Mundkur
2018-10-16add a couple more RISC-V things to gitignoreJon French
2018-06-11Merge branch 'sail2' into mappingsJon French
(involved some manual tinkering with gitignore, type_check, riscv)
2018-05-24Import (rather hacky) Coq Sail librariesBrian Campbell
2018-05-21Ignore src/share_directory.mlRamana Kumar
src/Makefile suggests this is a generated file
2018-05-18update and reorganise .gitignoreJon French
2018-05-16More targeted gitignore for HOL4Brian Campbell
(will do individual models later)
2018-05-16Ignore .hollogsRamana Kumar
2018-05-16Add global gitignore entries for HOL4Brian Campbell
2018-04-13Add a few more generated file to gitignoreBrian Campbell
2018-01-30Updates to C backendAlasdair Armstrong
2017-10-25Point sail/src makefile at ott file in language/Alasdair Armstrong
2014-04-23make docGabriel Kerneis
Build html doc of module interface
2013-10-10Run interpreterGabriel Kerneis
Forgotten because of a wrong .gitignore.
2013-10-04Clean up build systemGabriel Kerneis
2013-07-31Add .gitignoreGabriel Kerneis