aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Use the standalone coq2html tool to generate the HTML documentationXavier Leroy2018-06-015-752/+115
| | | | | coq2html is now a standalone project (https://github.com/xavierleroy/coq2html) packaged as coq-coq2html in OPAM-Coq.
* Update for release 3.3v3.3Xavier Leroy2018-05-301-1/+1
|
* coq2html: use OCaml's alternate string literals for multi-line stringsXavier Leroy2018-05-301-15/+15
|
* Update manpage for new warning name classMichael Schmidt2018-03-081-0/+4
|
* Preparations for release 3.2Xavier Leroy2018-01-131-4/+4
|
* Mention the RISC-V port as wellXavier Leroy2018-01-131-1/+1
|
* Update man page for new Diab target optionMichael Schmidt2018-01-081-6/+8
|
* Update man page for new Diab target optionMichael Schmidt2018-01-081-0/+6
|
* Inlining of static functions which are only called once. (#37)Bernhard Schommer2017-12-071-0/+5
| | | | | | | | | New inlining heuristic for static functions. Static functions that are only called once can always be inlined, since they can be removed safely after inlining and no call prologue, epilogue, as well as register saving and needs to be generated.
* Update documentation index for release 3.1v3.1Xavier Leroy2017-08-181-23/+17
|
* Update documentation entry point for release 3.0 (retroactively)Xavier Leroy2017-07-131-5/+8
| | | | Some modules new in 3.0 were not mentioned.
* Add optimization option finline.Bernhard Schommer2017-04-071-0/+5
| | | | | | The new option f(no-)inline controlls whether inlining is active or not. Bug 21343.
* update manpage for new optionsMichael Schmidt2017-02-211-4/+16
|
* drop .cm support from man pageMichael Schmidt2017-02-151-4/+0
|
* mention share directory for -target optionMichael Schmidt2017-01-261-0/+1
|
* describe -conf and -targetMichael Schmidt2017-01-261-0/+11
|
* describe environment variable for configuration fileMichael Schmidt2017-01-261-2/+10
|
* bug 20679, more precise description of -gMichael Schmidt2017-01-171-1/+1
|
* Fix typosMichael Schmidt2017-01-041-2/+2
|
* bug 20593, document new warning class in man-pageMichael Schmidt2016-12-141-0/+4
|
* fix targets in section for code generation optionsMichael Schmidt2016-12-021-1/+5
|
* update info about x86 in manpageMichael Schmidt2016-11-031-2/+2
|
* Minor improvementsMichael Schmidt2016-10-171-4/+4
|
* Update description for debugging optionsMichael Schmidt2016-10-141-4/+3
|
* Add a man-pageMichael Schmidt2016-10-141-0/+534
|
* Update in preparation for release 2.7Xavier Leroy2016-06-221-3/+3
|
* Also enable warnings for doc generator.Bernhard Schommer2016-04-061-6/+6
|
* Upgrade for release 2.6.Xavier Leroy2015-12-211-1/+8
|
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-5/+5
|
* Preserve ordinary comments within proof scripts.Xavier Leroy2015-06-112-6/+31
|
* Update for release 2.5.Xavier Leroy2015-06-111-6/+15
|
* Update Coq documentationv2.3xleroy2014-05-051-3/+3
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2483 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Updates for release 2.2xleroy2014-02-212-5/+28
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2415 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Late update for release 2.1.xleroy2013-10-281-1/+1
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2359 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Version 2.00 -> version 2.0v2.0xleroy2013-06-211-1/+1
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2286 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Updates in preparation for release 2.00xleroy2013-06-191-47/+16
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2283 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Use "-as" to put CompCert modules in a compcert.xxx namespace.xleroy2013-05-011-6/+14
| | | | | | | | Simplified the scripts "coq" and "pg". Updated deps. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2228 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Updating doc for 1.13xleroy2013-03-111-8/+5
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2142 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Updated documentationv1.12xleroy2013-01-112-14/+14
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2098 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Update for release 1.12xleroy2013-01-091-3/+8
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2097 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Make Clight independent of CompCert C.xleroy2012-10-081-1/+4
| | | | | | | Common parts are factored out in cfrontend/Ctypes.v and cfrontend/Cop.v git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2060 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Late update for 1.11xleroy2012-07-131-4/+6
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1977 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Merge of the newmem branch:xleroy2012-05-211-1/+18
| | | | | | | | | | - Revised memory model with Max and Cur permissions, but without bounds - Constant propagation of 'const' globals - Function inlining at RTL level - (Unprovable) elimination of unreferenced static definitions git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1899 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* MAJ docv1.10xleroy2012-03-121-11/+5
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1850 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Doc fixesxleroy2011-08-232-2/+3
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1726 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Changelog, doc: updated for release 1.9v1.9xleroy2011-08-221-1/+9
| | | | | | | lib/Integers, Makefile: unsuccessful experiments with coqchk git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1723 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Update for release 1.8.2xleroy2011-05-241-29/+38
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1656 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Renamed Machconcr into Machsem.xleroy2011-04-091-2/+1
| | | | | | | | Removed Machabstr and Machabstr2concr, now useless following the reengineering of Stacking. git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1633 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Update for 1.8.1xleroy2011-03-141-2/+2
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1609 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
* Update for release 1.8xleroy2010-09-211-5/+12
| | | | git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1512 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e