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
/
opt
Age
Commit message (
Expand
)
Author
2014-09-05
Move 'mi/' directory to 'opt/'.
Ori Bernstein
2012-09-17
Rename 'opt' to 'mi'.
Ori Bernstein
2012-08-12
Put match values into temporary.
Ori Bernstein
2012-07-25
Get the rvals for the subexpressions of casts.
Ori Bernstein
2012-07-24
Make folding preserve types.
Ori Bernstein
2012-07-20
Don't die if we call fold() on NULL.
Ori Bernstein
2012-06-25
Whitespace fixes.
Ori Bernstein
2012-06-18
Static things up.
Ori Bernstein
2012-06-17
Add missing file.
Ori Bernstein
2012-06-15
Add rudimentary constant folding.
Ori Bernstein
2012-06-14
Improve debug prints.
Ori Bernstein
2012-06-14
Print out the assembly CFG.
Ori Bernstein
2012-06-14
Make the BB ids identity mapped with their index.
Ori Bernstein
2012-06-14
Move towards generating flow graphs properly.
Ori Bernstein
2012-06-13
Rename 'libdeps' to 'deps'. It's more general than just libs.
Ori Bernstein
2012-06-11
Make unexported functions static.
Ori Bernstein
2012-06-11
Integer correctness fixes.
Ori Bernstein
2012-06-11
Split cfg and dataflow.
Ori Bernstein
2012-06-11
Make the CFG correct.
Ori Bernstein
2012-06-11
Print labels correctly.
Ori Bernstein
2012-06-11
Only change the separator if we print something.
Ori Bernstein
2012-06-11
When using conditional jumps, use the labels.
Ori Bernstein
2012-06-11
Put the BB into the fix list instead of the node.
Ori Bernstein
2012-06-11
More work towards getting dataflow going.
Ori Bernstein
2012-06-11
Start working on dataflow analysis.
Ori Bernstein