| Commit message (Expand) | Author | Age |
* | PowerPC is big-endian, dammit. | xleroy | 2014-02-21 |
* | Remove useless checks on type_of_global in dynamic semantics | xleroy | 2014-02-20 |
* | Add option -Os to optimize for code size rather than for execution speed. | xleroy | 2014-02-19 |
* | Update for 2.2, continued | xleroy | 2014-02-16 |
* | Updated for release 2.2. | xleroy | 2014-02-15 |
* | Recognize .i and .p source files as C sources not to be preprocessed. | xleroy | 2014-02-05 |
* | Interp.ml: in the emulation of printf(), check formats against types of argum... | xleroy | 2014-01-12 |
* | Better printing of integer literals: add U and LL suffixes when needed. | xleroy | 2014-01-12 |
* | Eradication of Mfloat64al32, continued. | xleroy | 2014-01-12 |
* | - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4. | xleroy | 2014-01-12 |
* | Introduce and use the platform-specific Archi module giving: | xleroy | 2014-01-03 |
* | Update for the multiple-input-needs case. | xleroy | 2014-01-03 |
* | Updated neededness analysis for IA32. | xleroy | 2014-01-02 |
* | Updated ARM backend wrt new static analyses and optimizations. | xleroy | 2014-01-02 |
* | Incomplete types are OK for 'extern' global variables. | xleroy | 2014-01-02 |
* | stdarg.h: assorted fixes for PowerPC | xleroy | 2014-01-01 |
* | powerpc: bad use of GPR0 in va_start. | xleroy | 2014-01-01 |
* | Fine hair splitting depending on whether va_list is a scalar type (IA32, ARM)... | xleroy | 2014-01-01 |
* | Experimental support for <stdarg.h>, the GCC way. Works on IA32. To be test... | xleroy | 2014-01-01 |
* | Catch and report Env errors arising out of some Cutil functions | xleroy | 2013-12-30 |
* | Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union). | xleroy | 2013-12-30 |
* | Elab.ml: more warnings. | xleroy | 2013-12-30 |
* | Improved detection of variables with incomplete types. | xleroy | 2013-12-30 |
* | More tolerance for functions declared without a prototype | xleroy | 2013-12-28 |
* | Check in C2C that packed structs were properly emulated. | xleroy | 2013-12-28 |
* | Removed obsolete check on aligned fields. | xleroy | 2013-12-28 |
* | Simpler, more robust emulation of calls to variadic functions: | xleroy | 2013-12-28 |
* | Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik... | xleroy | 2013-12-26 |
* | Revised parsing of command-line options, more GCC-like. | xleroy | 2013-12-21 |
* | Support "default" cases in the middle of a "switch", not just at the end. | xleroy | 2013-12-21 |
* | Hack StructReturn to better adhere to PowerPC and ARM calling conventions. | xleroy | 2013-12-20 |
* | Merge of branch value-analysis. | xleroy | 2013-12-20 |
* | Axioms: remove prop_ext, currently unused AND unsound in Coq 8.4. | xleroy | 2013-12-15 |
* | Bring sizeof and alignof in sync with cfrontend/Ctypes. | xleroy | 2013-12-11 |
* | More tweaking re: builtin_memcpy | xleroy | 2013-11-27 |
* | Attempted update to cchecklink re: memcpy. | xleroy | 2013-11-27 |
* | Be more conservative in choosing the unrolled form of __builtin_memcpy. | xleroy | 2013-11-27 |
* | Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well. | xleroy | 2013-11-27 |
* | Revised semantics of external functions, continued: | xleroy | 2013-11-18 |
* | Revised modeling of external functions and built-in functions: just axiomatize | xleroy | 2013-11-17 |
* | powerpc/: new unary operation "addsymbol" | xleroy | 2013-11-17 |
* | Suppress warning on derefering volatile composites, because of false positives. | xleroy | 2013-11-10 |
* | Cleaner printing of global variables. | xleroy | 2013-11-09 |
* | - Recognize __builtin_fabs as an operator, not just a builtin, | xleroy | 2013-11-06 |
* | Revised treatment of _Alignas, for better compatibility with GCC and Clang, a... | xleroy | 2013-11-06 |
* | Make it possible to use the "__packed__" keyword as an attribute name | xleroy | 2013-11-05 |
* | Error for 'switch' on a 64-bit integer argument. | xleroy | 2013-11-04 |
* | Late update for release 2.1. | xleroy | 2013-10-28 |
* | MAJ release 2.1 | xleroy | 2013-10-28 |
* | Better prepro options for XCode 5.0 | xleroy | 2013-10-28 |