aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend
Commit message (Expand)AuthorAgeFilesLines
* Typoxleroy2010-03-281-1/+0
* Bug in multidimensional read-only arraysxleroy2010-03-131-7/+8
* Handling of volatile accesses through builtin functions.xleroy2010-03-081-18/+105
* Handling of builtins, continued.xleroy2010-03-072-29/+42
* Merge of the newmem and newextcalls branches:xleroy2010-03-078-1296/+1957
* Suppressed Init_pointer, now useless. Improved printing of strings in genera...xleroy2010-03-031-4/+0
* Detect struct assignment. Silence some warningsxleroy2010-03-031-3/+7
* Getting rid of CILxleroy2010-03-031-1283/+0
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-034-0/+768
* Function types didn't always degrade to pointers like they should. Introduce...xleroy2010-03-024-23/+26
* Revised handling of #pragma section and small data areasxleroy2010-01-271-17/+21
* Revised lib/Integers.v to make it parametric w.r.t. word size.xleroy2009-11-192-6/+6
* Unsupported: return/return type mismatchesxleroy2009-11-191-2/+17
* PowerPC/EABI port: preliminary support for #pragma section andxleroy2009-11-031-50/+47
* Simplified the treatment of the PowerPC small data area; now more specific to...xleroy2009-11-021-10/+8
* Preliminary support for small data area in PowerPC port.xleroy2009-11-011-0/+15
* Support Clight initializers of the form "int * x = &y;".xleroy2009-11-012-7/+21
* Problem with const enum initializersxleroy2009-09-151-0/+2
* Last updates for release 1.5.v1.5xleroy2009-08-281-9/+9
* Stronger constant folding, esp. w.r.t. floatsxleroy2009-08-211-40/+158
* In generated Cminor functions, make sure local variables includexleroy2009-08-202-23/+100
* No '\n' in Coq strings...xleroy2009-08-181-1/+1
* Cil2Csyntax: added goto and labels; added assignment between structsxleroy2009-08-162-64/+170
* Distinguish two kinds of nonterminating behaviors: silent divergencexleroy2009-08-162-29/+46
* Added 'going wrong' behaviorsxleroy2009-08-052-7/+8
* Transition semantics for Clight and Csharpminorxleroy2009-08-0310-2342/+2996
* Adapted to work with Coq 8.2-1v1.4.1xleroy2009-06-057-148/+149
* Various clean-upsv1.4xleroy2009-04-171-5/+5
* Honor "static" modifier on C globals.xleroy2009-03-281-10/+44
* Conflict between extraction/CList and cil/obj/xxx/clist on case-insensitive f...xleroy2009-01-292-3/+1
* - Added alignment constraints to memory loads and stores.xleroy2009-01-114-26/+94
* Reorganized the development, modularizing away machine-dependent parts.xleroy2008-12-302-0/+1493
* Replace cast{8,16}{signed,unsigned} with zero_ext and sign_ext.xleroy2008-12-292-12/+12
* Clight: ajout Econdition, suppression Eindex.xleroy2008-09-276-37/+146
* Fusion partielle de la branche contsem: xleroy2008-07-081-1/+1
* Utilisation de intoffloatu. Ajout du cas int + ptr.xleroy2008-05-314-15/+42
* Revu les comparaisons de pointeurs: == et <> sont definis entre 2 pointeurs v...xleroy2008-05-303-28/+37
* Introduction de l'operation intuoffloat (float -> unsigned int). Pas encore ...xleroy2008-05-301-0/+1
* Ajout license, README, copyright noticesxleroy2008-01-2710-0/+126
* In Clight, revised handling of comparisons between pointers and 0xleroy2007-11-134-39/+39
* Relaxation de la regle d'evaluation Ecastxleroy2007-10-172-4/+4
* Fusion de la branche restr-cminor. En Clight, C#minor et Cminor, les express...xleroy2007-08-2810-1783/+2275
* Documentationxleroy2007-08-059-211/+422
* Fusion des modifications faites sur les branches "tailcalls" et "smallstep".xleroy2007-08-049-1016/+755
* Suppression de lib/Sets.v, utilisation de FSet a la place. Generalisation de...xleroy2007-03-022-3/+5
* Meilleure compilation de la negation booleennexleroy2006-09-195-7/+15
* Simplification de Cminor: les affectations de variables locales ne sontxleroy2006-09-182-86/+84
* Revu traitement des structures et unions recursives. Dans Cshmgen, meilleure...xleroy2006-09-115-41/+45
* Permettre les casts entre types de fonctionxleroy2006-09-062-13/+21
* Csem: l'hypothese de typage sur main est inutile (assuree par wt_program)xleroy2006-09-063-10/+21