aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
Commit message (Expand)AuthorAgeFilesLines
* Simplify handling of file suffixes.Bernhard Schommer2022-05-181-20/+18
* Fix computing of output filenames.Bernhard Schommer2022-05-181-13/+15
* Error when using -main without -interpXavier Leroy2020-12-061-0/+2
* Add -main option to specify entrypoint function in interpreter mode (#374)Xavier Leroy2020-10-301-1/+3
* Remove no longer needed option enforce-buildnrBernhard Schommer2020-07-081-10/+1
* -O0 now implies -fno-inliningMichael Schmidt2019-07-091-1/+1
* Update documentation of -ObranchlessXavier Leroy2019-07-051-1/+1
* Rename option `-ffavor-branchless` into `-Obranchless`Xavier Leroy2019-07-051-3/+3
* If-conversion optimizationXavier Leroy2019-06-061-2/+8
* Added options -fcommon and -fno-common (#164)Bernhard Schommer2019-05-101-0/+2
* Check for alignment of command-line switches.Bernhard Schommer2019-05-101-3/+7
* Various improvements in the wording of diagnostics.Michael Schmidt2018-08-021-1/+1
* Added error summary in case of fatal error.Bernhard Schommer2018-02-091-1/+1
* Refactor the handling of errors and warnings (#44)Bernhard Schommer2018-02-081-26/+20
* Share code for common options.Bernhard Schommer2018-01-291-61/+16
* Move machine initialization to Frontend.init function. (#49)Bernhard Schommer2018-01-111-22/+1
* Change AsmToJson to be similar to other printers.Bernhard Schommer2018-01-051-45/+3
* Added toolchain specific option for dcc. (#47)Bernhard Schommer2018-01-051-1/+16
* Handle dcompcertc and dparsedc like all dump opts.Bernhard Schommer2018-01-041-1/+3
* Remove duplicated code. Bug 20521Bernhard Schommer2018-01-041-46/+26
* Remove all temporary files at program exit (#46)Bernhard Schommer2018-01-031-18/+6
* Export configured architecture to JSON (#38)Michael Schmidt2017-12-131-0/+6
* Inlining of static functions which are only called once. (#37)Bernhard Schommer2017-12-071-1/+4
* Remove temporary .o files after linking (#36)Xavier Leroy2017-11-271-2/+5
* Do not generate object files for linking.Bernhard Schommer2017-10-161-7/+14
* Added dump-mnemonics option.Bernhard Schommer2017-09-251-2/+12
* Take advantage of ARMv6T2/ARMv7 instructions even if not in Thumb2 mode (#203)Gergö Barany2017-09-181-3/+7
* Document -finline in help.Bernhard Schommer2017-08-241-0/+1
* Formatted json printing.Bernhard Schommer2017-06-281-8/+23
* Added a little bit more compilation info to sdump.Bernhard Schommer2017-06-261-2/+9
* RISC-V port and assorted changesXavier Leroy2017-04-281-0/+3
* Add optimization option finline.Bernhard Schommer2017-04-071-0/+1
* Added missing dltl to dall.Bernhard Schommer2017-03-081-0/+1
* Merge pull request #170 from AbsInt/remove_cminorXavier Leroy2017-02-151-65/+0
|\
| * Removed CMinor import. Bug 20992Bernhard Schommer2017-02-141-65/+0
* | Removed superfluous semicolon.Bernhard Schommer2017-02-141-1/+1
|/
* Remove Optionsprinter. Bug 20993Bernhard Schommer2017-02-141-14/+1
* Refactor the classification of attributesXavier Leroy2017-02-031-0/+1
* Fixed indention of help.Bernhard Schommer2017-01-271-3/+3
* Allow .sx files for preprocessed assembler files.Bernhard Schommer2017-01-251-0/+3
* Use quoted strings.Bernhard Schommer2017-01-181-74/+79
* Added backtrace handler.Bernhard Schommer2017-01-171-0/+2
* add parameter to enforce a specific compcert build number for QSKs (bug 20595)Michael Schmidt2016-12-161-2/+14
* Also exit on errors. Bug 19872Bernhard Schommer2016-12-151-1/+1
* Check errors at the end. Bug 19872Bernhard Schommer2016-12-151-0/+1
* Merge pull request #145 from AbsInt/64Xavier Leroy2016-10-271-3/+6
|\
| * Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-271-1/+1
| * Support for 64-bit architectures: generic supportXavier Leroy2016-10-011-3/+6
* | Document -target and -conf. Bug 20210Bernhard Schommer2016-10-181-0/+2
* | Refactored debugging options.Bernhard Schommer2016-10-141-28/+5