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
/
6
/
simp.c
Age
Commit message (
Expand
)
Author
2020-07-11
Fix tests on BSDs and 9front, improve names.
abi
Ori Bernstein
2020-06-24
Return small-aggregate values by the AMD64 abi.
S. Gilles
2019-02-26
Accept that `file` isn't a node.
Ori Bernstein
2019-02-26
Add support for `__fini__` functions.
Ori Bernstein
2019-01-12
Fix indexed array initializers.
Ori Bernstein
2018-07-22
Add zeroed env pointer when a const fn is passed as an argument.
iriri
2018-07-20
Fix codegen bug in env capture.
Ori Bernstein
2018-07-19
Support direct tuple access operators "tuple.N"
Quentin Carbonneaux
2018-06-09
Consistently and corretly add Oundef.
Ori Bernstein
2018-05-26
Initialize the closure before a recursive capture.
Ori Bernstein
2018-05-26
Fix indentation.
Ori Bernstein
2018-04-27
Extract slices recursively.
Ori Bernstein
2018-04-05
Ensure that we initialize the environment fully.
Ori Bernstein
2018-01-29
Allow generating function vars.
Ori Bernstein
2018-01-22
Bring back old addresses, with a better explanation.
Ori Bernstein
2018-01-21
Cheap enums.
Quentin Carbonneaux
2017-12-28
Minor cleanup.
Ori Bernstein
2017-12-05
All extern consts should be global.
Ori Bernstein
2017-12-04
Handle locally declared extern consts correctly.
Ori Bernstein
2017-12-01
Allow function in blob initializers.
Ori Bernstein
2017-10-29
Remove obsolete debugging.
Ori Bernstein
2017-08-26
...The line that fixes things should probably get committed.
Ori Bernstein
2017-07-09
Style(9)-ify.
Ori Bernstein
2017-06-30
Support union constants
Michael Forney
2017-06-24
Miscellaneous typo/formatting fixes
Michael Forney
2017-05-19
Allow global variable array initialziers.
Ori Bernstein
2017-05-14
Types based off of void *also* have no storage.
Ori Bernstein
2017-03-20
Step by line in gdb.
Ori Bernstein
2016-09-08
Allow any type to be cast to its base type.
Ori Bernstein
2016-04-07
Remove dead variables.
Ori Bernstein
2016-02-28
Recursively tag reflected types.
Ori Bernstein
2016-02-24
Fix destructuring of nested tuples.
Ori Bernstein
2016-02-22
Extract util functions into separate dir from parse/
Ori Bernstein
2016-02-22
Remove comments.
Ori Bernstein
2016-02-20
Move more operators to flatten.
Ori Bernstein
2016-02-20
Move more code to flatten.c
Ori Bernstein
2016-02-20
Start refactoring
Ori Bernstein
2016-02-07
Generic iterators now seem to work.
Ori Bernstein
2016-02-06
fix rval len, fixes #69
Andrew Chambers
2016-02-01
Fix type array typedef indexing.
Ori Bernstein
2016-01-31
Add support for generic impls.
Ori Bernstein
2016-01-27
Only simplify empty array blobs to zero slices.
Ori Bernstein
2016-01-27
Make literal empty slices in blobs zero.
Ori Bernstein
2016-01-27
Literal zero slices should have the base be null.
Ori Bernstein
2016-01-26
Remove the '$' shorthand for end of array.
Ori Bernstein
2016-01-24
A pointer isn't an unsigned int...
Ori Bernstein
2016-01-24
Actually fix the lenghtless arrays.
Ori Bernstein
2016-01-24
Fix crash with lengthless arrays.
Ori Bernstein
2016-01-23
Check slice bounds when slicing.
Ori Bernstein
2016-01-13
Require '->' to have an argument
andrewc
[next]