aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Type-checking of builtin volatile write Mfloat32 was too strict, causing type...xleroy2014-03-242-4/+4
* Error messages were not displayed correctly if the main() function is missing...xleroy2014-03-211-5/+5
* Support array initialization lists that are too shortxleroy2014-03-182-6/+14
* Use .comm to declare uninitialized BSS variables. xleroy2014-03-141-12/+24
* floatoflong_from_words, floatoflongu_from_words : proof of PowerPc implementa...jjourdan2014-03-131-89/+316
* floatoflong_decomp, floatoflongu_decompjjourdan2014-03-111-0/+238
* Force dependency of SelectOp on Compopts.xleroy2014-03-033-1/+3
* Do not transform __builtin_va_arg for a struct or union type, this causesxleroy2014-02-241-31/+37
* Silence the warning "Cannot build inversion information".xleroy2014-02-241-9/+10
* Update clightgen for CompCert 2.2.v2.2xleroy2014-02-233-17/+33
* In Regalloc, dead code elimination, don't eliminate move operationsxleroy2014-02-237-4/+21
* Updates for release 2.2xleroy2014-02-215-11/+34
* Beautify the output.xleroy2014-02-211-3/+7
* Wrong type used for transforming lval = f(...)xleroy2014-02-211-1/+1
* PowerPC is big-endian, dammit.xleroy2014-02-211-2/+2
* Remove useless checks on type_of_global in dynamic semanticsxleroy2014-02-208-74/+15
* Add option -Os to optimize for code size rather than for execution speed.xleroy2014-02-1931-97/+215
* Update for 2.2, continuedxleroy2014-02-161-0/+2
* Updated for release 2.2.xleroy2014-02-151-13/+74
* Recognize .i and .p source files as C sources not to be preprocessed.xleroy2014-02-056-4/+47
* Interp.ml: in the emulation of printf(), check formats against types of argum...xleroy2014-01-123-41/+58
* Better printing of integer literals: add U and LL suffixes when needed.xleroy2014-01-123-10/+27
* Eradication of Mfloat64al32, continued.xleroy2014-01-123-8/+0
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.xleroy2014-01-1231-139/+80
* Introduce and use the platform-specific Archi module giving:xleroy2014-01-0313-91/+111
* Update for the multiple-input-needs case.xleroy2014-01-031-40/+45
* Updated neededness analysis for IA32.xleroy2014-01-022-38/+74
* Updated ARM backend wrt new static analyses and optimizations.xleroy2014-01-0222-612/+940
* Incomplete types are OK for 'extern' global variables.xleroy2014-01-021-1/+1
* stdarg.h: assorted fixes for PowerPCxleroy2014-01-012-7/+8
* powerpc: bad use of GPR0 in va_start.xleroy2014-01-012-7/+10
* Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)...xleroy2014-01-015-7/+15
* Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test...xleroy2014-01-0117-36/+755
* Catch and report Env errors arising out of some Cutil functionsxleroy2013-12-302-8/+9
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).xleroy2013-12-3011-156/+237
* Elab.ml: more warnings.xleroy2013-12-302-6/+16
* Improved detection of variables with incomplete types.xleroy2013-12-302-5/+12
* More tolerance for functions declared without a prototypexleroy2013-12-284-10/+31
* Check in C2C that packed structs were properly emulated.xleroy2013-12-282-5/+12
* Removed obsolete check on aligned fields.xleroy2013-12-281-8/+4
* Simpler, more robust emulation of calls to variadic functions:xleroy2013-12-2845-497/+366
* Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik...xleroy2013-12-2614-141/+146
* Revised parsing of command-line options, more GCC-like.xleroy2013-12-212-21/+45
* Support "default" cases in the middle of a "switch", not just at the end.xleroy2013-12-2118-209/+373
* Hack StructReturn to better adhere to PowerPC and ARM calling conventions.xleroy2013-12-205-67/+162
* Merge of branch value-analysis.xleroy2013-12-2051-4187/+12730
* Axioms: remove prop_ext, currently unused AND unsound in Coq 8.4.xleroy2013-12-152-25/+18
* Bring sizeof and alignof in sync with cfrontend/Ctypes.xleroy2013-12-111-22/+18
* More tweaking re: builtin_memcpyxleroy2013-11-271-6/+10
* Attempted update to cchecklink re: memcpy.xleroy2013-11-271-8/+4