History log of /seL4-camkes-master/tools/cogent/cogent/src/Cogent/Dargent/Util.hs
Revision Date Author Comments
# 52bb32d7 16-Oct-2020 Zilin Chen <Zilin.Chen@data61.csiro.au>

compiler: check arch-dependent implementation

Array lengths and indices are kept 32-bit no matter what arch is chosen;
pointer types and word sizes are in accordance with the arch chosen.
[skip bamboo]


# e385ec32 22-Mar-2020 Zhenyu Yao <z5125769@student.unsw.edu.au>

compiler.dargent: fix simpl rules & remove unused code


# e32ba8b0 17-Feb-2020 Zhenyu Yao <z5125769@student.unsw.edu.au>

compiler.dargent: WIP - typecheck for layout polymorphism

- have typecheck working for some basic cases
- change core lang to allow layout args
- introduce TLApp to surface syntax

[skip lemma]


# 08fff7fc 16-Feb-2020 Zilin Chen <Zilin.Chen@data61.csiro.au>

compiler: add flags to specify Arch

[skip lemma]


# 4953e382 29-Jan-2020 Zhenyu Yao <z5125769@student.unsw.edu.au>

compiler.dargent: fix code gen for array elements

[skip lemma]


# 7b9bad0d 13-Sep-2019 vjackson725 <vjackson725@users.noreply.github.com>

dargent: rewrite allocations and darget type checking

Mostly moving allocations into an abstract type so we can keep
invariants about them


# 5fee45d6 02-Sep-2019 Zilin Chen <Zilin.Chen@data61.csiro.au>

compiler: rearrange dargent things so they make more sense

[skip ci][skip lemma]