heptagon/compiler/obc/transformations
Gwenaël Delaval 2aed0f6537 Deadcode removal improvement
Deadcode removal in Obc :
- suppression of switch unused cases :

switch(true) {
  case false: ...
}

- activation with -deadcode option
2016-01-18 14:32:54 +01:00
..
deadcode.ml Deadcode removal improvement 2016-01-18 14:32:54 +01:00
memalloc_apply.ml Fixed warnings. 2014-03-18 11:01:56 +01:00
scalarize.ml Fixed warnings & documentation comments. 2013-11-08 18:51:06 +01:00
simplify.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
unroll.ml Fixed warnings & documentation comments. 2013-11-08 18:51:06 +01:00