aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Ceval.ml
Commit message (Expand)AuthorAgeFilesLines
* [BROKEN] Merge with v3.9 : something broken for __builtin_expect in cfrontend...Cyril SIX2021-06-011-4/+5
* begin implementing thread_local storageDavid Monniaux2020-02-241-1/+3
* Use pointer type for evaluated constants.Bernhard Schommer2019-10-011-1/+1
* String literals are l-values and have array types (#116)Bernhard Schommer2018-05-271-3/+5
* Reject "e1, e2" as a compile-time constant expressionXavier Leroy2018-05-241-5/+5
* Earlier, more comprehensive check for constant initializers (#88)Xavier Leroy2018-04-261-1/+91
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-5/+5
* Code cleanup.Bernhard Schommer2016-03-101-26/+25
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-5/+5
* Delay reads from !Machine.config before it is properly initialized.Xavier Leroy2015-01-221-1/+1
* Support C99 compound literals (by expansion in Unblock pass).xleroy2014-08-211-0/+2
* PackedStructs.ml: cleanups and bug-fixesxleroy2013-10-131-1/+1
* Remove the C primitives for unsigned long long arithmetic, replacedxleroy2013-03-181-6/+25
* Suppress int64_unsigned_to_float, now unused.xleroy2013-03-111-2/+0
* Support for inline assembly (asm statements).xleroy2012-12-181-0/+4
* Flocq-based parsing of floating-point literals (Jacques-Henri Jourdan)xleroy2012-11-031-28/+2
* - Support for _Alignof(ty) operator from ISO C 2011xleroy2012-02-261-0/+5
* In conditional expressions e1 ? e2 : e3, cast the results of e2 and e3 to the...xleroy2011-07-161-1/+3
* Added pass CleanupLabels to remove unreferenced labels in a proved way.xleroy2011-05-081-0/+1
* Wrong cast in constant_exprxleroy2010-08-041-3/+3
* Switching to the new C parser/elaborator/simplifierxleroy2010-03-031-0/+277