aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driver.ml
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #107 from AbsInt/add-fileXavier Leroy2016-08-171-0/+1
|\
| * Added responsefile support for commandline.Bernhard Schommer2016-07-081-0/+1
* | Added -dall which enables all tracing.Bernhard Schommer2016-08-021-0/+12
* | add missing asmexpand step to cminor handler in driverMichael Schmidt2016-07-011-21/+27
|/
* Also add braces for arm. Bug 19197Bernhard Schommer2016-06-241-2/+2
* Moved assembler and linker into own files.Bernhard Schommer2016-06-241-110/+9
* Deactivate options target dependend.Bernhard Schommer2016-06-241-62/+82
* Added version string to Clightgen.Bernhard Schommer2016-05-241-1/+1
* Moved shared frontend code in own file.Bernhard Schommer2016-05-241-275/+105
* Moved some system functions into own module.Bernhard Schommer2016-05-241-68/+1
* Added option to pass linker options to gcc.Bernhard Schommer2016-05-131-0/+2
* bug 18004, fix file extensions for dparse optionMichael Schmidt2016-04-251-1/+1
* Enabled Werror via command line option.Bernhard Schommer2016-04-251-0/+1
* Deactivate warning 27 and added back removed code.Bernhard Schommer2016-03-151-5/+5
* Code cleanup.Bernhard Schommer2016-03-101-14/+14
* Added more support for gcc options.Bernhard Schommer2016-03-021-4/+75
* Added gcc's Xassembler option.Bernhard Schommer2016-02-291-3/+8
* Fixed typo. Bug 18066Bernhard Schommer2016-02-291-3/+4
* Added some gcc linker options.Bernhard Schommer2016-02-261-0/+22
* bug 18209, make message compatible to clangMichael Schmidt2016-02-231-1/+1
* bug 18209, check that input files existMichael Schmidt2016-02-231-0/+14
* Added new option for static linking.Bernhard Schommer2016-02-161-0/+2
* Fixed regression introduced by refactoring of Driver.ml.Bernhard Schommer2016-02-151-3/+7
* Added gcc cmd-line option -include.Bernhard Schommer2016-02-031-0/+3
* Added new option -doptions.Bernhard Schommer2016-01-271-3/+14
* Added printer for Configuration and finished Clflags.Bernhard Schommer2016-01-251-28/+26
* Started implementing a printer for Clflags.Bernhard Schommer2016-01-251-0/+1
* Added option to dump preprocessed source code.Bernhard Schommer2016-01-221-4/+12
* More descriptive error message for failed command.Bernhard Schommer2016-01-111-4/+14
* add options for include paths also to the command line of the assembler, bug ...Michael Schmidt2015-12-231-2/+4
* Merge pull request #79 from AbsInt/config-optionXavier Leroy2015-12-191-1/+2
|\
| * Add a target option.Bernhard Schommer2015-12-111-1/+2
* | Revise and simplify the -fstruct-return and -fstruct-passing options.Xavier Leroy2015-12-081-30/+8
|/
* New option --conf.Bernhard Schommer2015-11-261-0/+1
* Separate assembler options for the diab backend.Bernhard Schommer2015-11-201-1/+4
* Added the compilation unit in the json export. Bug 17659.Bernhard Schommer2015-11-191-4/+4
* Added now option to control debug output.Bernhard Schommer2015-11-161-2/+9
* Harden Driver.command against EINTR errorsXavier Leroy2015-11-101-1/+5
* New option to control the debug information build.Bernhard Schommer2015-11-041-0/+2
* Added additional option for the renaming of the suffix of the sdumpBernhard Schommer2015-10-231-2/+6
* Do not dump the .sdump files.Bernhard Schommer2015-10-161-15/+2
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-1/+7
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-4/+4
* Push the linker args separate.Bernhard Schommer2015-10-061-2/+4
* More refactoring of the Debug Information.Bernhard Schommer2015-09-271-1/+1
* Move more functionality in the new interface.Bernhard Schommer2015-09-161-4/+5
* Add the debug interface file.Bernhard Schommer2015-09-161-0/+1
* Merge branch 'new-builtins'Bernhard Schommer2015-09-011-2/+4
|\
| * Improve error reporting in Asmexpand.Xavier Leroy2015-08-241-2/+4
* | Improve printing of internal compiler errors.Xavier Leroy2015-08-251-2/+2