summaryrefslogtreecommitdiff
path: root/src/jib/c_backend.mli
AgeCommit message (Expand)Author
2020-09-28Refactor: Rename 'a defs to 'a astAlasdair
2020-09-28Move the ast defs wrapper into it's own fileAlasdair
2020-08-25Add function sail_set_coverage_file to sail_coverage headerAlasdair
2020-06-12Use output file for generated branch information.Prashanth Mundkur
2020-05-15Add coverage tracking toolAlasdair
2020-05-11Functorise and refactor C code generatorAlasdair
2019-11-08Refactor Jib compilationAlasdair Armstrong
2019-10-17Allow generating C that doesn't hard code any librariesAlasdair Armstrong
2019-10-14Add -Ofixed_int and -Ofixed_bits to assume fixed-precision ints and bitvector...Alasdair Armstrong
2019-05-05C: Add option to compile using __int128 rather than GMPAlasdair
2019-03-19C: Some simplificationAlasdair Armstrong
2019-03-13C: Improve Jib IR, add SSA representationAlasdair Armstrong
2019-03-08C: Refactor C backendAlasdair Armstrong