aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Mach.v
Commit message (Expand)AuthorAgeFilesLines
* Replacing default notrap load value by Vundef everywherecsix-PhDCyril SIX2021-06-181-2/+2
* more on notrapDavid Monniaux2019-09-051-3/+16
* Model external calls as destroying all caller-save registersXavier Leroy2018-06-011-1/+4
* Modest optimization of leaf functionsXavier Leroy2017-04-281-2/+75
* Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-23/+23
* Introduce register pairs to describe calling conventions more preciselyXavier Leroy2016-05-171-11/+20
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-5/+5
* Renaming {BA,BR}_longofwords -> {BA,BR}_splitlong.Xavier Leroy2015-08-221-1/+1
* Refactoring of builtins and annotations in the back-end.Xavier Leroy2015-08-211-11/+12
* Extend annotations so that they can keep track of global variables and local ...Xavier Leroy2015-03-271-21/+4
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-281-1/+1
* Merge of the "princeton" branch:xleroy2013-06-161-1/+1
* Merge of the float32 branch: xleroy2013-05-191-1/+1
* Refactoring: move definition of chunk_of_type to AST.v.xleroy2013-05-061-3/+0
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:xleroy2013-04-201-48/+50
* Partial backtracking on previous commit: the "hole in Mach stack frame" xleroy2013-03-031-55/+82
* Revised Stacking and Asmgen passes and Mach semantics: xleroy2013-03-011-11/+236
* Remove some useless "Require".xleroy2012-12-301-3/+0
* - Revised non-overflow constraints on memory injections so that xleroy2012-07-231-1/+1
* IA32 port: more faithful treatment of pseudoregister ST0.xleroy2011-08-081-2/+22
* Revised handling of annotation statements, and more generally built-in functi...xleroy2011-06-131-2/+12
* Merge of branch "unsigned-offsets":xleroy2011-04-091-4/+3
* Merge of the reuse-temps branch:xleroy2010-09-021-0/+16
* Support for inlined built-ins.xleroy2010-06-291-2/+3
* Merge of the newmem and newextcalls branches:xleroy2010-03-071-2/+2
* Added support for jump tables in back end.xleroy2009-11-101-0/+1
* Adapted to work with Coq 8.2-1v1.4.1xleroy2009-06-051-2/+2
* - Added alignment constraints to memory loads and stores.xleroy2009-01-111-1/+0
* Revu gestion retaddr et link dans Stackingxleroy2008-04-121-4/+3
* Ajout license, README, copyright noticesxleroy2008-01-271-0/+12
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".xleroy2007-08-041-234/+22
* Lever la restriction sur les fonctions externes, restriction qui exigeait que...xleroy2006-10-221-1/+21
* Stocker l'adresse de retour a l'offset 12 au lieu de l'offset 4 pour meilleur...xleroy2006-09-081-3/+3
* Revu traitement des variables globales dans AST.program et dans Globalenvs.xleroy2006-09-051-1/+1
* Fusion de la branche "traces":xleroy2006-09-041-37/+64
* Initial import of compcertxleroy2006-02-091-0/+295