index
:
ori/mc.git
0.2
abi
autoexpr
autovar
bettermatch
biofunc
callee-save
closures
dependent-tags
fixtraits
freebsd-port
hashtraits
integrated
kill-sleq
libmath-merge
master
matchcomp
mbld-rebase
mbld2
mpkg
netbsd-port
peephole-opt
poller
qbe
struct-lit
threadwork
tls
trait-syntax
update-bootstrap
The Myrddin compiler.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
parse
/
ops.def
Age
Commit message (
Expand
)
Author
2018-07-19
Support direct tuple access operators "tuple.N"
Quentin Carbonneaux
2018-03-13
Merge branch 'autoexpr' into libmath
S. Gilles
2018-03-06
Add ternary operator.
Ori Bernstein
2018-01-26
New auto operator.
Quentin Carbonneaux
2016-01-26
Remove the '$' shorthand for end of array.
Ori Bernstein
2015-11-06
Add support for '$' operator.
Ori Bernstein
2015-10-19
Work towards better match statements.
Ori Bernstein
2015-09-27
Add indirect call operator.
Ori Bernstein
2015-07-05
Add proper support for a 'gap' variable.
Ori Bernstein
2015-07-05
Improve error messages.
Ori Bernstein
2015-05-08
Use before def checking is closer to working.
Ori Bernstein
2015-05-07
Add 'undef' operator.
Ori Bernstein
2015-05-06
A huge amount of work on checking.
Ori Bernstein
2015-05-06
Compile error on reaching end of func without return.
Ori Bernstein
2015-02-07
Fix typo in op strings.
Ori Bernstein
2015-01-25
Clear structs.
Ori Bernstein
2015-01-06
Improve error messages.
Ori Bernstein
2014-11-10
Operator shuffling.
Ori Bernstein
2014-09-22
Fix flt32<->flt64 casts.
Ori Bernstein
2014-01-20
Correctly handle signed/unsigned comparisons.
Ori Bernstein
2014-01-14
Add support for break/continue in loops.
Ori Bernstein
2013-12-29
More principled FP support started.
Ori Bernstein
2013-09-25
Closer to floating point support.
Ori Bernstein
2013-06-18
Move away from literal types that aren't actual compile time constants.
Ori Bernstein
2012-08-18
Change 'cons' to 'ucon', add uget.
Ori Bernstein
2012-08-15
We don't need the load instruction.
Ori Bernstein
2012-08-05
Squash indirection bugs.
Ori Bernstein
2012-07-27
Make truncating casts not broken.
Ori Bernstein
2012-07-23
Ostor must ALWAYS write through the pointer.
Ori Bernstein
2012-07-16
Move away from literals for tuples.
Ori Bernstein
2012-06-24
Add parsing for union constructors.
Ori Bernstein
2012-06-07
Add blit operator.
Ori Bernstein
2012-06-06
More work towards working slices.
Ori Bernstein
2012-06-06
Don't generate function calls too many times.
Ori Bernstein
2012-05-07
Improve instruction selection.
Ori Bernstein
2012-03-09
The backend now compiles.
Ori Bernstein
2011-12-14
Start stubbing in inference.
Ori Bernstein
2011-11-05
Initial commit
Ori Bernstein