Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set LLVM Flag to Disable cmov (select instr) generation #380

Merged
merged 8 commits into from
Aug 7, 2024

Commits on Aug 2, 2024

  1. Add -simplifycfg-branch-fold-threshold=0 flag to elminate LLVMs selec…

    …t instructions (cmov) optimisations. This gives extra coverage checkpoint in && chained conditionals
    DanBlackwell committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    8a216ad View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    75ecc74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d905034 View commit details
    Browse the repository at this point in the history
  3. Missing space character

    DanBlackwell committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    160066d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7990230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83cb30b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    03d4040 View commit details
    Browse the repository at this point in the history
  2. Keep the linter happy

    DanBlackwell committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9daf1fc View commit details
    Browse the repository at this point in the history