├── README ├── automatic ├── Makefile ├── README ├── malloc.s ├── synthetic.c ├── x86-old │ ├── Makefile │ ├── hello_world.s │ ├── simple_loop.s │ └── simple_loop_stack.s └── x86 │ ├── Makefile │ ├── README │ ├── allocate_dataseg.c │ ├── generic_asm.c │ ├── generic_asm.h │ ├── make_allocate.c │ ├── make_hello.c │ ├── x86_asm.c │ └── x86_asm.h ├── papers └── deterministic_counters │ ├── 00_abstract.tex │ ├── 01_introduction.tex │ ├── 02_setup.tex │ ├── 03_evaluation.tex │ ├── 04_compensating.tex │ ├── 05_relatedwork.tex │ ├── 06_conclusion.tex │ ├── 07_ack.tex │ ├── Makefile │ ├── TODO │ ├── deterministic_counters.bbl │ ├── deterministic_counters.tex │ ├── figures │ ├── Makefile │ ├── movsb.jgr │ └── movsb_large.jgr │ └── tables │ ├── Makefile │ ├── deterministic_events.tex │ ├── events_part1.tex │ ├── events_part2.tex │ ├── events_part3.tex │ ├── events_part4.tex │ ├── machines.tex │ ├── results_branch_small.tex │ ├── results_cnd_branch_small.tex │ ├── results_fp.tex │ ├── results_instr_small.tex │ ├── results_load_small.tex │ ├── results_store_small.tex │ ├── results_uops_muls_divs.tex │ ├── spec2k_instructions.tex │ └── spec2k_stores.tex ├── spec ├── README ├── iiswc2008 │ ├── final │ │ ├── i686.0 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.1 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.2 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.3 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.4 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.5 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.6 │ │ │ ├── athlon_xp │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── core2 │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_4 │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_d │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_ii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── pentium_iii │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_m │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ │ ├── pentium_pro │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ │ └── phenom │ │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pincount.0 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.1 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.3 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.5 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.6 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── qemucount.0 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.1 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.3 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.5 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.6 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── valcount.0 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.1 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.3 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.5 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ └── valcount.6 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ └── initial │ │ ├── i686.0 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── atom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── core2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.1 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── core2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.2 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── core2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.3 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── core2 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.4 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.5 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ └── 482.sphinx3.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── i686.6 │ │ ├── athlon_xp │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_4 │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_d │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_ii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ ├── pentium_iii │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_m │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pentium_pro │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ └── 301.apsi.static.default.gcc.O2.instr │ │ └── phenom │ │ │ ├── 164.gzip.static.graphic.gcc.O2.instr │ │ │ ├── 164.gzip.static.log.gcc.O2.instr │ │ │ ├── 164.gzip.static.program.gcc.O2.instr │ │ │ ├── 164.gzip.static.random.gcc.O2.instr │ │ │ ├── 164.gzip.static.source.gcc.O2.instr │ │ │ ├── 168.wupwise.static.default.gcc.O2.instr │ │ │ ├── 171.swim.static.default.gcc.O2.instr │ │ │ ├── 172.mgrid.static.default.gcc.O2.instr │ │ │ ├── 173.applu.static.default.gcc.O2.instr │ │ │ ├── 175.vpr.static.place.gcc.O2.instr │ │ │ ├── 175.vpr.static.route.gcc.O2.instr │ │ │ ├── 176.gcc.static.166.gcc.O2.instr │ │ │ ├── 176.gcc.static.200.gcc.O2.instr │ │ │ ├── 176.gcc.static.expr.gcc.O2.instr │ │ │ ├── 176.gcc.static.integrate.gcc.O2.instr │ │ │ ├── 176.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 177.mesa.static.default.gcc.O2.instr │ │ │ ├── 178.galgel.static.default.gcc.O2.instr │ │ │ ├── 179.art.static.110.gcc.O2.instr │ │ │ ├── 179.art.static.470.gcc.O2.instr │ │ │ ├── 181.mcf.static.default.gcc.O2.instr │ │ │ ├── 183.equake.static.default.gcc.O2.instr │ │ │ ├── 186.crafty.static.default.gcc.O2.instr │ │ │ ├── 187.facerec.static.default.gcc.O2.instr │ │ │ ├── 188.ammp.static.default.gcc.O2.instr │ │ │ ├── 189.lucas.static.default.gcc.O2.instr │ │ │ ├── 191.fma3d.static.default.gcc.O2.instr │ │ │ ├── 197.parser.static.default.gcc.O2.instr │ │ │ ├── 200.sixtrack.static.default.gcc.O2.instr │ │ │ ├── 252.eon.static.cook.gcc.O2.instr │ │ │ ├── 252.eon.static.kajiya.gcc.O2.instr │ │ │ ├── 252.eon.static.rushmeier.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.535.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.704.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.850.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.957.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.makerand.gcc.O2.instr │ │ │ ├── 253.perlbmk.static.perfect.gcc.O2.instr │ │ │ ├── 254.gap.static.default.gcc.O2.instr │ │ │ ├── 255.vortex.static.1.gcc.O2.instr │ │ │ ├── 255.vortex.static.2.gcc.O2.instr │ │ │ ├── 255.vortex.static.3.gcc.O2.instr │ │ │ ├── 256.bzip2.static.graphic.gcc.O2.instr │ │ │ ├── 256.bzip2.static.program.gcc.O2.instr │ │ │ ├── 256.bzip2.static.source.gcc.O2.instr │ │ │ ├── 300.twolf.static.default.gcc.O2.instr │ │ │ ├── 301.apsi.static.default.gcc.O2.instr │ │ │ ├── 400.perlbench.static.checkspam.gcc.O2.instr │ │ │ ├── 400.perlbench.static.diffmail.gcc.O2.instr │ │ │ ├── 400.perlbench.static.splitmail.gcc.O2.instr │ │ │ ├── 401.bzip2.static.chicken.gcc.O2.instr │ │ │ ├── 401.bzip2.static.combined.gcc.O2.instr │ │ │ ├── 401.bzip2.static.html.gcc.O2.instr │ │ │ ├── 401.bzip2.static.liberty.gcc.O2.instr │ │ │ ├── 401.bzip2.static.program.gcc.O2.instr │ │ │ ├── 401.bzip2.static.source.gcc.O2.instr │ │ │ ├── 403.gcc.static.166.gcc.O2.instr │ │ │ ├── 403.gcc.static.200.gcc.O2.instr │ │ │ ├── 403.gcc.static.c-typeck.gcc.O2.instr │ │ │ ├── 403.gcc.static.cp-decl.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr.gcc.O2.instr │ │ │ ├── 403.gcc.static.expr2.gcc.O2.instr │ │ │ ├── 403.gcc.static.g23.gcc.O2.instr │ │ │ ├── 403.gcc.static.s04.gcc.O2.instr │ │ │ ├── 403.gcc.static.scilab.gcc.O2.instr │ │ │ ├── 410.bwaves.static.default.gcc.O2.instr │ │ │ ├── 416.gamess.static.cytosine.gcc.O2.instr │ │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.instr │ │ │ ├── 416.gamess.static.triazolium.gcc.O2.instr │ │ │ ├── 429.mcf.static.default.gcc.O2.instr │ │ │ ├── 433.milc.static.default.gcc.O2.instr │ │ │ ├── 434.zeusmp.static.default.gcc.O2.instr │ │ │ ├── 435.gromacs.static.default.gcc.O2.instr │ │ │ ├── 436.cactusADM.static.default.gcc.O2.instr │ │ │ ├── 437.leslie3d.static.default.gcc.O2.instr │ │ │ ├── 444.namd.static.default.gcc.O2.instr │ │ │ ├── 445.gobmk.static.13x13.gcc.O2.instr │ │ │ ├── 445.gobmk.static.nngs.gcc.O2.instr │ │ │ ├── 445.gobmk.static.score2.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevorc.gcc.O2.instr │ │ │ ├── 445.gobmk.static.trevord.gcc.O2.instr │ │ │ ├── 447.dealII.static.default.gcc.O2.instr │ │ │ ├── 450.soplex.static.pds-50.gcc.O2.instr │ │ │ ├── 450.soplex.static.ref.gcc.O2.instr │ │ │ ├── 453.povray.static.default.gcc.O2.instr │ │ │ ├── 454.calculix.static.default.gcc.O2.instr │ │ │ ├── 456.hmmer.static.nph3.gcc.O2.instr │ │ │ ├── 456.hmmer.static.retro.gcc.O2.instr │ │ │ ├── 458.sjeng.static.default.gcc.O2.instr │ │ │ ├── 459.GemsFDTD.static.default.gcc.O2.instr │ │ │ ├── 462.libquantum.static.default.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.instr │ │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.instr │ │ │ ├── 464.h264ref.static.sss_main.gcc.O2.instr │ │ │ ├── 465.tonto.static.default.gcc.O2.instr │ │ │ ├── 470.lbm.static.default.gcc.O2.instr │ │ │ ├── 471.omnetpp.static.default.gcc.O2.instr │ │ │ ├── 473.astar.static.BigLakes.gcc.O2.instr │ │ │ ├── 473.astar.static.rivers.gcc.O2.instr │ │ │ ├── 481.wrf.static.default.gcc.O2.instr │ │ │ ├── 482.sphinx3.static.default.gcc.O2.instr │ │ │ └── 483.xalancbmk.static.default.gcc.O2.instr │ │ ├── pincount.0 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.1 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.2 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.3 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.4 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.5 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── pincount.6 │ │ ├── 164.gzip.static.graphic.gcc.O2.pincount │ │ ├── 164.gzip.static.log.gcc.O2.pincount │ │ ├── 164.gzip.static.program.gcc.O2.pincount │ │ ├── 164.gzip.static.random.gcc.O2.pincount │ │ ├── 164.gzip.static.source.gcc.O2.pincount │ │ ├── 168.wupwise.static.default.gcc.O2.pincount │ │ ├── 171.swim.static.default.gcc.O2.pincount │ │ ├── 172.mgrid.static.default.gcc.O2.pincount │ │ ├── 173.applu.static.default.gcc.O2.pincount │ │ ├── 175.vpr.static.place.gcc.O2.pincount │ │ ├── 175.vpr.static.route.gcc.O2.pincount │ │ ├── 176.gcc.static.166.gcc.O2.pincount │ │ ├── 176.gcc.static.200.gcc.O2.pincount │ │ ├── 176.gcc.static.expr.gcc.O2.pincount │ │ ├── 176.gcc.static.integrate.gcc.O2.pincount │ │ ├── 176.gcc.static.scilab.gcc.O2.pincount │ │ ├── 177.mesa.static.default.gcc.O2.pincount │ │ ├── 178.galgel.static.default.gcc.O2.pincount │ │ ├── 179.art.static.110.gcc.O2.pincount │ │ ├── 179.art.static.470.gcc.O2.pincount │ │ ├── 181.mcf.static.default.gcc.O2.pincount │ │ ├── 183.equake.static.default.gcc.O2.pincount │ │ ├── 186.crafty.static.default.gcc.O2.pincount │ │ ├── 187.facerec.static.default.gcc.O2.pincount │ │ ├── 188.ammp.static.default.gcc.O2.pincount │ │ ├── 189.lucas.static.default.gcc.O2.pincount │ │ ├── 191.fma3d.static.default.gcc.O2.pincount │ │ ├── 197.parser.static.default.gcc.O2.pincount │ │ ├── 200.sixtrack.static.default.gcc.O2.pincount │ │ ├── 252.eon.static.cook.gcc.O2.pincount │ │ ├── 252.eon.static.kajiya.gcc.O2.pincount │ │ ├── 252.eon.static.rushmeier.gcc.O2.pincount │ │ ├── 253.perlbmk.static.535.gcc.O2.pincount │ │ ├── 253.perlbmk.static.704.gcc.O2.pincount │ │ ├── 253.perlbmk.static.850.gcc.O2.pincount │ │ ├── 253.perlbmk.static.957.gcc.O2.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.pincount │ │ ├── 254.gap.static.default.gcc.O2.pincount │ │ ├── 255.vortex.static.1.gcc.O2.pincount │ │ ├── 255.vortex.static.2.gcc.O2.pincount │ │ ├── 255.vortex.static.3.gcc.O2.pincount │ │ ├── 256.bzip2.static.graphic.gcc.O2.pincount │ │ ├── 256.bzip2.static.program.gcc.O2.pincount │ │ ├── 256.bzip2.static.source.gcc.O2.pincount │ │ ├── 300.twolf.static.default.gcc.O2.pincount │ │ ├── 301.apsi.static.default.gcc.O2.pincount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.pincount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.pincount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.pincount │ │ ├── 401.bzip2.static.chicken.gcc.O2.pincount │ │ ├── 401.bzip2.static.combined.gcc.O2.pincount │ │ ├── 401.bzip2.static.html.gcc.O2.pincount │ │ ├── 401.bzip2.static.liberty.gcc.O2.pincount │ │ ├── 401.bzip2.static.program.gcc.O2.pincount │ │ ├── 401.bzip2.static.source.gcc.O2.pincount │ │ ├── 403.gcc.static.166.gcc.O2.pincount │ │ ├── 403.gcc.static.200.gcc.O2.pincount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.pincount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.pincount │ │ ├── 403.gcc.static.expr.gcc.O2.pincount │ │ ├── 403.gcc.static.expr2.gcc.O2.pincount │ │ ├── 403.gcc.static.g23.gcc.O2.pincount │ │ ├── 403.gcc.static.s04.gcc.O2.pincount │ │ ├── 403.gcc.static.scilab.gcc.O2.pincount │ │ ├── 410.bwaves.static.default.gcc.O2.pincount │ │ ├── 416.gamess.static.cytosine.gcc.O2.pincount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.pincount │ │ ├── 416.gamess.static.triazolium.gcc.O2.pincount │ │ ├── 429.mcf.static.default.gcc.O2.pincount │ │ ├── 433.milc.static.default.gcc.O2.pincount │ │ ├── 434.zeusmp.static.default.gcc.O2.pincount │ │ ├── 435.gromacs.static.default.gcc.O2.pincount │ │ ├── 436.cactusADM.static.default.gcc.O2.pincount │ │ ├── 437.leslie3d.static.default.gcc.O2.pincount │ │ ├── 444.namd.static.default.gcc.O2.pincount │ │ ├── 445.gobmk.static.13x13.gcc.O2.pincount │ │ ├── 445.gobmk.static.nngs.gcc.O2.pincount │ │ ├── 445.gobmk.static.score2.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.pincount │ │ ├── 445.gobmk.static.trevord.gcc.O2.pincount │ │ ├── 447.dealII.static.default.gcc.O2.pincount │ │ ├── 450.soplex.static.pds-50.gcc.O2.pincount │ │ ├── 450.soplex.static.ref.gcc.O2.pincount │ │ ├── 453.povray.static.default.gcc.O2.pincount │ │ ├── 454.calculix.static.default.gcc.O2.pincount │ │ ├── 456.hmmer.static.nph3.gcc.O2.pincount │ │ ├── 456.hmmer.static.retro.gcc.O2.pincount │ │ ├── 458.sjeng.static.default.gcc.O2.pincount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.pincount │ │ ├── 462.libquantum.static.default.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.pincount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.pincount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.pincount │ │ ├── 465.tonto.static.default.gcc.O2.pincount │ │ ├── 470.lbm.static.default.gcc.O2.pincount │ │ ├── 471.omnetpp.static.default.gcc.O2.pincount │ │ ├── 473.astar.static.BigLakes.gcc.O2.pincount │ │ ├── 473.astar.static.rivers.gcc.O2.pincount │ │ ├── 481.wrf.static.default.gcc.O2.pincount │ │ ├── 482.sphinx3.static.default.gcc.O2.pincount │ │ └── 483.xalancbmk.static.default.gcc.O2.pincount │ │ ├── qemucount.0 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.1 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.2 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.3 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.4 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.5 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── qemucount.6 │ │ ├── 164.gzip.static.graphic.gcc.O2.qemucount │ │ ├── 164.gzip.static.log.gcc.O2.qemucount │ │ ├── 164.gzip.static.program.gcc.O2.qemucount │ │ ├── 164.gzip.static.random.gcc.O2.qemucount │ │ ├── 164.gzip.static.source.gcc.O2.qemucount │ │ ├── 168.wupwise.static.default.gcc.O2.qemucount │ │ ├── 171.swim.static.default.gcc.O2.qemucount │ │ ├── 172.mgrid.static.default.gcc.O2.qemucount │ │ ├── 173.applu.static.default.gcc.O2.qemucount │ │ ├── 175.vpr.static.place.gcc.O2.qemucount │ │ ├── 175.vpr.static.route.gcc.O2.qemucount │ │ ├── 176.gcc.static.166.gcc.O2.qemucount │ │ ├── 176.gcc.static.200.gcc.O2.qemucount │ │ ├── 176.gcc.static.expr.gcc.O2.qemucount │ │ ├── 176.gcc.static.integrate.gcc.O2.qemucount │ │ ├── 176.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 177.mesa.static.default.gcc.O2.qemucount │ │ ├── 178.galgel.static.default.gcc.O2.qemucount │ │ ├── 179.art.static.110.gcc.O2.qemucount │ │ ├── 179.art.static.470.gcc.O2.qemucount │ │ ├── 181.mcf.static.default.gcc.O2.qemucount │ │ ├── 183.equake.static.default.gcc.O2.qemucount │ │ ├── 186.crafty.static.default.gcc.O2.qemucount │ │ ├── 187.facerec.static.default.gcc.O2.qemucount │ │ ├── 188.ammp.static.default.gcc.O2.qemucount │ │ ├── 189.lucas.static.default.gcc.O2.qemucount │ │ ├── 191.fma3d.static.default.gcc.O2.qemucount │ │ ├── 197.parser.static.default.gcc.O2.qemucount │ │ ├── 200.sixtrack.static.default.gcc.O2.qemucount │ │ ├── 252.eon.static.cook.gcc.O2.qemucount │ │ ├── 252.eon.static.kajiya.gcc.O2.qemucount │ │ ├── 252.eon.static.rushmeier.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.535.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.704.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.850.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.957.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.qemucount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.qemucount │ │ ├── 254.gap.static.default.gcc.O2.qemucount │ │ ├── 255.vortex.static.1.gcc.O2.qemucount │ │ ├── 255.vortex.static.2.gcc.O2.qemucount │ │ ├── 255.vortex.static.3.gcc.O2.qemucount │ │ ├── 256.bzip2.static.graphic.gcc.O2.qemucount │ │ ├── 256.bzip2.static.program.gcc.O2.qemucount │ │ ├── 256.bzip2.static.source.gcc.O2.qemucount │ │ ├── 300.twolf.static.default.gcc.O2.qemucount │ │ ├── 301.apsi.static.default.gcc.O2.qemucount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.qemucount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.qemucount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.qemucount │ │ ├── 401.bzip2.static.chicken.gcc.O2.qemucount │ │ ├── 401.bzip2.static.combined.gcc.O2.qemucount │ │ ├── 401.bzip2.static.html.gcc.O2.qemucount │ │ ├── 401.bzip2.static.liberty.gcc.O2.qemucount │ │ ├── 401.bzip2.static.program.gcc.O2.qemucount │ │ ├── 401.bzip2.static.source.gcc.O2.qemucount │ │ ├── 403.gcc.static.166.gcc.O2.qemucount │ │ ├── 403.gcc.static.200.gcc.O2.qemucount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.qemucount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr.gcc.O2.qemucount │ │ ├── 403.gcc.static.expr2.gcc.O2.qemucount │ │ ├── 403.gcc.static.g23.gcc.O2.qemucount │ │ ├── 403.gcc.static.s04.gcc.O2.qemucount │ │ ├── 403.gcc.static.scilab.gcc.O2.qemucount │ │ ├── 410.bwaves.static.default.gcc.O2.qemucount │ │ ├── 416.gamess.static.cytosine.gcc.O2.qemucount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.qemucount │ │ ├── 416.gamess.static.triazolium.gcc.O2.qemucount │ │ ├── 429.mcf.static.default.gcc.O2.qemucount │ │ ├── 433.milc.static.default.gcc.O2.qemucount │ │ ├── 434.zeusmp.static.default.gcc.O2.qemucount │ │ ├── 435.gromacs.static.default.gcc.O2.qemucount │ │ ├── 436.cactusADM.static.default.gcc.O2.qemucount │ │ ├── 437.leslie3d.static.default.gcc.O2.qemucount │ │ ├── 444.namd.static.default.gcc.O2.qemucount │ │ ├── 445.gobmk.static.13x13.gcc.O2.qemucount │ │ ├── 445.gobmk.static.nngs.gcc.O2.qemucount │ │ ├── 445.gobmk.static.score2.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.qemucount │ │ ├── 445.gobmk.static.trevord.gcc.O2.qemucount │ │ ├── 447.dealII.static.default.gcc.O2.qemucount │ │ ├── 450.soplex.static.pds-50.gcc.O2.qemucount │ │ ├── 450.soplex.static.ref.gcc.O2.qemucount │ │ ├── 453.povray.static.default.gcc.O2.qemucount │ │ ├── 454.calculix.static.default.gcc.O2.qemucount │ │ ├── 456.hmmer.static.nph3.gcc.O2.qemucount │ │ ├── 456.hmmer.static.retro.gcc.O2.qemucount │ │ ├── 458.sjeng.static.default.gcc.O2.qemucount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.qemucount │ │ ├── 462.libquantum.static.default.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.qemucount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.qemucount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.qemucount │ │ ├── 465.tonto.static.default.gcc.O2.qemucount │ │ ├── 470.lbm.static.default.gcc.O2.qemucount │ │ ├── 471.omnetpp.static.default.gcc.O2.qemucount │ │ ├── 473.astar.static.BigLakes.gcc.O2.qemucount │ │ ├── 473.astar.static.rivers.gcc.O2.qemucount │ │ ├── 481.wrf.static.default.gcc.O2.qemucount │ │ ├── 482.sphinx3.static.default.gcc.O2.qemucount │ │ └── 483.xalancbmk.static.default.gcc.O2.qemucount │ │ ├── valcount.0 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.1 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.2 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.3 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.4 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ ├── valcount.5 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount │ │ └── valcount.6 │ │ ├── 164.gzip.static.graphic.gcc.O2.valcount │ │ ├── 164.gzip.static.log.gcc.O2.valcount │ │ ├── 164.gzip.static.program.gcc.O2.valcount │ │ ├── 164.gzip.static.random.gcc.O2.valcount │ │ ├── 164.gzip.static.source.gcc.O2.valcount │ │ ├── 168.wupwise.static.default.gcc.O2.valcount │ │ ├── 171.swim.static.default.gcc.O2.valcount │ │ ├── 172.mgrid.static.default.gcc.O2.valcount │ │ ├── 173.applu.static.default.gcc.O2.valcount │ │ ├── 175.vpr.static.place.gcc.O2.valcount │ │ ├── 175.vpr.static.route.gcc.O2.valcount │ │ ├── 176.gcc.static.166.gcc.O2.valcount │ │ ├── 176.gcc.static.200.gcc.O2.valcount │ │ ├── 176.gcc.static.expr.gcc.O2.valcount │ │ ├── 176.gcc.static.integrate.gcc.O2.valcount │ │ ├── 176.gcc.static.scilab.gcc.O2.valcount │ │ ├── 177.mesa.static.default.gcc.O2.valcount │ │ ├── 178.galgel.static.default.gcc.O2.valcount │ │ ├── 179.art.static.110.gcc.O2.valcount │ │ ├── 179.art.static.470.gcc.O2.valcount │ │ ├── 181.mcf.static.default.gcc.O2.valcount │ │ ├── 183.equake.static.default.gcc.O2.valcount │ │ ├── 186.crafty.static.default.gcc.O2.valcount │ │ ├── 187.facerec.static.default.gcc.O2.valcount │ │ ├── 188.ammp.static.default.gcc.O2.valcount │ │ ├── 189.lucas.static.default.gcc.O2.valcount │ │ ├── 191.fma3d.static.default.gcc.O2.valcount │ │ ├── 197.parser.static.default.gcc.O2.valcount │ │ ├── 200.sixtrack.static.default.gcc.O2.valcount │ │ ├── 252.eon.static.cook.gcc.O2.valcount │ │ ├── 252.eon.static.kajiya.gcc.O2.valcount │ │ ├── 252.eon.static.rushmeier.gcc.O2.valcount │ │ ├── 253.perlbmk.static.535.gcc.O2.valcount │ │ ├── 253.perlbmk.static.704.gcc.O2.valcount │ │ ├── 253.perlbmk.static.850.gcc.O2.valcount │ │ ├── 253.perlbmk.static.957.gcc.O2.valcount │ │ ├── 253.perlbmk.static.diffmail.gcc.O2.valcount │ │ ├── 253.perlbmk.static.makerand.gcc.O2.valcount │ │ ├── 253.perlbmk.static.perfect.gcc.O2.valcount │ │ ├── 254.gap.static.default.gcc.O2.valcount │ │ ├── 255.vortex.static.1.gcc.O2.valcount │ │ ├── 255.vortex.static.2.gcc.O2.valcount │ │ ├── 255.vortex.static.3.gcc.O2.valcount │ │ ├── 256.bzip2.static.graphic.gcc.O2.valcount │ │ ├── 256.bzip2.static.program.gcc.O2.valcount │ │ ├── 256.bzip2.static.source.gcc.O2.valcount │ │ ├── 300.twolf.static.default.gcc.O2.valcount │ │ ├── 301.apsi.static.default.gcc.O2.valcount │ │ ├── 400.perlbench.static.checkspam.gcc.O2.valcount │ │ ├── 400.perlbench.static.diffmail.gcc.O2.valcount │ │ ├── 400.perlbench.static.splitmail.gcc.O2.valcount │ │ ├── 401.bzip2.static.chicken.gcc.O2.valcount │ │ ├── 401.bzip2.static.combined.gcc.O2.valcount │ │ ├── 401.bzip2.static.html.gcc.O2.valcount │ │ ├── 401.bzip2.static.liberty.gcc.O2.valcount │ │ ├── 401.bzip2.static.program.gcc.O2.valcount │ │ ├── 401.bzip2.static.source.gcc.O2.valcount │ │ ├── 403.gcc.static.166.gcc.O2.valcount │ │ ├── 403.gcc.static.200.gcc.O2.valcount │ │ ├── 403.gcc.static.c-typeck.gcc.O2.valcount │ │ ├── 403.gcc.static.cp-decl.gcc.O2.valcount │ │ ├── 403.gcc.static.expr.gcc.O2.valcount │ │ ├── 403.gcc.static.expr2.gcc.O2.valcount │ │ ├── 403.gcc.static.g23.gcc.O2.valcount │ │ ├── 403.gcc.static.s04.gcc.O2.valcount │ │ ├── 403.gcc.static.scilab.gcc.O2.valcount │ │ ├── 410.bwaves.static.default.gcc.O2.valcount │ │ ├── 416.gamess.static.cytosine.gcc.O2.valcount │ │ ├── 416.gamess.static.h2ocu2.gcc.O2.valcount │ │ ├── 416.gamess.static.triazolium.gcc.O2.valcount │ │ ├── 429.mcf.static.default.gcc.O2.valcount │ │ ├── 433.milc.static.default.gcc.O2.valcount │ │ ├── 435.gromacs.static.default.gcc.O2.valcount │ │ ├── 436.cactusADM.static.default.gcc.O2.valcount │ │ ├── 437.leslie3d.static.default.gcc.O2.valcount │ │ ├── 444.namd.static.default.gcc.O2.valcount │ │ ├── 445.gobmk.static.13x13.gcc.O2.valcount │ │ ├── 445.gobmk.static.nngs.gcc.O2.valcount │ │ ├── 445.gobmk.static.score2.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevorc.gcc.O2.valcount │ │ ├── 445.gobmk.static.trevord.gcc.O2.valcount │ │ ├── 447.dealII.modified.default.gcc.O2.valcount │ │ ├── 450.soplex.static.pds-50.gcc.O2.valcount │ │ ├── 450.soplex.static.ref.gcc.O2.valcount │ │ ├── 453.povray.static.default.gcc.O2.valcount │ │ ├── 454.calculix.static.default.gcc.O2.valcount │ │ ├── 456.hmmer.static.nph3.gcc.O2.valcount │ │ ├── 456.hmmer.static.retro.gcc.O2.valcount │ │ ├── 458.sjeng.static.default.gcc.O2.valcount │ │ ├── 459.GemsFDTD.static.default.gcc.O2.valcount │ │ ├── 462.libquantum.static.default.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_baseline.gcc.O2.valcount │ │ ├── 464.h264ref.static.foreman_main.gcc.O2.valcount │ │ ├── 464.h264ref.static.sss_main.gcc.O2.valcount │ │ ├── 465.tonto.static.default.gcc.O2.valcount │ │ ├── 470.lbm.static.default.gcc.O2.valcount │ │ ├── 471.omnetpp.static.default.gcc.O2.valcount │ │ ├── 473.astar.static.BigLakes.gcc.O2.valcount │ │ ├── 473.astar.static.rivers.gcc.O2.valcount │ │ ├── 481.wrf.static.default.gcc.O2.valcount │ │ ├── 482.sphinx3.static.default.gcc.O2.valcount │ │ └── 483.xalancbmk.static.default.gcc.O2.valcount ├── ispass2013 │ ├── core2 │ │ ├── branches │ │ │ ├── 1 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ ├── 2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ └── 3 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ ├── divs │ │ │ ├── 1 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ ├── 2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ └── 3 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ ├── loads │ │ │ ├── 1 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ ├── 2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ └── 3 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ ├── muls │ │ │ ├── 1 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ ├── 2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ └── 3 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ ├── retired_instr │ │ │ ├── 1 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.rand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.sse3.gcc.O2.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ ├── 2 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ └── 3 │ │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ └── stores │ │ │ ├── 0 │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ ├── 1 │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ │ │ └── 2 │ │ │ ├── 164.gzip.static.graphic.gcc.sse3.perf │ │ │ ├── 164.gzip.static.log.gcc.sse3.perf │ │ │ ├── 164.gzip.static.program.gcc.sse3.perf │ │ │ ├── 164.gzip.static.random.gcc.sse3.perf │ │ │ ├── 164.gzip.static.source.gcc.sse3.perf │ │ │ ├── 168.wupwise.static.default.gcc.sse3.perf │ │ │ ├── 171.swim.static.default.gcc.sse3.perf │ │ │ ├── 172.mgrid.static.default.gcc.sse3.perf │ │ │ ├── 173.applu.static.default.gcc.sse3.perf │ │ │ ├── 175.vpr.static.place.gcc.sse3.perf │ │ │ ├── 175.vpr.static.route.gcc.sse3.perf │ │ │ ├── 176.gcc.static.166.gcc.sse3.perf │ │ │ ├── 176.gcc.static.200.gcc.sse3.perf │ │ │ ├── 176.gcc.static.expr.gcc.sse3.perf │ │ │ ├── 176.gcc.static.integrate.gcc.sse3.perf │ │ │ ├── 176.gcc.static.scilab.gcc.sse3.perf │ │ │ ├── 177.mesa.static.default.gcc.sse3.perf │ │ │ ├── 178.galgel.static.default.gcc.sse3.perf │ │ │ ├── 179.art.static.110.gcc.sse3.perf │ │ │ ├── 179.art.static.470.gcc.sse3.perf │ │ │ ├── 181.mcf.static.default.gcc.sse3.perf │ │ │ ├── 183.equake.static.default.gcc.sse3.perf │ │ │ ├── 186.crafty.static.default.gcc.sse3.perf │ │ │ ├── 187.facerec.static.default.gcc.sse3.perf │ │ │ ├── 188.ammp.static.default.gcc.sse3.perf │ │ │ ├── 189.lucas.static.default.gcc.sse3.perf │ │ │ ├── 191.fma3d.static.default.gcc.sse3.perf │ │ │ ├── 197.parser.static.default.gcc.sse3.perf │ │ │ ├── 200.sixtrack.static.default.gcc.sse3.perf │ │ │ ├── 252.eon.static.cook.gcc.sse3.perf │ │ │ ├── 252.eon.static.kajiya.gcc.sse3.perf │ │ │ ├── 252.eon.static.rushmeier.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.535.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.704.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.850.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.957.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.perf │ │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.perf │ │ │ ├── 254.gap.static.default.gcc.sse3.perf │ │ │ ├── 255.vortex.static.1.gcc.sse3.perf │ │ │ ├── 255.vortex.static.2.gcc.sse3.perf │ │ │ ├── 255.vortex.static.3.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.graphic.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.program.gcc.sse3.perf │ │ │ ├── 256.bzip2.static.source.gcc.sse3.perf │ │ │ ├── 300.twolf.static.default.gcc.sse3.perf │ │ │ └── 301.apsi.static.default.gcc.sse3.perf │ └── pin │ │ ├── 1 │ │ ├── 164.gzip.static.graphic.gcc.sse3.pincount │ │ ├── 164.gzip.static.log.gcc.sse3.pincount │ │ ├── 164.gzip.static.program.gcc.sse3.pincount │ │ ├── 164.gzip.static.random.gcc.sse3.pincount │ │ ├── 164.gzip.static.source.gcc.sse3.pincount │ │ ├── 168.wupwise.static.default.gcc.sse3.pincount │ │ ├── 171.swim.static.default.gcc.sse3.pincount │ │ ├── 172.mgrid.static.default.gcc.sse3.pincount │ │ ├── 173.applu.static.default.gcc.sse3.pincount │ │ ├── 175.vpr.static.place.gcc.sse3.pincount │ │ ├── 175.vpr.static.route.gcc.sse3.pincount │ │ ├── 176.gcc.static.166.gcc.sse3.pincount │ │ ├── 176.gcc.static.200.gcc.sse3.pincount │ │ ├── 176.gcc.static.expr.gcc.sse3.pincount │ │ ├── 176.gcc.static.integrate.gcc.sse3.pincount │ │ ├── 176.gcc.static.scilab.gcc.sse3.pincount │ │ ├── 177.mesa.static.default.gcc.sse3.pincount │ │ ├── 178.galgel.static.default.gcc.sse3.pincount │ │ ├── 179.art.static.110.gcc.sse3.pincount │ │ ├── 179.art.static.470.gcc.sse3.pincount │ │ ├── 181.mcf.static.default.gcc.sse3.pincount │ │ ├── 183.equake.static.default.gcc.sse3.pincount │ │ ├── 186.crafty.static.default.gcc.sse3.pincount │ │ ├── 187.facerec.static.default.gcc.sse3.pincount │ │ ├── 188.ammp.static.default.gcc.sse3.pincount │ │ ├── 189.lucas.static.default.gcc.sse3.pincount │ │ ├── 191.fma3d.static.default.gcc.sse3.pincount │ │ ├── 197.parser.static.default.gcc.sse3.pincount │ │ ├── 200.sixtrack.static.default.gcc.sse3.pincount │ │ ├── 252.eon.static.cook.gcc.sse3.pincount │ │ ├── 252.eon.static.kajiya.gcc.sse3.pincount │ │ ├── 252.eon.static.rushmeier.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.535.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.704.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.850.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.957.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.pincount │ │ ├── 254.gap.static.default.gcc.sse3.pincount │ │ ├── 255.vortex.static.1.gcc.sse3.pincount │ │ ├── 255.vortex.static.2.gcc.sse3.pincount │ │ ├── 255.vortex.static.3.gcc.sse3.pincount │ │ ├── 256.bzip2.static.graphic.gcc.sse3.pincount │ │ ├── 256.bzip2.static.program.gcc.sse3.pincount │ │ ├── 256.bzip2.static.source.gcc.sse3.pincount │ │ ├── 300.twolf.static.default.gcc.sse3.pincount │ │ └── 301.apsi.static.default.gcc.sse3.pincount │ │ ├── 2 │ │ ├── 164.gzip.static.graphic.gcc.sse3.pincount │ │ ├── 164.gzip.static.log.gcc.sse3.pincount │ │ ├── 164.gzip.static.program.gcc.sse3.pincount │ │ ├── 164.gzip.static.random.gcc.sse3.pincount │ │ ├── 164.gzip.static.source.gcc.sse3.pincount │ │ ├── 168.wupwise.static.default.gcc.sse3.pincount │ │ ├── 171.swim.static.default.gcc.sse3.pincount │ │ ├── 172.mgrid.static.default.gcc.sse3.pincount │ │ ├── 173.applu.static.default.gcc.sse3.pincount │ │ ├── 175.vpr.static.place.gcc.sse3.pincount │ │ ├── 175.vpr.static.route.gcc.sse3.pincount │ │ ├── 176.gcc.static.166.gcc.sse3.pincount │ │ ├── 176.gcc.static.200.gcc.sse3.pincount │ │ ├── 176.gcc.static.expr.gcc.sse3.pincount │ │ ├── 176.gcc.static.integrate.gcc.sse3.pincount │ │ ├── 176.gcc.static.scilab.gcc.sse3.pincount │ │ ├── 177.mesa.static.default.gcc.sse3.pincount │ │ ├── 178.galgel.static.default.gcc.sse3.pincount │ │ ├── 179.art.static.110.gcc.sse3.pincount │ │ ├── 179.art.static.470.gcc.sse3.pincount │ │ ├── 181.mcf.static.default.gcc.sse3.pincount │ │ ├── 183.equake.static.default.gcc.sse3.pincount │ │ ├── 186.crafty.static.default.gcc.sse3.pincount │ │ ├── 187.facerec.static.default.gcc.sse3.pincount │ │ ├── 188.ammp.static.default.gcc.sse3.pincount │ │ ├── 189.lucas.static.default.gcc.sse3.pincount │ │ ├── 191.fma3d.static.default.gcc.sse3.pincount │ │ ├── 197.parser.static.default.gcc.sse3.pincount │ │ ├── 200.sixtrack.static.default.gcc.sse3.pincount │ │ ├── 252.eon.static.cook.gcc.sse3.pincount │ │ ├── 252.eon.static.kajiya.gcc.sse3.pincount │ │ ├── 252.eon.static.rushmeier.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.535.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.704.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.850.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.957.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.pincount │ │ ├── 254.gap.static.default.gcc.sse3.pincount │ │ ├── 255.vortex.static.1.gcc.sse3.pincount │ │ ├── 255.vortex.static.2.gcc.sse3.pincount │ │ ├── 255.vortex.static.3.gcc.sse3.pincount │ │ ├── 256.bzip2.static.graphic.gcc.sse3.pincount │ │ ├── 256.bzip2.static.program.gcc.sse3.pincount │ │ ├── 256.bzip2.static.source.gcc.sse3.pincount │ │ ├── 300.twolf.static.default.gcc.sse3.pincount │ │ └── 301.apsi.static.default.gcc.sse3.pincount │ │ └── 3 │ │ ├── 164.gzip.static.graphic.gcc.sse3.pincount │ │ ├── 164.gzip.static.log.gcc.sse3.pincount │ │ ├── 164.gzip.static.program.gcc.sse3.pincount │ │ ├── 164.gzip.static.random.gcc.sse3.pincount │ │ ├── 164.gzip.static.source.gcc.sse3.pincount │ │ ├── 168.wupwise.static.default.gcc.sse3.pincount │ │ ├── 171.swim.static.default.gcc.sse3.pincount │ │ ├── 172.mgrid.static.default.gcc.sse3.pincount │ │ ├── 173.applu.static.default.gcc.sse3.pincount │ │ ├── 175.vpr.static.place.gcc.sse3.pincount │ │ ├── 175.vpr.static.route.gcc.sse3.pincount │ │ ├── 176.gcc.static.166.gcc.sse3.pincount │ │ ├── 176.gcc.static.200.gcc.sse3.pincount │ │ ├── 176.gcc.static.expr.gcc.sse3.pincount │ │ ├── 176.gcc.static.integrate.gcc.sse3.pincount │ │ ├── 176.gcc.static.scilab.gcc.sse3.pincount │ │ ├── 177.mesa.static.default.gcc.sse3.pincount │ │ ├── 178.galgel.static.default.gcc.sse3.pincount │ │ ├── 179.art.static.110.gcc.sse3.pincount │ │ ├── 179.art.static.470.gcc.sse3.pincount │ │ ├── 181.mcf.static.default.gcc.sse3.pincount │ │ ├── 183.equake.static.default.gcc.sse3.pincount │ │ ├── 186.crafty.static.default.gcc.sse3.pincount │ │ ├── 187.facerec.static.default.gcc.sse3.pincount │ │ ├── 188.ammp.static.default.gcc.sse3.pincount │ │ ├── 189.lucas.static.default.gcc.sse3.pincount │ │ ├── 191.fma3d.static.default.gcc.sse3.pincount │ │ ├── 197.parser.static.default.gcc.sse3.pincount │ │ ├── 200.sixtrack.static.default.gcc.sse3.pincount │ │ ├── 252.eon.static.cook.gcc.sse3.pincount │ │ ├── 252.eon.static.kajiya.gcc.sse3.pincount │ │ ├── 252.eon.static.rushmeier.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.535.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.704.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.850.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.957.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.diffmail.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.makerand.gcc.sse3.pincount │ │ ├── 253.perlbmk.static.perfect.gcc.sse3.pincount │ │ ├── 254.gap.static.default.gcc.sse3.pincount │ │ ├── 255.vortex.static.1.gcc.sse3.pincount │ │ ├── 255.vortex.static.2.gcc.sse3.pincount │ │ ├── 255.vortex.static.3.gcc.sse3.pincount │ │ ├── 256.bzip2.static.graphic.gcc.sse3.pincount │ │ ├── 256.bzip2.static.program.gcc.sse3.pincount │ │ ├── 256.bzip2.static.source.gcc.sse3.pincount │ │ ├── 300.twolf.static.default.gcc.sse3.pincount │ │ └── 301.apsi.static.default.gcc.sse3.pincount └── make_iiswc2008_figures │ ├── Makefile │ ├── README │ ├── benchmark_graph.c │ ├── breakout_graph.c │ ├── cmd_line.c │ ├── cmd_line.h │ ├── hz_graph.c │ ├── load_stats.c │ ├── load_stats.h │ ├── machine_graph.c │ ├── machines.c │ ├── machines.h │ ├── make_appendix.sh │ ├── make_bench_graphs.sh │ ├── make_cycle_table.sh │ ├── make_hz_graphs.sh │ ├── make_machine_graphs.sh │ ├── make_new_graphs.sh │ ├── make_percent_graphs.sh │ ├── make_spec_tables.sh │ ├── make_stdev_tables.sh │ ├── make_var_graphs.sh │ ├── new_graph.c │ ├── overcount_fldcw.c │ ├── overcount_rep.c │ ├── parse_cycles.c │ ├── parse_cycles_table.sh │ ├── parse_instr.c │ ├── percent_error.c │ ├── six_graph.c │ ├── stdev_table.c │ ├── table_common.c │ ├── table_common.h │ └── var_graph.c └── static ├── CHANGES ├── Makefile ├── README ├── binaries ├── .gitignore ├── retired_instr.all.x86_64 ├── retired_instr.arith.x86_64 ├── retired_instr.branches.x86_64 ├── retired_instr.cmov.x86_64 ├── retired_instr.cpuid.x86_64 ├── retired_instr.empty.x86_64 ├── retired_instr.flags.x86_64 ├── retired_instr.fp.x86_64 ├── retired_instr.int.x86_64 ├── retired_instr.logic.x86_64 ├── retired_instr.mmx.x86_64 ├── retired_instr.moves.x86_64 ├── retired_instr.nops.x86_64 ├── retired_instr.os.x86_64 ├── retired_instr.sse.x86_64 ├── retired_instr.sse1.x86_64 ├── retired_instr.sse2.x86_64 ├── retired_instr.sse3.x86_64 ├── retired_instr.stack.x86_64 ├── retired_instr.string.x86_64 ├── retired_instr.valgrind.x86_64 ├── retired_instr.x86_64 └── retired_instr.x87.x86_64 ├── determinism.intel ├── generate_results.c ├── mov_graph ├── Makefile ├── graphs │ ├── movsb.eps │ └── movsb.jgr ├── mov_base.s ├── mov_check.c ├── mov_temp.s ├── results.movsb ├── results.movsl ├── results.movsq └── results.movsw ├── obj └── .gitignore ├── old_scripts ├── make_results_atom.sh ├── make_results_bobcat.sh ├── make_results_core2.sh ├── make_results_istanbul.sh ├── make_results_ivybridge.sh ├── make_results_nehalem-ex.sh ├── make_results_nehalem.sh ├── make_results_pentiumd.sh ├── make_results_phenom.sh ├── make_results_sandybridge.sh └── make_results_westmere.sh ├── results ├── Makefile ├── atom │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── broadwell-ep │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── broadwell │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── convert_format.c ├── core2 │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── fam10h │ ├── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse │ └── 1 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── fam14h │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── fam15h │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── fam16h │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── fam17h │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── haswell-ep │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── haswell │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── ivybridge │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── make_summary.c ├── nehalem-ex │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── nehalem │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── pentiumd │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── sandybridge-ep │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── divs_retired.all │ │ ├── divs_retired.fp │ │ ├── divs_retired.int │ │ ├── divs_retired.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── skylake │ └── 0 │ │ ├── branches_retired.all │ │ ├── branches_retired.fp │ │ ├── branches_retired.int │ │ ├── branches_retired.sse │ │ ├── cond_branches.all │ │ ├── cond_branches.fp │ │ ├── cond_branches.int │ │ ├── cond_branches.sse │ │ ├── fp_retired.all │ │ ├── fp_retired.fp │ │ ├── fp_retired.int │ │ ├── fp_retired.sse │ │ ├── inst_retired.all │ │ ├── inst_retired.fp │ │ ├── inst_retired.int │ │ ├── inst_retired.sse │ │ ├── loads_retired.all │ │ ├── loads_retired.fp │ │ ├── loads_retired.int │ │ ├── loads_retired.sse │ │ ├── muls_retired.all │ │ ├── muls_retired.fp │ │ ├── muls_retired.int │ │ ├── muls_retired.sse │ │ ├── sse_retired.all │ │ ├── sse_retired.fp │ │ ├── sse_retired.int │ │ ├── sse_retired.sse │ │ ├── stores_retired.all │ │ ├── stores_retired.fp │ │ ├── stores_retired.int │ │ ├── stores_retired.sse │ │ ├── uops_retired.all │ │ ├── uops_retired.fp │ │ ├── uops_retired.int │ │ └── uops_retired.sse ├── summary.atom ├── summary.broadwell ├── summary.broadwell-ep ├── summary.core2 ├── summary.fam10h.istanbul ├── summary.fam10h.phenom ├── summary.fam14h.bobcat ├── summary.fam15h ├── summary.fam16h ├── summary.fam17h ├── summary.haswell ├── summary.haswell-ep ├── summary.ivybridge ├── summary.nehalem ├── summary.nehalem-ex ├── summary.pentiumd ├── summary.sandybridge-ep ├── summary.skylake ├── summary.westmere-ex └── westmere-ex │ └── 0 │ ├── branches_retired.all │ ├── branches_retired.fp │ ├── branches_retired.int │ ├── branches_retired.sse │ ├── cond_branches.all │ ├── cond_branches.fp │ ├── cond_branches.int │ ├── cond_branches.sse │ ├── divs_retired.all │ ├── divs_retired.fp │ ├── divs_retired.int │ ├── divs_retired.sse │ ├── fp_retired.all │ ├── fp_retired.fp │ ├── fp_retired.int │ ├── fp_retired.sse │ ├── inst_retired.all │ ├── inst_retired.fp │ ├── inst_retired.int │ ├── inst_retired.sse │ ├── loads_retired.all │ ├── loads_retired.fp │ ├── loads_retired.int │ ├── loads_retired.sse │ ├── muls_retired.all │ ├── muls_retired.fp │ ├── muls_retired.int │ ├── muls_retired.sse │ ├── sse_retired.all │ ├── sse_retired.fp │ ├── sse_retired.int │ ├── sse_retired.sse │ ├── stores_retired.all │ ├── stores_retired.fp │ ├── stores_retired.int │ ├── stores_retired.sse │ ├── uops_retired.all │ ├── uops_retired.fp │ ├── uops_retired.int │ └── uops_retired.sse ├── sample_code ├── branches_predictable.x86_64.s ├── branches_random.x86_64.s ├── first_fp.s ├── million.arm.s ├── million.ppc.s ├── million.x86.s ├── million.x86_64.s ├── million_reps.x86_64.s ├── stack_test.s └── xchg_test.c ├── src ├── retired_instr.arm.s ├── retired_instr.i386.s ├── retired_instr.valgrind.s └── retired_instr.x86_64.s └── version.h /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/README -------------------------------------------------------------------------------- /automatic/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/automatic/Makefile -------------------------------------------------------------------------------- /automatic/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/automatic/README -------------------------------------------------------------------------------- /automatic/malloc.s: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/automatic/malloc.s -------------------------------------------------------------------------------- /automatic/synthetic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/automatic/synthetic.c -------------------------------------------------------------------------------- /automatic/x86/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/automatic/x86/README -------------------------------------------------------------------------------- /papers/deterministic_counters/TODO: -------------------------------------------------------------------------------- 1 | Re-run p4 results using perf_event 2 | 3 | -------------------------------------------------------------------------------- /papers/deterministic_counters/tables/Makefile: -------------------------------------------------------------------------------- 1 | all: 2 | 3 | clean: 4 | rm -f *~ 5 | -------------------------------------------------------------------------------- /spec/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/spec/README -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062611 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024103 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044987 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026896002 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859925 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322067 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978381 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407436 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842538 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200323 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992242 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099630 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182848 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602525 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080146 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814911 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997695 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860603 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792622 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372120124402 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645565 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523528 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695532 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54501566628 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57747635083 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760912962 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95767410497 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125871 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546517 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650209 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362767 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627434 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929341 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797441 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765172 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865463 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385798 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681279 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076133 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288195981 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579050 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313228 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786674 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233570 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295324 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724790 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161269 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324668 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264793 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585769 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777068 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223794 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516054 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459034016857 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204157467167 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652135 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691472 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014161 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583404681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572643 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359528 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704863 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274640 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.0/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161034700 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062611 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024103 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044987 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026896002 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859925 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322067 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978381 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407436 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842538 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200397 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992242 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099630 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182626 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602525 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080146 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814911 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997695 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860603 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792622 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372108567046 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645565 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523521 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695532 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54501564642 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57747632955 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760912962 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95767408511 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125871 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546517 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650209 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362767 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627434 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929341 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797441 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765172 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865463 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385798 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681279 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076133 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288776577 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579050 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313228 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786674 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233570 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295324 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724790 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161269 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324668 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264793 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585769 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777068 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223794 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516054 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459034016857 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204156332916 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652135 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691472 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014161 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583404662 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572643 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359528 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704863 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274640 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.1/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161034700 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062611 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024103 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044987 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026896002 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859925 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322067 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978381 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407436 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842464 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200323 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992409 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099556 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182700 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602525 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080146 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814911 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997695 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860603 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792622 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372108567046 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645565 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523479 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695539 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54501564802 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57747635083 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760912962 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95767408511 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125871 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546517 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650209 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362767 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627434 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929341 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797441 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765172 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865463 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385798 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681279 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076133 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288195981 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579050 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313228 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786674 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233570 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295324 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724790 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161269 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324668 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264793 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585769 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777068 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223794 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516054 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459034016857 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204158788065 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652135 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691472 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014161 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583405014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572643 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359528 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704863 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274640 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.2/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161034700 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062602 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024103 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044987 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026895988 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501019 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859928 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322067 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978390 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407438 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408674 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842781 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200471 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992242 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099630 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182689 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962431 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602495 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080153 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814914 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997685 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860598 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792626 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372120124405 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645565 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523482 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695532 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500860074 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746974764 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760411963 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768232387 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491642 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125871 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546517 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650200 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362762 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065919 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472132 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627443 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929332 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797450 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765181 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865460 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385789 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681289 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076143 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288195998 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579022 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313210 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786677 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233576 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295315 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724813 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161264 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324652 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585777 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223786 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450959827876 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459020702665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204159238550 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652084 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691478 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014152 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583404851 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572641 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359510 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704860 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274637 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.3/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161035459 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062611 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024103 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044973 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026895988 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859925 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322067 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978381 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407436 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842570 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200397 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992250 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099630 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182626 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602495 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080146 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814914 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997680 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860607 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792626 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372120124402 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645521 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523521 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695655 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500861880 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746976666 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760413769 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768234201 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125871 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546498 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650200 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362767 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065919 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935438 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627443 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929332 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797450 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765181 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865460 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385789 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681289 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076143 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288195998 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579022 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313210 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786677 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233576 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295315 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724813 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161264 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324652 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585777 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223786 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450959827876 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459020702665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204158301716 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652084 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691478 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014152 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583404672 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572641 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359510 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704860 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274637 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.4/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161035459 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062611 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024094 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044987 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026896002 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859925 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978381 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407436 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842538 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200397 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992242 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099630 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182748 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602495 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080146 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814911 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997680 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860607 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792626 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372120124405 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645521 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523521 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695532 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500861880 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746976666 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760413721 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768234153 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125814 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546517 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650200 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362762 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065919 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627443 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929332 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797450 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765181 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865460 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385789 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681289 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076143 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288195998 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579022 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313210 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786677 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233576 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295315 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724813 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161264 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324652 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585777 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223786 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450959827876 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459020702665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204156175151 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652084 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691478 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014152 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583404938 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572641 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359510 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704860 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274637 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.5/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161035459 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689944 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062611 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024103 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044987 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026896002 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/168.wupwise.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502204501014 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859925 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322067 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978381 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407436 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408681 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842464 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200323 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992242 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099704 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182615 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/178.galgel.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 370730602495 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839150 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000207 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080146 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/183.equake.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144985830752 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/186.crafty.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 215657814911 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/187.facerec.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 309897997680 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860598 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792617 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/197.parser.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 372108567046 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645521 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523479 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695488 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500861880 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746974594 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760415575 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768234153 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.diffmail.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 32809491692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.makerand.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1265125871 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/253.perlbmk.static.perfect.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 21358546517 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650200 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882650 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362767 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219730 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627434 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/401.bzip2.static.combined.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 364135929341 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797441 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765172 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865463 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385798 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85719045618 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166629909806 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140813681279 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109541663142 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131076133 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160288195981 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769398187 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179202306373 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64696579050 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/410.bwaves.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2495855313228 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786674 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233570 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295324 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724790 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161269 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324668 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264793 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585769 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777068 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/447.dealII.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2334572223787 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450959827854 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459020702670 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/453.povray.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1204156983054 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652135 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691472 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/458.sjeng.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2530950014161 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/465.tonto.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895583404686 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572643 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/471.omnetpp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 764012359528 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/473.astar.static.BigLakes.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 435510704863 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274640 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/final/pincount.6/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161034695 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062591 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024083 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044984 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026895999 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859934 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978390 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407454 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408693 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310842534 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618200319 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286992228 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295099533 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39177182744 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962420 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080140 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294679 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860617 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792631 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645325 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523485 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695284 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500723033 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746307472 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760284407 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95767818472 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650183 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882647 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362764 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065921 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935444 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244837 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053035 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472132 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219739 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765178 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865463 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385798 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85717569056 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166628057511 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140809084175 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109539202217 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118129841095 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160286555506 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769648671 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179210021499 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64699791936 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786672 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233583 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295318 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724812 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161248 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324660 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264801 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585790 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777089 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516056 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459030715635 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691458 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572653 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274640 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.0/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161035470 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062591 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024083 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044984 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026895999 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859934 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978390 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407454 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408671 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310805958 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72611771030 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7287258543 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295208658 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39175004592 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962420 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080140 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294679 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860617 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792631 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645586 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523485 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695524 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500740250 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746338459 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760301537 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768002602 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650183 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882647 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362764 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065921 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935444 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244837 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053035 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472132 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219739 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627443 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797450 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765181 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865454 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385795 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85715431321 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166618099250 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140805059136 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109529722276 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118127338936 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160283168043 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193768150202 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179206261461 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64699537654 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233589 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295304 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724805 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161256 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324673 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264785 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585785 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777084 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516057 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459034016877 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652135 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691493 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572627 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274631 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.1/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161034694 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689924 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062591 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024083 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044984 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026895999 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859934 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322076 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978390 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407454 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408693 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22311848022 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72618191921 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7287006561 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7294665551 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39176175430 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962420 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080140 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294679 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860617 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792631 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645579 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523492 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695334 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54500742030 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746340371 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760303317 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768004382 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650183 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882647 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362764 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065921 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935444 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244837 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053035 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472132 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219739 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627443 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765178 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865454 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385795 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85714875277 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166624764940 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140793180972 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109538154137 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118128703133 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160286416310 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769694535 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179203555699 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64697556952 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786692 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233589 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295304 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724805 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161248 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324660 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264801 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585785 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777089 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516056 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459034016877 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652135 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691458 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572627 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274631 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.2/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161034687 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689938 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062605 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024097 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/164.gzip.static.random.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 60368044993 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/164.gzip.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 56026896008 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/171.swim.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 301163859914 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/172.mgrid.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 502690322073 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/173.applu.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 554509978387 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/175.vpr.static.place.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110294407434 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408671 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310902735 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72616475206 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286804658 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/176.gcc.static.integrate.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7295416853 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/176.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 39175713596 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/177.mesa.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 282923962434 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/181.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 69385080159 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/188.ammp.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 333169294659 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/189.lucas.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 299119860609 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/191.fma3d.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 320946792628 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645575 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/252.eon.static.kajiya.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109342523493 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/252.eon.static.rushmeier.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 62973695383 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/253.perlbmk.static.535.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 54501400371 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/253.perlbmk.static.704.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 57746879575 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/253.perlbmk.static.850.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 110760357711 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/253.perlbmk.static.957.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 95768548084 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/254.gap.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 221616650158 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362782 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065939 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/256.bzip2.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117528935447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/256.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 103252244840 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/256.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 86640053044 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/300.twolf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 311868472129 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/301.apsi.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 648607219719 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/401.bzip2.static.chicken.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 199232627440 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/401.bzip2.static.html.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 706416797447 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/401.bzip2.static.liberty.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 346361765178 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/401.bzip2.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 593332865463 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/401.bzip2.static.source.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 452012385798 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85720371380 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166631899368 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.c-typeck.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 140806796106 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.cp-decl.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 109528871770 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118132535857 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.expr2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160282801375 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769132967 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179186635021 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/403.gcc.static.scilab.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 64700554814 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/416.gamess.static.h2ocu2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 867682786672 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/429.mcf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 449895233583 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/433.milc.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1386801295318 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/444.namd.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2895739724812 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/445.gobmk.static.13x13.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 238220161248 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/445.gobmk.static.nngs.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 631487324660 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/445.gobmk.static.score2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 345153264801 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/445.gobmk.static.trevorc.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 236505585790 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/445.gobmk.static.trevord.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 340188777089 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/450.soplex.static.pds-50.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 450957516056 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/450.soplex.static.ref.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 459030715635 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/456.hmmer.static.nph3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1039884652123 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/456.hmmer.static.retro.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 2212798691458 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/470.lbm.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 1495737572653 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/473.astar.static.rivers.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 870943274640 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.3/481.wrf.static.default.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 4117161035470 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/164.gzip.static.graphic.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 73929689938 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062605 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/164.gzip.static.program.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 105592024097 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408671 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310243341 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72627686046 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7287118254 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645575 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362782 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065939 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85717962001 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166656158325 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118127624056 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769641979 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.4/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179189143407 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062605 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408671 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22311120989 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72624197701 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7286892258 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645260 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362782 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065939 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85715680967 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166624001642 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131593051 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769456458 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.5/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179207154351 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/164.gzip.static.log.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 29339062605 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/175.vpr.static.route.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 93441408671 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/176.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 22310543454 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/176.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 72617199529 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/176.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 7287040326 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/179.art.static.110.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 117967839163 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/179.art.static.470.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 121326000220 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/252.eon.static.cook.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85146645575 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/255.vortex.static.1.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 144373882665 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/255.vortex.static.2.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 162519362782 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/255.vortex.static.3.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 160888065939 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/403.gcc.static.166.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 85713589594 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/403.gcc.static.200.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 166615811957 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/403.gcc.static.expr.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 118131266125 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/403.gcc.static.g23.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 193769671295 2 | -------------------------------------------------------------------------------- /spec/iiswc2008/initial/pincount.6/403.gcc.static.s04.gcc.O2.pincount: -------------------------------------------------------------------------------- 1 | Count: 179188072628 2 | -------------------------------------------------------------------------------- /static/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/static/CHANGES -------------------------------------------------------------------------------- /static/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/static/Makefile -------------------------------------------------------------------------------- /static/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/deater/deterministic/HEAD/static/README -------------------------------------------------------------------------------- /static/binaries/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/obj/.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /static/version.h: -------------------------------------------------------------------------------- 1 | /* Version number of package */ 2 | #define DETERMINISTIC_VERSION "0.24" 3 | --------------------------------------------------------------------------------