aboutsummaryrefslogtreecommitdiffstats
path: root/backend/Tailcall.v
Commit message (Expand)AuthorAgeFilesLines
* Refine the type of function results in AST.signatureXavier Leroy2020-02-211-1/+1
* Update the back-end proofs to the new linking framework.Xavier Leroy2016-03-061-9/+2
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-2/+2
* Add flags to control individual optimization passes + flag -O0 for turning th...Xavier Leroy2014-11-161-2/+1
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-191-2/+1
* Add option -fno-tailcalls to turn off tailcall elimination (causes problem wi...xleroy2013-05-171-2/+5
* Remove some useless "Require".xleroy2012-12-301-1/+0
* Support for inlined built-ins.xleroy2010-06-291-2/+2
* Added tail call optimization passxleroy2009-03-261-0/+110