summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAge
* Excessively strict validation: ofs + sz < modulus should have beenGravatar xleroy2014-08-20
* Issue with switch labels that are negative 32-bit integers.Gravatar xleroy2014-08-17
* - Support "switch" statements over 64-bit integersGravatar xleroy2014-08-17
* Add Mem.free_parallel_inject and use it to simplify Events a bit.Gravatar xleroy2014-07-31
* Update "read_as_zeros" property.Gravatar xleroy2014-07-23
* Merge of "newspilling" branch:Gravatar xleroy2014-07-23
* Add "read_as_zero" property for memory areas initialized by Init_space.Gravatar xleroy2014-06-30
* Refactoring: move symbol_offset into Genv.Gravatar xleroy2014-05-24
* Merge of branch linear-typing:Gravatar xleroy2014-04-06
* Revert commits r2435 and r2436 (coarser RTLtyping / finer Lineartyping):Gravatar xleroy2014-03-28
* Revised division of labor between RTLtyping and Lineartyping:Gravatar xleroy2014-03-27
* Type-checking of builtin volatile write Mfloat32 was too strict, causing type...Gravatar xleroy2014-03-24
* - Back to origins: suppress Mfloat64al32 chunk and align Mfloat64 to 4.Gravatar xleroy2014-01-12
* Introduce and use the platform-specific Archi module giving:Gravatar xleroy2014-01-03
* Ctypes.sizeof ty = 0 for empty types ty (zero-sized array, empty struct/union).Gravatar xleroy2013-12-30
* Simpler, more robust emulation of calls to variadic functions:Gravatar xleroy2013-12-28
* Merge of branch value-analysis.Gravatar xleroy2013-12-20
* 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
* Cminor parsing and printing (from Andrew Tolmach)Gravatar xleroy2013-10-16
* Merge of Flocq version 2.2.0.Gravatar xleroy2013-08-02
* Alternate characterization of alignment constraints in memory injection, whic...Gravatar xleroy2013-07-31
* Optimize integer divisions by positive constants, turning them intoGravatar xleroy2013-07-29
* More accurate model of condition register flags for ARM and IA32.Gravatar xleroy2013-07-13
* Treat casts int64 -> float32 as primitive operations instead of twoGravatar xleroy2013-07-03
* Merge of the "princeton" branch:Gravatar xleroy2013-06-16
* Merge of the float32 branch: Gravatar xleroy2013-05-19
* Refactoring: move definition of chunk_of_type to AST.v.Gravatar xleroy2013-05-06
* Coq-defined equality functions for Allocation.Gravatar xleroy2013-05-01
* Expand 64-bit integer comparisons into 32-bit integer comparisons.Gravatar xleroy2013-04-29
* Big merge of the newregalloc-int64 branch. Lots of changes in two directions:Gravatar xleroy2013-04-20
* Glasnost: making transparent a number of definitions that were opaqueGravatar xleroy2013-03-10
* Assorted cleanups, esp. to avoid generating _rec and _rect recursors in Gravatar xleroy2013-03-09
* Constant propagation within __builtin_annot.Gravatar xleroy2013-02-24
* Pointers one pastGravatar xleroy2013-02-15
* Updated PowerPC port to new integers.Gravatar xleroy2013-02-12
* lib/Integers.v: revised and extended, faster implementation based onGravatar xleroy2013-02-10
* Ported to Coq 8.4pl1. Merge of branches/coq-8.4.Gravatar xleroy2013-01-29
* Updated documentationGravatar xleroy2013-01-11
* Update Cminor parser and printer so that the parser can parse the whole Cmino...Gravatar xleroy2013-01-07
* Remove some useless "Require".Gravatar xleroy2012-12-30
* Merge of the clightgen branch:Gravatar xleroy2012-12-29
* Composition properties between injections and extensions.Gravatar xleroy2012-12-29
* Integers: specialized function to compute x mod 2^N; used in "repr" toGravatar xleroy2012-12-21
* Support for inline assembly (asm statements).Gravatar xleroy2012-12-18
* Globalenvs: allocate one-byte block with permissions Nonempty for eachGravatar xleroy2012-11-12
* Remove Val.is_true and Val.is_false, no longer used.Gravatar xleroy2012-08-06
* Removed old, commented-out definitions.Gravatar xleroy2012-08-01
* - Revised non-overflow constraints on memory injections so that Gravatar xleroy2012-07-23