- 06 Jan, 2021 1 commit
-
-
Cyril SIX authored
Note : the issue is still present later in Duplicateproof. This is because I am examining an "identity ptree" which is way too big. I am having a look to see if I could make this ptree less big - to not include nodes that are identity
-
- 17 Dec, 2020 4 commits
-
-
Cyril SIX authored
-
Cyril SIX authored
-
Cyril SIX authored
-
Sylvain Boulmé authored
-
- 16 Dec, 2020 9 commits
-
-
Sylvain Boulmé authored
Merge branch 'master' of gricad-gitlab.univ-grenoble-alpes.fr:certicompil/compcert-kvx into kvx-work
-
Sylvain Boulmé authored
-
Sylvain Boulmé authored
-
Sylvain Boulmé authored
-
Cyril SIX authored
-
Cyril SIX authored
There are now too many loads turned into non trap. To be investigated
-
Sylvain Boulmé authored
-
Sylvain Boulmé authored
-
Cyril SIX authored
-
- 15 Dec, 2020 1 commit
-
-
Cyril SIX authored
-
- 11 Dec, 2020 7 commits
-
-
David Monniaux authored
-
David Monniaux authored
-
David Monniaux authored
-
Cyril SIX authored
-
David Monniaux authored
-
David Monniaux authored
-
David Monniaux authored
-
- 09 Dec, 2020 2 commits
- 08 Dec, 2020 12 commits
-
-
Cyril SIX authored
-
Cyril SIX authored
-
Cyril SIX authored
Loops with multiple CBs were only partially predicted for some cases (the header CB would get predicted, but not the CBs inside) This would happen in the case of breaks leading to another loop, such as: ```c void lift_check_level() { int i; int middle = lift_one_level >> 2; if ( lift_cntValid ) { for ( lift_level = 1; lift_level < 14; ++lift_level ) { if ( lift_cnt < lift_levelPos[lift_level] - middle ) break; /* This break */ } } else lift_level = 0; for ( i = 0; i < 14; ++i ) lift_ctrl_io_led[i] = ( i == lift_level - 1 ); } ```
-
David Monniaux authored
-
Cyril SIX authored
Various typos made the code fail silently for certain loops
-
Cyril SIX authored
-
Cyril SIX authored
-
Cyril SIX authored
-
David Monniaux authored
-
Cyril SIX authored
-
Cyril SIX authored
It was too permissive
-
David Monniaux authored
-
- 07 Dec, 2020 1 commit
-
-
Cyril SIX authored
-
- 06 Dec, 2020 3 commits
-
-
Xavier Leroy authored
Outside of -interp mode, -main has no (known) effect but could be confused for a linker option that sets the program's entrypoint, say. It's safer to reject the option.
-
Xavier Leroy authored
Inlined built-in functions destroy GPR0
-
Xavier Leroy authored
Pflid destroys IR14 Inlined built-in functions destroy IR14
-