aboutsummaryrefslogtreecommitdiff
path: root/fib_ltI.ll
AgeCommit message (Collapse)AuthorFilesLines
2021-01-08Move hp and stack pointers to beginning of function parameters in fib_* and ↵Camil Staps1-6/+6
nfib (for easier calling convention)
2021-01-08Use malloc to allocate heap and stackCamil Staps1-2/+2
2021-01-07Add version of nfib without strictness analysisCamil Staps1-1/+1
2021-01-07Replace tabs by two spacesCamil Staps1-50/+50
2021-01-07Centralize instruction implementationsCamil Staps1-166/+47
2021-01-07Initial commit: fib (eqI_b and ltI version); nfibCamil Staps1-0/+188