]> git.saurik.com Git - bison.git/history - etc/bench.pl.in
maint: avoid "magic number exit".
[bison.git] / etc / bench.pl.in
2012-02-18  Akim Demaillemaint: avoid "magic number exit".
2012-01-13  Jim Meyeringmaint: run "make update-copyright".
2011-07-24  Joel E. Dennyglobal: remove unnecessary horizontal tabs.
2011-01-02  Joel E. Dennymaint: run "make update-copyright".
2010-06-18  Paul EggertDo not use date ranges in copyright notices.
2010-01-04  Joel E. Dennymaint: run "make update-copyright"
2009-10-04  Joel E. Dennybenchmarks: use %debug consistently among grammars.
2009-04-30  Joel E. DennyConvert underscores to dashes in some %define variable...
2009-02-25  Akim DemailleStyle changes.
2008-11-26  Akim DemailleGet rid of lalr1-split.cc.
2008-11-15  Akim DemailleSimplify code for variants bench marks.
2008-11-15  Akim DemailleInstead of using make_symbol<TOK_FOO>, generate make_FO...
2008-11-11  Akim DemailleMake it possible to return a symbol_type from yylex.
2008-11-11  Akim DemailleRemove useless bench case.
2008-11-11  Akim DemailleImprove display of directives.
2008-11-11  Akim DemailleUse string_cast in the bench.
2008-11-11  Akim DemailleBench: syntactic sugar for %define/#define.
2008-11-11  Akim DemailleLess memory pressure on the "list" bench.
2008-11-10  Akim DemailleShortcuts in bench directives.
2008-11-10  Akim DemailleAdjust verbose message to using emacs.
2008-11-09  Akim DemailleMake benches in a sub dirs.
2008-11-09  Akim Demaillefix eof condition
2008-11-09  Akim DemailleFix --help.
2008-11-09  Akim DemailleEnhance bench.pl.
2008-11-09  Akim Demaillebench.pl -d, --directive.
2008-11-07  Akim DemailleThe single-stack C++ parser is now the standard one.
2008-11-07  Akim DemailleAdd "%define assert" to variants.
2008-11-07  Akim DemailleUse "%define variant" in bench.pl.
2008-11-04  Akim DemailleUse strict on bench.pl.
2008-11-04  Akim DemailleImprove the display of sizes.
2008-11-04  Akim DemailleBetter defaults for bench.pl.
2008-11-04  Akim Demaillebench.pl --bench.
2008-11-03  Akim DemailleBench the three-stack lalr1.cc.
2008-11-03  Akim Demaillebench: Improve output.
2008-11-03  Akim Demaillebench: check impact of %debug on variants.
2008-11-03  Akim Demaillebench: report the size too.
2008-11-03  Akim Demaillebench: More use of the verbosity level.
2008-11-03  Akim Demaillebench.pl: a command line interface
2008-11-03  Akim DemailleBench the use of Boost.Variants.
2008-11-03  Akim Demaillebench.pl: Pass directives as a list instead of as a...
2008-11-03  Akim DemailleImprove genericity of bench.pl.
2008-11-03  Akim DemailleAdd documentation to bench.pl.
2008-10-28  Akim DemaillePrefer "continue" for empty loop bodies.
2008-02-17  Joel E. Denny* data/Makefile.am (dist_pkgdata_DATA): Remove push.c.
2007-08-15  Paul EggertUpdate to GPLv3.
2006-12-31  Joel E. DennyFor push mode, convert yyparse from a macro to a functi...
2006-12-26  Joel E. DennyUpdate etc/bench.pl. Optimize push mode a little ...