summaryrefslogtreecommitdiff
path: root/driver
Commit message (Expand)AuthorAge
* Revised signed/unsigned char handling.Gravatar xleroy2011-03-10
* Treat "char" as unsigned OR signed depending on the configuration.Gravatar xleroy2011-03-09
* Various algorithmic improvements that reduce compile times (thanks Alexandre ...Gravatar xleroy2010-10-27
* Simplified stdlib wrapper; use it only under MacOS XGravatar xleroy2010-09-04
* Better emulation of long long as a struct.Gravatar xleroy2010-09-04
* Merge of the reuse-temps branch:Gravatar xleroy2010-09-02
* Renamed C2Clight into C2CGravatar xleroy2010-08-18
* Merge of branches/full-expr-4:Gravatar xleroy2010-08-18
* Support for inlined built-ins.Gravatar xleroy2010-06-29
* Merging the Princeton implementation of the memory model. Separate axioms in...Gravatar xleroy2010-06-28
* More faithful semantics for volatile reads and writes.Gravatar xleroy2010-05-23
* - Extended traces so that pointers within globals are supported as event values.Gravatar xleroy2010-05-10
* Cleaned up handling of linker sections.Gravatar xleroy2010-05-08
* Options -I -D -U with a spaceGravatar xleroy2010-03-30
* Handling of volatile accesses through builtin functions.Gravatar xleroy2010-03-08
* Handling of builtins, continued.Gravatar xleroy2010-03-07
* Merge of the newmem and newextcalls branches:Gravatar xleroy2010-03-07
* Suppressed -fall-extensions option, too dangerous wrt flonglongGravatar xleroy2010-03-03
* Switching to the new C parser/elaborator/simplifierGravatar xleroy2010-03-03
* Revised handling of #pragma section and small data areasGravatar xleroy2010-01-27
* PowerPC/EABI port: preliminary support for #pragma section andGravatar xleroy2009-11-03
* Simplified the treatment of the PowerPC small data area; now more specific to...Gravatar xleroy2009-11-02
* Preliminary support for small data area in PowerPC port.Gravatar xleroy2009-11-01
* No '\n' in Coq strings...Gravatar xleroy2009-08-18
* Distinguish two kinds of nonterminating behaviors: silent divergenceGravatar xleroy2009-08-16
* Added 'going wrong' behaviorsGravatar xleroy2009-08-05
* Adapted to work with Coq 8.2-1Gravatar xleroy2009-06-05
* Added tail call optimization passGravatar xleroy2009-03-26
* - Added alignment constraints to memory loads and stores.Gravatar xleroy2009-01-11
* Reorganized the development, modularizing away machine-dependent parts.Gravatar xleroy2008-12-30