| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Eliminate unreferenced inline functions | xleroy | 2013-10-28 |
* | Revise parsing of character constants for conformance with ISO C 99. | xleroy | 2013-10-25 |
* | Fix doc comment for loc_arguments. | xleroy | 2013-10-25 |
* | Revert commit r2349 because it triggers a bug in GNU as. | xleroy | 2013-10-24 |
* | Use register names under Linux. | xleroy | 2013-10-24 |
* | Fine-tuning of the "andimm" case to generate a move rather than an andimm whe... | xleroy | 2013-10-24 |
* | Typing of integer literals: follow C99 rules exactly. | xleroy | 2013-10-21 |
* | Revised renumbering of nodes and registers so that main function is not shift... | xleroy | 2013-10-18 |
* | Cminor parsing and printing (from Andrew Tolmach) | xleroy | 2013-10-16 |
* | Warn for volatile accesses to composites | xleroy | 2013-10-16 |
* | PackedStructs.ml: cleanups and bug-fixes | xleroy | 2013-10-13 |
* | Merge of the "alignas" branch. | xleroy | 2013-10-05 |
* | Follow-up to commit 2339: | xleroy | 2013-10-05 |
* | Elab: | xleroy | 2013-10-04 |
* | Do not use Format for faster printing of RTL, XTL, LTL, Mach | xleroy | 2013-09-26 |
* | Do not use Format for faster printing of RTL, XTL, LTL, Mach | xleroy | 2013-09-26 |
* | MacOS X linker option galore | xleroy | 2013-09-26 |
* | Slightly more efficient conversion positive <-> int | xleroy | 2013-09-26 |
* | Small improvements in compilation times for the register allocation pass. | xleroy | 2013-09-20 |
* | Floats.v, Nan.v: hard-wire the general shape of binop_pl, so that no axioms | xleroy | 2013-09-14 |
* | Change the way arguments to __builtin_annot are converted. Use the same conv... | xleroy | 2013-09-14 |
* | Oops, wrong commit of generated files. | xleroy | 2013-08-24 |
* | Forgot to add these two files. | xleroy | 2013-08-24 |
* | Simplify LPMap by smashing bottoms. | xleroy | 2013-08-12 |
* | Change interface of Kildall solvers to avoid precomputing the map pc -> list ... | xleroy | 2013-08-12 |
* | Add test for NaNs | xleroy | 2013-08-02 |