aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Deadcodeproof.v
Commit message (Expand)AuthorAgeFilesLines
* bugfixLéo Gourdin2021-11-021-2/+2
* being more archi-independantLéo Gourdin2021-11-021-7/+4
* Porting the BTL non-trap loads approach to RTLLéo Gourdin2021-11-021-45/+40
* Replacing default notrap load value by Vundef everywherecsix-PhDCyril SIX2021-06-181-2/+0
* Merge branch 'master' into merge_master_8.13.1Sylvain Boulmé2021-03-231-11/+11
|\
| * Qualify `Hint` as `Global Hint` where appropriateXavier Leroy2021-01-211-1/+1
| * Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-10/+10
* | Dead code proof for non trapping loadsDavid Monniaux2019-09-031-0/+77
|/
* Replace nat_of_Z with Z.to_natXavier Leroy2019-04-231-3/+3
* Merge pull request #191 from sigurdschneider/masterXavier Leroy2017-10-201-0/+1
|\
| * Ensure FunInd or Recdef is imported if functional induction is usedSigurd Schneider2017-07-201-0/+1
* | New support for inserting ais-annotations.Bernhard Schommer2017-10-191-2/+2
* | Remove coq warnings (#28)Bernhard Schommer2017-09-221-9/+9
* | Deadcode: eliminate trivial Icond instructionsXavier Leroy2017-09-181-1/+5
|/
* Extend builtin arguments with a pointer addition operatorXavier Leroy2017-07-061-0/+9
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-1/+1
* Fix broken fragile automation.Maxime Dénès2017-01-091-1/+2
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-16/+16
* Fix minor issues in some proofs and tactics.Maxime Dénès2016-09-211-4/+4
* Port to Coq 8.5pl2Xavier Leroy2016-07-081-5/+2
* Stricter control of permissions in memory injections and extensionsXavier Leroy2016-06-221-2/+14
* Update the back-end proofs to the new linking framework.Xavier Leroy2016-03-061-125/+108
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-189/+189
* Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-211-118/+176
* Extend annotations so that they can keep track of global variables and local ...Xavier Leroy2015-03-271-28/+81
* Add Genv.public_symbol operation.Xavier Leroy2014-11-241-10/+18
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-021-83/+93
* Merge of branch value-analysis.xleroy2013-12-201-0/+1014