aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Inliningproof.v
Commit message (Expand)AuthorAgeFilesLines
* being more archi-independantLéo Gourdin2021-11-021-2/+2
* Porting the BTL non-trap loads approach to RTLLéo Gourdin2021-11-021-56/+43
* Merge branch 'master' into merge_master_8.13.1Sylvain Boulmé2021-03-231-87/+87
|\
| * Replace `omega` tactic with `lia`Xavier Leroy2020-12-291-87/+87
* | Merge remote-tracking branch 'origin/mppa-work' into mppa-work-upstream-mergeDavid Monniaux2019-12-091-0/+54
|\ \ | |/ |/|
| * fixes for compiling on other platformsDavid Monniaux2019-09-071-1/+1
| * fixes for ARMDavid Monniaux2019-09-071-2/+2
| * progress on non trapping loadsDavid Monniaux2019-09-031-0/+54
* | Make explicit the use of hints from OrderedType (#316)Vincent Laporte2019-10-021-4/+4
|/
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-1/+1
* lib/Coqlib.v: remove defns about multiplication, division, modulusXavier Leroy2019-04-231-3/+3
* Remove coq warnings (#28)Bernhard Schommer2017-09-221-14/+14
* Extend builtin arguments with a pointer addition operatorXavier Leroy2017-07-061-2/+6
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-1/+1
* The subst tactic has become more powerful.Maxime Dénès2017-01-091-2/+2
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-25/+25
* Update the back-end proofs to the new linking framework.Xavier Leroy2016-03-061-123/+120
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-211/+211
* Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-211-45/+31
* Long-overdue renaming: val_inject -> Val.inject, etc, for consistency with Va...Xavier Leroy2015-04-301-15/+15
* Extend annotations so that they can keep track of global variables and local ...Xavier Leroy2015-03-271-0/+80
* Add Genv.public_symbol operation.Xavier Leroy2014-11-241-3/+9
* Merge of "newspilling" branch:xleroy2014-07-231-0/+1
* Revised renumbering of nodes and registers so that main function is not shift...xleroy2013-10-181-12/+24
* Merge of the "princeton" branch:xleroy2013-06-161-75/+72
* Pointers one pastxleroy2013-02-151-5/+5
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.xleroy2013-01-291-5/+5
* Globalenvs: allocate one-byte block with permissions Nonempty for eachxleroy2012-11-121-5/+7
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-0/+5
* CSE: add recognition of some combined operators, conditions, and addressing m...xleroy2012-05-261-4/+6
* Merge of the newmem branch:xleroy2012-05-211-0/+1240