Jakob Stoklund Olesen
f84e218a93
Rename the 'cfg' module to 'flowgraph'.
...
The 'cfg' name was easy to confuse with 'configuration'.
2017-03-21 15:33:23 -07:00
Jakob Stoklund Olesen
32709a56ca
Upgrade to rustfmt 0.8.0.
...
Lots of changes this time.
Worked around what looks like a rustfmt bug in parse_inst_operands where
a large match was nested inside Ok().
2017-03-14 10:48:05 -07:00
Jakob Stoklund Olesen
0f29fc7a52
Make the ControlFlowGraph reusable.
...
Move the flow graph computation into a compute method which can be
called with multiple functions.
This allows us to reuse the ControlFlowGraph memory and keep an instance
in the Context.
2017-02-17 12:20:33 -08:00
Jakob Stoklund Olesen
893a630ca0
Upgrade to rustfmt 0.6.3
2016-12-21 10:06:49 -08:00
Jakob Stoklund Olesen
a8a79df620
Promote the src/tools crate to the top-level workspace.
...
The 'src' and 'tests' top-level directories now contain tools sources
and integration tests for any of the library crates.
2016-10-17 15:04:29 -07:00