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
Age
Commit message (
Expand
)
Author
2018-07-03
Fix escaping of closing '}' in fmt.
Ori Bernstein
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-05-11
Check return value of getcwd.
Ori Bernstein
2018-05-09
Merge remote-tracking branch 'npnth/libmath'
Ori Bernstein
2018-05-08
Don't specify .comm alignment.
Ori Bernstein
2018-05-06
Start of AES GCM work.
Ori Bernstein
2018-04-27
Extract slices recursively.
Ori Bernstein
2018-04-24
We don't do PIE yet, let's deal with it later.
Ori Bernstein
2018-04-22
Add a special exit stack to our thread library.
Ori Bernstein
2018-04-18
Merge remote-tracking branch 'ori/master' into HEAD
S. Gilles
2018-04-08
Add support for `-T` option to compile in test mode.
Ori Bernstein
2018-04-05
Ensure that we initialize the environment fully.
Ori Bernstein
2018-03-20
Fix corrupted merge of 'autoexpr'
S. Gilles
2018-03-13
Merge branch 'autoexpr' into libmath
S. Gilles
2018-03-06
Add ternary operator.
Ori Bernstein
2018-01-29
Allow generating function vars.
Ori Bernstein
2018-01-27
Put data into sections too.
Ori Bernstein
2018-01-27
Put data into sections too.
autoexpr
Ori Bernstein
2018-01-26
New auto operator.
Quentin Carbonneaux
2018-01-22
Bring back old addresses, with a better explanation.
Ori Bernstein
2018-01-21
Cheap enums.
Quentin Carbonneaux
2018-01-17
Infer after generating init functions.
Ori Bernstein
2018-01-11
Error out if getcwd fails.
Ori Bernstein
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-11-30
Generate per-function ELF sections to enable --gc-sections
Mura Li
2017-11-05
Accept the globalness of file.
Ori Bernstein
2017-11-05
Formatting tweaks.
Ori Bernstein
2017-11-05
Update comment to match reality.
Ori Bernstein
2017-10-29
Remove obsolete debugging.
Ori Bernstein
2017-10-07
Correctly pad small alignments.
Ori Bernstein
2017-09-11
Fix indentation.
Ori Bernstein
2017-09-10
Emit rotl/rotr instructions.
Ori Bernstein
2017-09-10
Format whitespace.
Ori Bernstein
2017-09-09
We don't need to write all the zeros explicitly.
Ori Bernstein
2017-08-26
...The line that fixes things should probably get committed.
Ori Bernstein
2017-08-19
File is already global.
Ori Bernstein
2017-07-30
Add hook into frontend for sizeof() folding.
Ori Bernstein
2017-07-18
Use zalloc to allocate livedense and livesparse
Michael Forney
2017-07-13
Fix missed option conversion.
Ori Bernstein
2017-07-12
Add support for -O in 6m.
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
[next]