aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/StructAssign.ml
Commit message (Expand)AuthorAgeFilesLines
* cparser/StructAssign: always use __builtin_memcpy + alignment indicationxleroy2011-05-111-87/+53
* Use memcpy_word only if alignment AND size are multiples of word size.xleroy2011-04-171-3/+5
* In StructAssign: be careful not to duplicate accesses to a volatile variable.xleroy2010-11-101-8/+10
* Merge of branches/full-expr-4:xleroy2010-08-181-35/+108
* __builtin_memcpy, continued.xleroy2010-04-171-9/+18
* Support __builtin_memcpy; use it for struct assignmentxleroy2010-04-171-29/+25
* Bug fix: infinite loop in cparser/ on bit field of size 32 bits.xleroy2010-04-091-1/+1
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+157