heptagon/compiler/obc
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
..
c Merge branch 'ctrl-n' into decade 2015-12-15 09:33:25 +01:00
java Fixed warnings. 2014-03-18 11:01:56 +01:00
main Deadcode removal improvement 2016-01-18 14:32:54 +01:00
transformations Deadcode removal improvement 2016-01-18 14:32:54 +01:00
_tags Heptc compiles again 2011-04-18 15:38:42 +02:00
control.ml Fixed warnings. 2014-03-18 11:01:56 +01:00
obc.ml Fixed warnings & documentation comments. 2013-11-08 18:51:06 +01:00
obc_compare.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
obc_mapfold.ml Added Marc as co-author 2012-06-29 01:43:15 +02:00
obc_printer.ml Pretty-printing class parameters in obc 2016-01-18 14:31:04 +01:00
obc_utils.ml Fixed warnings. 2014-03-18 11:01:56 +01:00