aboutsummaryrefslogtreecommitdiffstats
path: root/driver
Commit message (Expand)AuthorAgeFilesLines
* Added missing dltl to dall.Bernhard Schommer2017-03-081-0/+1
* Merge pull request #167 from AbsInt/pipe_prerequisiteXavier Leroy2017-02-157-28/+21
|\
| * Introduced configuration variable for gnu systems.Bernhard Schommer2017-02-137-28/+21
* | 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-142-155/+1
* | Use "Local" as prefixXavier Leroy2017-02-131-1/+1
|/
* Merge branch 'elaboration-of-attributes'Xavier Leroy2017-02-061-0/+1
|\
| * Refactor the classification of attributesXavier Leroy2017-02-031-0/+1
* | Remove overriding open in Interp.Bernhard Schommer2017-02-031-11/+11
|/
* Fixed indention of help.Bernhard Schommer2017-01-271-3/+3
* Added option -fmax-errors.Bernhard Schommer2017-01-262-0/+22
* Allow .sx files for preprocessed assembler files.Bernhard Schommer2017-01-251-0/+3
* Use quoted strings.Bernhard Schommer2017-01-184-127/+138
* 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
* remove unused file, update tests for arch-field of configuration filesMichael Schmidt2016-11-031-1/+1
* Merge pull request #145 from AbsInt/64Xavier Leroy2016-10-273-11/+14
|\
| * Make Archi.ptr64 always computable, and reorganize files accordingly: ia32 ->...Xavier Leroy2016-10-271-1/+1
| * driver/Interp: updateXavier Leroy2016-10-241-8/+8
| * Support for 64-bit architectures: update the PowerPC portXavier Leroy2016-10-011-456/+0
| * Support for 64-bit architectures: generic supportXavier Leroy2016-10-013-4/+463
* | Document -target and -conf. Bug 20210Bernhard Schommer2016-10-181-0/+2
* | Refactored debugging options.Bernhard Schommer2016-10-142-29/+6
* | Remove undocumented option. Bug 20193Bernhard Schommer2016-10-143-8/+2
* | Fix minor typoMichael Schmidt2016-10-121-1/+1
* | Fixed regression in printing of floats.Bernhard Schommer2016-10-041-1/+1
|/
* Allow %lf type specifier in printf.Bernhard Schommer2016-09-221-1/+1
* Ignore also ignores the argunment. Bug 18004Bernhard Schommer2016-09-202-2/+7
* Merge pull request #139 from AbsInt/advanced-diagnosticsBernhard Schommer2016-09-203-31/+40
|\
| * Merge branch 'master' into advanced-diagnosticsBernhard Schommer2016-08-297-20/+93
| |\
| * | Additional test for color output.Bernhard Schommer2016-08-053-26/+33
| * | Classified all warnings and added various options.Bernhard Schommer2016-07-291-5/+7
* | | Added option to specify sdump folder. Fix 19816.Bernhard Schommer2016-09-161-2/+7
| |/ |/|
* | Merge pull request #118 from AbsInt/armebXavier Leroy2016-08-243-1/+11
|\ \
| * \ fix merge conflictsMichael Schmidt2016-08-177-10/+61
| |\ \
| * | | Implement support for big endian arm targets.Bernhard Schommer2016-08-053-1/+11
* | | | Print whole command line.Bernhard Schommer2016-08-221-8/+8
| |/ / |/| |
* | | Merge pull request #107 from AbsInt/add-fileXavier Leroy2016-08-176-8/+57
|\ \ \
| * | | Moved quoting functions in ResponsefileBernhard Schommer2016-08-163-34/+8
| * | | Added missing begin end around quoting. Bug 18308.Bernhard Schommer2016-08-101-2/+2
| * | | Corrected diab quoting. Bug 18308Bernhard Schommer2016-07-211-8/+11
| * | | Added support for quoting for diab backend.Bernhard Schommer2016-07-213-1/+20
| * | | Added simplified reader and printer for gnu @filesBernhard Schommer2016-07-204-9/+31
| * | | Merged responfile function into command.Bernhard Schommer2016-07-195-49/+33
| * | | Added heuristic for passing arg via responsefiles.Bernhard Schommer2016-07-125-11/+51
| * | | Added responsefile support for commandline.Bernhard Schommer2016-07-082-1/+8