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-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
2017-04-06
When we ask for asm, don't delete it.
Ori Bernstein
2017-03-21
Use symbol deduplication on 9front.
Ori Bernstein
2017-03-20
Step by line in gdb.
Ori Bernstein
2017-03-03
Clean up Plan 9 assembly generation code.
Ori Bernstein
2017-03-03
On 9front, we want type info in text.
Ori Bernstein
2017-02-17
Update the mc manpage.
Ori Bernstein
2017-02-17
Search for usefiles relative to the output.
Ori Bernstein
2017-02-13
Initialize size correctly.
Ori Bernstein
2017-02-13
Pad tuples and arrays correctly.
Ori Bernstein
2017-01-08
Dedup const initialization.
Ori Bernstein
2017-01-02
Fix clang warnings.
Ori Bernstein
[next]