aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Frontend.ml
Commit message (Expand)AuthorAgeFilesLines
* Use define for wchar_t typeBernhard Schommer2023-02-011-0/+9
* Handle unstructured 'switch' statements such as Duff's deviceXavier Leroy2022-10-291-5/+7
* Revised passing of options to `Parse.preprocessed_file`Xavier Leroy2022-09-271-7/+5
* Support the `-std=<standard>` option (#456)Xavier Leroy2022-09-231-0/+3
* Support C11 Unicode string literals and character constants (#452)Xavier Leroy2022-09-191-1/+4
* Native support for bit fields (#400)Xavier Leroy2021-08-221-1/+0
* "macosx" is now called "macos"Xavier Leroy2021-01-181-2/+2
* AArch64: macOS portXavier Leroy2020-12-261-1/+3
* Move reserved_registers to CPragmas.Bernhard Schommer2020-04-201-0/+1
* AArch64 portXavier Leroy2019-08-081-0/+1
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-1/+1
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-2/+2
* Define macros with CompCert's version number (#284)Xavier Leroy2019-03-271-2/+24
* Add sizeof_reg and new Machine configurations (#129)Bernhard Schommer2018-08-201-4/+6
* Typo in -iquote preprocessing option (#239)Frédéric Besson2018-06-201-1/+1
* Define C11 conditional feature macros (#77)Bernhard Schommer2018-04-061-1/+10
* Move struct passing/return style to Machine.Bernhard Schommer2018-02-161-1/+5
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-12/+3
* Move machine initialization to Frontend.init function. (#49)Bernhard Schommer2018-01-111-0/+25
* Handle dcompcertc and dparsedc like all dump opts.Bernhard Schommer2018-01-041-12/+2
* Introduced configuration variable for gnu systems.Bernhard Schommer2017-02-131-2/+2
* Use quoted strings.Bernhard Schommer2017-01-181-32/+34
* Moved assembler and linker into own files.Bernhard Schommer2016-06-241-2/+2
* Deactivate options target dependend.Bernhard Schommer2016-06-241-48/+49
* Moved shared frontend code in own file.Bernhard Schommer2016-05-241-0/+163