aboutsummaryrefslogtreecommitdiff
path: root/regression
AgeCommit message (Collapse)AuthorFilesLines
2019-02-21Delete accidental regression/output file.Jim Wilson1-52768/+0
2019-02-16Add binutils regression support, and update binutils white lists.Jim Wilson2-4/+52781
This resets the binutils white lists to the current failure list, as the vast majority of old failures were fixed long ago. The regression makefile change requires renaming report-% to report-gcc-% so I could add an unambiguous report-binutils-% rule. Otherwise report still works the same, and report-binutils is new.
2017-11-03Add many "build-*" targetsPalmer Dabbelt1-0/+3
2017-11-03Add a "make build" target, to build all the toolchainsPalmer Dabbelt1-0/+3
2017-11-03Correctly generate "enter.bash"Palmer Dabbelt1-1/+1
2017-10-31Run the regression tests with "-mcmodel=medany" as wellPalmer Dabbelt1-0/+13
2017-10-26Clean up the regression makefile a bitPalmer Dabbelt1-15/+29
2017-10-25Add a local regression MakefilePalmer Dabbelt2-0/+66
Travis is both slow and screwy, this lets me run the regressions locally.