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

Add support for @simd #5355

Merged
merged 9 commits into from
Mar 31, 2014
Merged

Commits on Mar 26, 2014

  1. Add @simd support.

    This is a collective commit that supercedes the earlier commits for @simd.
    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    ba1b05a View commit details
    Browse the repository at this point in the history
  2. Update to work with LLVM 3.4 too (in addition to LLVM 3.3)

    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    0632c7a View commit details
    Browse the repository at this point in the history
  3. Generialize @simd loops to one dimensional ranges instead of requirin…

    …g a:b syntax.
    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    83de4ea View commit details
    Browse the repository at this point in the history
  4. Fix names of some TBAA nodes.

    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    36b6a2d View commit details
    Browse the repository at this point in the history
  5. Fix spelling in comment.

    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    34916cf View commit details
    Browse the repository at this point in the history
  6. Remove tbaa_decorate from load/stores of local vars described by jl_a…

    …rrayvar_t.
    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    fb35af0 View commit details
    Browse the repository at this point in the history
  7. Treat loading of string pointer as tbaa_const.

    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    2e5da98 View commit details
    Browse the repository at this point in the history
  8. Improve hoisting of size intrinsic.

    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    c5e4bd1 View commit details
    Browse the repository at this point in the history
  9. Document @simd as experimental.

    Arch D. Robison committed Mar 26, 2014
    Configuration menu
    Copy the full SHA
    2abcadd View commit details
    Browse the repository at this point in the history