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 Subobjects to compiler front end #1645

Merged
merged 4 commits into from
Nov 1, 2018
Merged

Commits on Oct 30, 2018

  1. Add Subobjects to compiler front end

    - Add HLSL subobject classes to clang and enable their initialization
      via initialization lists.
    - Translate declared subobjects and add to DXIL module.
    - Fix bugs in subobject metadata serialization and disasm.
    - Preserve original input string in root signature subobject.
    - Remove unused IsHlslObjectType method from CGHLSLRuntime.
    - Remove unnecessary collection of global strings in CGHLSLRuntime
    - Change type printer to report 'literal string' for constant char arrays.
    hekota committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    c03eeb1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2018

  1. Configuration menu
    Copy the full SHA
    ab356e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c794d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60fe4a6 View commit details
    Browse the repository at this point in the history