Morgan Phillips
|
102c0049e0
|
rustfmt changes
|
2016-08-23 13:37:04 -07:00 |
|
Morgan Phillips
|
9165eef823
|
Modify the dominator tree's intersect method to interact with Basic Blocks
Corresponding changes to test cases are also included.
|
2016-08-23 13:34:40 -07:00 |
|
Morgan Phillips
|
8683541ed3
|
Add basic block information to the dominator tree.
To be complete the dominator tree must represent idoms as Ebb, Inst pairs, i.e.
bais blocks.
|
2016-08-18 14:37:32 -07:00 |
|
Jakob Stoklund Olesen
|
40e0989b8b
|
Re-export common types in the cretonne::ir module.
Clients should not have to navigate the ir sub-modules to find commonly used
types.
|
2016-08-12 16:11:38 -07:00 |
|
Morgan Phillips
|
80abf8b1f0
|
Remove uses of EntityMap::len.
|
2016-08-01 18:04:25 -07:00 |
|
Morgan Phillips
|
e9cfcf4f78
|
Improve the structure and comments of the module.
|
2016-08-01 15:00:08 -07:00 |
|
Morgan Phillips
|
5a38ca2db7
|
Remove println\!
|
2016-08-01 12:15:08 -07:00 |
|
Morgan Phillips
|
19a47d57b3
|
Add a dominator tree implementation.
|
2016-07-31 21:40:11 -07:00 |
|