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