aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend
Commit message (Expand)AuthorAgeFilesLines
...
* Truncation of array sizes when converting them to Coq's Z typeXavier Leroy2018-02-081-6/+8
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-082-17/+20
* Deactivate ais_annotations again.Bernhard Schommer2017-12-121-24/+25
* Correct test for noinline. Bug 22642Bernhard Schommer2017-12-111-1/+1
* Introduce and use C2C.atom_inline function with 3-valued resultXavier Leroy2017-12-081-11/+5
* Store the different inlining cases.Bernhard Schommer2017-12-081-7/+25
* Pull request #192: improve the printing of Clight intermediate codeXavier Leroy2017-11-221-10/+26
* Remove ais_annot_intval.Bernhard Schommer2017-10-241-13/+0
* Prefix ais annotations with location.Bernhard Schommer2017-10-241-2/+4
* Merge pull request #191 from sigurdschneider/masterXavier Leroy2017-10-202-0/+2
|\
| * Ensure FunInd or Recdef is imported if functional induction is usedSigurd Schneider2017-07-202-0/+2
* | New support for inserting ais-annotations.Bernhard Schommer2017-10-193-7/+44
* | Moved common buitlins to C2C gernic_builtins.Bernhard Schommer2017-09-261-1/+11
* | Remove coq warnings (#28)Bernhard Schommer2017-09-228-50/+50
* | Prefixed runtime functions.Bernhard Schommer2017-08-251-16/+16
|/
* SimlLocals.Sdebug_var: wrong type for 64-bit platformsXavier Leroy2017-07-091-1/+1
* Early optimization of redundant *& and &* addressingsXavier Leroy2017-05-293-8/+59
* Do not generate code for "inline definitions"Bernhard Schommer2017-04-071-8/+15
* attempt to optimize empty if/then/else statementsMichael Schmidt2017-04-063-7/+32
* Added gcc noinline attribute.Bernhard Schommer2017-02-191-0/+1
* Added unused attribute and simplified checks.Bernhard Schommer2017-02-171-1/+2
* Replace "Implicit Arguments" with "Arguments"Xavier Leroy2017-02-131-2/+2
* Use "Local" as prefixXavier Leroy2017-02-132-3/+3
* Merge branch 'coq-8.6' of https://github.com/maximedenes/CompCert into maxime...Xavier Leroy2017-02-132-7/+9
|\
| * Some backward compatible Ltac fixes, necessary for 8.6.Maxime Dénès2017-01-091-5/+7
| * An hypothesis has changed name.Maxime Dénès2017-01-091-1/+1
| * The subst tactic has become more powerful.Maxime Dénès2017-01-091-1/+1
* | More tweaking of module 'open'Xavier Leroy2017-02-091-8/+10
* | Merge branch 'elaboration-of-attributes'Xavier Leroy2017-02-061-1/+15
|\ \
| * | Preliminary support for the "noreturn" attributeXavier Leroy2017-02-061-1/+2
| * | Refactor the classification of attributesXavier Leroy2017-02-031-0/+13
| * | Revised elaboration of attributesXavier Leroy2017-01-311-1/+1
* | | Cleanup opensBernhard Schommer2017-02-061-69/+62
* | | Removed shadowing problems.Bernhard Schommer2017-02-061-9/+9
* | | Inlined open of ASTBernhard Schommer2017-02-061-7/+6
|/ /
* / Simplified C2C.error.Bernhard Schommer2017-01-182-19/+16
|/
* C2C: revise typing and translation of __builtin_memcpy_alignedXavier Leroy2016-11-171-12/+16
* Initializers: introduce 'constval_cast' to cast constant value to desired typeXavier Leroy2016-11-172-21/+25
* C2C: wrong translation of 'switch' over arguments of type 'long' if 'long' is...Xavier Leroy2016-11-171-4/+5
* fix va_arg for pointer types on 64bit targetMichael Schmidt2016-11-081-1/+7
* extend constant check for builtin_memcpy_aligned (bug 20320)Michael Schmidt2016-11-071-2/+2
* extend constant check for builtin_memcpy_aligned (bug 20320)Michael Schmidt2016-11-071-0/+2
* Merge pull request #145 from AbsInt/64Xavier Leroy2016-10-2719-967/+1300
|\
| * Regression: handling of integer + pointer in CompCert CXavier Leroy2016-10-064-115/+112
| * Regression: compile-time evaluation of ((struct s *)0)->fieldXavier Leroy2016-10-062-4/+7
| * Turn 64-bit integer division and modulus by constants into multiply-highXavier Leroy2016-10-041-0/+8
| * Remove usage of do.Bernhard Schommer2016-10-041-58/+58
| * Support for 64-bit architectures: generic supportXavier Leroy2016-10-0119-926/+1251
* | implement checks for parameters of '__builtin_memcpy_aligned' (bug 20222)Michael Schmidt2016-10-191-4/+4
* | implement checks for parameters of '__builtin_memcpy_aligned' (bug 20222)Michael Schmidt2016-10-191-3/+6
|/