aboutsummaryrefslogtreecommitdiffstats
path: root/exportclight/Clightgen.ml
Commit message (Expand)AuthorAgeFilesLines
* Fix tracing options for clightgen.Bernhard Schommer2019-07-151-10/+23
* clightgen: add info on configuration and platform to generated .v files (#238)Xavier Leroy2018-06-201-1/+2
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-15/+18
* Share code for common options.Bernhard Schommer2018-01-291-70/+15
* Added missing help and common options.Bernhard Schommer2018-01-171-1/+15
* Move machine initialization to Frontend.init function. (#49)Bernhard Schommer2018-01-111-20/+1
* Added option -o to clightgen.Bernhard Schommer2018-01-111-5/+47
* Add riscv and attributes to ClightgenBernhard Schommer2018-01-101-0/+4
* Remove all temporary files at program exit (#46)Bernhard Schommer2018-01-031-1/+1
* Use quoted strings in clightgen.Bernhard Schommer2018-01-021-22/+24
* clightgen: add option -normalize to ensure that memory loads never occur "dee...Xavier Leroy2017-06-121-2/+11
* remove unused file, update tests for arch-field of configuration filesMichael Schmidt2016-11-031-1/+6
* Merge branch 'master' into advanced-diagnosticsBernhard Schommer2016-08-291-1/+3
|\
| * Implement support for big endian arm targets.Bernhard Schommer2016-08-051-1/+3
* | Additional test for color output.Bernhard Schommer2016-08-051-10/+10
|/
* Added version string to Clightgen.Bernhard Schommer2016-05-241-2/+14
* Moved shared frontend code in own file.Bernhard Schommer2016-05-241-161/+28
* bug 18004, fix file extensions for dparse optionMichael Schmidt2016-04-251-1/+1
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-2/+2
* Cleanup of Clightgen code.Bernhard Schommer2016-03-101-3/+2
* clightgen: update to recent change -fstruct-return/-fstruct-passingXavier Leroy2015-12-191-4/+7
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-2/+2
* Use Coq strings instead of idents to name external and builtin functions.Xavier Leroy2015-10-111-1/+1
* Update clightgen to the new annotations and the new inline asm.Xavier Leroy2015-04-231-1/+1
* Update clightgen with respect to new representation of composites.Xavier Leroy2015-02-201-97/+103
* Update clightgen for CompCert 2.2.v2.2xleroy2014-02-231-2/+6
* One more copyright header update.xleroy2013-06-171-1/+0
* Update LICENSE file and headers for dual-licensed files.xleroy2013-06-171-0/+4
* Updatedxleroy2013-04-301-3/+1
* Update clightgen to changes in Camlcoq and in AST.xleroy2013-03-201-1/+1
* Put clighgen files in exportclight/xleroy2013-01-051-0/+282