aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be more conservative in choosing the unrolled form of __builtin_memcpy.xleroy2013-11-271-1/+1
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.xleroy2013-11-274-5/+6
* Revised semantics of external functions, continued:xleroy2013-11-185-185/+82
* Revised modeling of external functions and built-in functions: just axiomatizexleroy2013-11-175-151/+171
* powerpc/: new unary operation "addsymbol"xleroy2013-11-1721-92/+302
* Suppress warning on derefering volatile composites, because of false positives.xleroy2013-11-101-4/+0
* Cleaner printing of global variables.xleroy2013-11-091-21/+30
* - Recognize __builtin_fabs as an operator, not just a builtin,xleroy2013-11-0614-6/+50
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...xleroy2013-11-0611-147/+320