aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add run-benchmark ruleMattias Andrée2014-11-061-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-061-2/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* improved optimisationMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* preliminary optimisationMattias Andrée2014-11-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + benchmark-flagsMattias Andrée2014-11-051-55/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add benchmark programMattias Andrée2014-11-051-1/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* test.c does not need its own directoryMattias Andrée2014-11-051-5/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* isolate optimisation to the libraryMattias Andrée2014-11-051-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* prepare check rule for the test reading the license fileMattias Andrée2014-11-051-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add check rule to the makefileMattias Andrée2014-11-051-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* some preparation for selecting optimisationMattias Andrée2014-11-051-79/+58
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* maybe-initialised warning on -O3 in generalised-specMattias Andrée2014-11-051-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2014-11-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* beginning of testMattias Andrée2014-11-051-3/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* compile so fileMattias Andrée2014-11-041-2/+25
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* list optimisation flags to try out (not filtered, contains all defined by gcc)Mattias Andrée2014-11-041-0/+84
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add and fix more warningsMattias Andrée2014-11-041-1/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* begin makefile + fix warnings and errorsMattias Andrée2014-11-041-0/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>