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: 55e04b7
Choose a base ref
...
head repository: m-labs/flickernoise
compare: 765b201
Choose a head ref
  • 10 commits
  • 73 files changed
  • 1 contributor

Commits on Feb 27, 2012

  1. compiler: "if" can no longer be used as a variable name

    Since not even MilkDrop allows such obscure use, neither shall we.
    It makes the code a bit cleaner and the grammar healthier, too.
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    86a797b View commit details
    Browse the repository at this point in the history
  2. compiler/test/Common (equiv2): allow suppressing some differences

    If the first arguments to equiv2 are +N or -N with N being a decimal
    number, they indicate the number of + and - lines to ignore.
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    99f74df View commit details
    Browse the repository at this point in the history
  3. patches/attic/: bring back the pre-cleanup version of the patch pool

    We'll use the old patches for automated equivalence checking.
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    fe39878 View commit details
    Browse the repository at this point in the history
  4. compiler/test/reform: check current patches against the attic

    Small differences (corrections) are manually suppressed in "reform".
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    0b40899 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    5dd09fb View commit details
    Browse the repository at this point in the history
  6. patches: initialize all variables (to pass -Wundefined)

    Stricter correctness criteria apply to new-style patches if -Wundefined
    is set.
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    4e79d54 View commit details
    Browse the repository at this point in the history
  7. compiler: export "struct compiler_sc" for sharing with ptest

    That way, ptest will be able to better support stimuli.
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    3ea48a0 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    ab35a71 View commit details
    Browse the repository at this point in the history
  9. ptest: plug memory leak exposed by modernized Tornado Rain Dance

    This is the first time the regression tests check a patch using stimuli
    for memory leaks. Turns out that ptest had one.
    wpwrak committed Feb 27, 2012
    Copy the full SHA
    9807012 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    765b201 View commit details
    Browse the repository at this point in the history