summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Catch and report Env errors arising out of some Cutil functionsGravatar xleroy2013-12-30
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).Gravatar xleroy2013-12-30
* Elab.ml: more warnings.Gravatar xleroy2013-12-30
* Improved detection of variables with incomplete types.Gravatar xleroy2013-12-30
* More tolerance for functions declared without a prototypeGravatar xleroy2013-12-28
* Check in C2C that packed structs were properly emulated.Gravatar xleroy2013-12-28
* Removed obsolete check on aligned fields.Gravatar xleroy2013-12-28
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Future-proofing: keep signature information in IA32 and PowerPC Asm, just lik...Gravatar xleroy2013-12-26
* Revised parsing of command-line options, more GCC-like.Gravatar xleroy2013-12-21
* Support "default" cases in the middle of a "switch", not just at the end.Gravatar xleroy2013-12-21
* Hack StructReturn to better adhere to PowerPC and ARM calling conventions.Gravatar xleroy2013-12-20
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* Axioms: remove prop_ext, currently unused AND unsound in Coq 8.4.Gravatar xleroy2013-12-15
* Bring sizeof and alignof in sync with cfrontend/Ctypes.Gravatar xleroy2013-12-11
* More tweaking re: builtin_memcpyGravatar xleroy2013-11-27
* Attempted update to cchecklink re: memcpy.Gravatar xleroy2013-11-27
* Be more conservative in choosing the unrolled form of __builtin_memcpy.Gravatar xleroy2013-11-27
* Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.Gravatar xleroy2013-11-27
* Revised semantics of external functions, continued:Gravatar xleroy2013-11-18
* Revised modeling of external functions and built-in functions: just axiomatizeGravatar xleroy2013-11-17
* powerpc/: new unary operation "addsymbol"Gravatar xleroy2013-11-17
* Suppress warning on derefering volatile composites, because of false positives.Gravatar xleroy2013-11-10
* Cleaner printing of global variables.Gravatar xleroy2013-11-09
* - Recognize __builtin_fabs as an operator, not just a builtin,Gravatar xleroy2013-11-06
* Revised treatment of _Alignas, for better compatibility with GCC and Clang, a...Gravatar xleroy2013-11-06
* Make it possible to use the "__packed__" keyword as an attribute nameGravatar xleroy2013-11-05
* Error for 'switch' on a 64-bit integer argument.Gravatar xleroy2013-11-04
* Late update for release 2.1.Gravatar xleroy2013-10-28
* MAJ release 2.1Gravatar xleroy2013-10-28
* Better prepro options for XCode 5.0Gravatar xleroy2013-10-28
* Eliminate unreferenced inline functionsGravatar xleroy2013-10-28
* Revise parsing of character constants for conformance with ISO C 99.Gravatar xleroy2013-10-25
* Fix doc comment for loc_arguments.Gravatar xleroy2013-10-25
* Revert commit r2349 because it triggers a bug in GNU as.Gravatar xleroy2013-10-24
* Use register names under Linux.Gravatar xleroy2013-10-24
* Fine-tuning of the "andimm" case to generate a move rather than an andimm whe...Gravatar xleroy2013-10-24
* Typing of integer literals: follow C99 rules exactly.Gravatar xleroy2013-10-21
* Revised renumbering of nodes and registers so that main function is not shift...Gravatar xleroy2013-10-18
* Cminor parsing and printing (from Andrew Tolmach)Gravatar xleroy2013-10-16
* Warn for volatile accesses to compositesGravatar xleroy2013-10-16
* PackedStructs.ml: cleanups and bug-fixesGravatar xleroy2013-10-13
* Merge of the "alignas" branch.Gravatar xleroy2013-10-05
* Follow-up to commit 2339:Gravatar xleroy2013-10-05
* Elab:Gravatar xleroy2013-10-04
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* Do not use Format for faster printing of RTL, XTL, LTL, MachGravatar xleroy2013-09-26
* MacOS X linker option galoreGravatar xleroy2013-09-26
* Slightly more efficient conversion positive <-> intGravatar xleroy2013-09-26
* Small improvements in compilation times for the register allocation pass.Gravatar xleroy2013-09-20