Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: m-labs/flickernoise
base: a5a2866
Choose a base ref
...
head repository: m-labs/flickernoise
compare: c48e4c9
Choose a head ref
  • 5 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 27, 2011

  1. compiler/ptest: new option -c to run code generation

    This patch adds the infrastructure to optionally perform code generation
    in ptest and the command-line option -c to enable this feature. Only
    small changes were needed in the rest of the system.
    
    This patch needs an up to date version of /opt/milkymist/milkymist.git/
    wpwrak authored and Sebastien Bourdeauducq committed Dec 27, 2011
    Copy the full SHA
    7005527 View commit details
    Browse the repository at this point in the history
  2. compiler/test: test code generation and enable code generation for pa…

    …tch pool
    
    "codegen" tests whether enabling code generation adds further checking.
    "patches", which iterates over the patch pool, now runs with code
    generation enabled.
    wpwrak authored and Sebastien Bourdeauducq committed Dec 27, 2011
    Copy the full SHA
    ed5439e View commit details
    Browse the repository at this point in the history
  3. compiler/file2h: produce valid empty string if the file is empty

    wpwrak authored and Sebastien Bourdeauducq committed Dec 27, 2011
    Copy the full SHA
    6970e27 View commit details
    Browse the repository at this point in the history
  4. compiler/ptest: dump registers and code

    wpwrak authored and Sebastien Bourdeauducq committed Dec 27, 2011
    Copy the full SHA
    20c17d7 View commit details
    Browse the repository at this point in the history
  5. compiler/ptest/eval.pl: experimental PFPU code evaluator

    wpwrak authored and Sebastien Bourdeauducq committed Dec 27, 2011
    Copy the full SHA
    c48e4c9 View commit details
    Browse the repository at this point in the history