aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* RTLgen: use the state and error monad for reserve_labels (#371)Pierre Nigron2022-09-194-24/+24
* Improved auto goal selection (#443)Andrej Dudenhefner2022-09-085-7/+7
* Recognize more if-then-else statements that can be if-convertedXavier Leroy2022-09-052-126/+138
* Introducing the "eventually" closure and new simulation diagrams using itXavier Leroy2022-09-051-27/+229
* `_Generic` is a C11 feature, should trigger the corresponding warning if activeXavier Leroy2022-09-041-0/+1
* Remove unused functions.Bernhard Schommer2022-09-031-7/+0
* More simplifications for literal printingBernhard Schommer2022-09-036-31/+16
* Refactor emitting of constants.Bernhard Schommer2022-09-037-76/+21
* Add `iter_literal*` functions with guaranteed iteration orderXavier Leroy2022-09-031-0/+12
* Rework of struct member offsets for debug info.Bernhard Schommer2022-09-036-41/+92
* Introduce `struct_layout` functionBernhard Schommer2022-09-032-1/+28
* Support mergeable sections for string literals and wide string literalsXavier Leroy2022-08-291-6/+13
* Support mergeable sections for fixed-size literalsXavier Leroy2022-08-2911-123/+145
* configure: recognize riscv32 and riscv64 for RISC-V targets (#448)Brad Smith2022-08-291-2/+3
* Do not use `.rodata.cst8` for floating-point literalsXavier Leroy2022-08-152-2/+2
* Check early that extraction did not run into unimplemented axiomsXavier Leroy2022-07-071-0/+5
* Update comment about `deprecated-hint-rewrite-without-locality` warningXavier Leroy2022-07-071-4/+0
* In test/regression: Use `static inline` instead of `inline`Xavier Leroy2022-07-052-5/+5
* Re-enable `deprecated-hint-rewrite-without-locality` warningXavier Leroy2022-07-051-2/+1
* Add [#global] qualifier on Hint Rewrite (#439)Pierre-Marie Pédrot2022-07-052-0/+12
* More updates for release 3.11Xavier Leroy2022-06-271-2/+2
* Updates for release 3.11Xavier Leroy2022-06-252-3/+6
* Extend the boolean_equality tactic (#429)Jerome Hugues2022-06-251-1/+15
* Support Coq 8.15.2Xavier Leroy2022-06-252-3/+3
* Update comment re: compile_switch functionXavier Leroy2022-06-251-1/+1
* Expand "j_s symb" to "jump symb, x31" assembly pseudo-instructionXavier Leroy2022-06-244-5/+6
* First Changelog update for next release 3.11Xavier Leroy2022-06-201-0/+38
* Harden the configure script against \r\n end of linesXavier Leroy2022-06-201-6/+6
* AArch64: make register X29 callee-saveXavier Leroy2022-05-306-34/+34
* Improve control-flow analysis of "noreturn" function callsXavier Leroy2022-05-191-4/+18
* Simplify handling of file suffixes.Bernhard Schommer2022-05-184-30/+28
* Fix computing of output filenames.Bernhard Schommer2022-05-181-13/+15
* Revised warning for non-prototyped function declarationsXavier Leroy2022-05-131-17/+22
* Some tests for _GenericXavier Leroy2022-05-133-1/+115
* Support _Generic from ISO C 2011Xavier Leroy2022-05-137-711/+1031
* Fix the parsing of unprototyped function types in casts (#431)Xavier Leroy2022-05-091-2/+2
* Completely avoid line breaks in types when printing error messagesXavier Leroy2022-05-071-6/+10
* Enum is only compatible with IInt.Xavier Leroy2022-05-061-4/+4
* Merge pull request #368 from silene/flocq-3.4Xavier Leroy2022-04-2938-2934/+5149
|\
| * Upgrade to Flocq 4.1.Guillaume Melquiond2022-04-2611-285/+737
| * Support Coq 8.15.1Xavier Leroy2022-04-251-2/+2
| * Make Coq 8.12.0 the minimal version.Guillaume Melquiond2022-04-251-2/+2
| * Ignore .coq-native directories.Guillaume Melquiond2022-04-251-0/+1
| * Upgrade to Flocq 4.0.Guillaume Melquiond2022-04-2536-2875/+4637
|/
* Fix a typo in a comment in Clight.v (#427)Hanzhi Liu2022-04-251-1/+1
* Introduce float_conversion_default_nan parameter for float-float conversionsBernhard Schommer2022-04-257-9/+31
* Check for arguments of struct/union type passed to a vararg functionXavier Leroy2022-02-111-13/+16
* Add op for float max and min for x86.Bernhard Schommer2022-02-0710-23/+66
* Return second arg for float min/max on x86.Bernhard Schommer2022-02-071-4/+4
* Support Coq 8.15.0Xavier Leroy2022-01-311-2/+2