-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Issues: llvm/llvm-project
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[HLSL] Add Buffer def to frontend
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#141086
opened May 22, 2025 by
V-FEXrt
Loading…
[HLSL] Make sure compilation stops when errors are reported from LLVM pass
HLSL
HLSL Language Support
#140972
opened May 21, 2025 by
hekota
[HLSL][RootSignature] Implement validation of resource ranges for Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
RootDescriptors
clang:frontend
#140962
opened May 21, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Implement HLSL Language Support
ResourceRange
as an IntervalMap
HLSL
#140957
opened May 21, 2025 by
inbelic
Loading…
[HLSL] When loading a boolean from memory perform a comparison to zero instead of a truncation
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
HLSL
HLSL Language Support
#140824
opened May 21, 2025 by
spall
[Clang][NFC] Use Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
llvm::sort()
clang:analysis
clang:dataflow
#140337
opened May 17, 2025 by
el-ev
Loading…
[HLSL][RootSignature] Add space, visibility enums to StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140306
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of remaining enums to StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140305
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of filter enum for StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140294
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSiganture] Add parsing of address params in StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140293
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSiganture] Add parsing of new number params in StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140291
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of floats for StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140181
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing infastructure for StaticSampler
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140180
opened May 16, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of flags to RootDescriptor
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140152
opened May 15, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of optional parameters for RootDescriptor
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140151
opened May 15, 2025 by
inbelic
Loading…
[HLSL][RootSignature] Add parsing of Register in params for RootDescriptors
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140148
opened May 15, 2025 by
inbelic
Loading…
[HLSL][SPIRV] Implement the SPIR-V target type for cbuffers.
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#140061
opened May 15, 2025 by
s-perron
Loading…
[DirectX] Add resource name argument to llvm.dx.handlefrom[implicit]binding intrinsics
backend:DirectX
clang:codegen
IR generation bugs: mangling, exceptions, etc.
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
llvm:analysis
llvm:ir
#139991
opened May 15, 2025 by
hekota
Loading…
[HLSL] Add resource name argument to resource class constructors
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#139985
opened May 15, 2025 by
hekota
Loading…
[SPIRV] Add PreLegalizer pattern matching for Headers provided by Clang, e.g. for intrinsics
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
llvm:globalisel
faceforward
backend:SPIR-V
backend:X86
clang:headers
#139959
opened May 14, 2025 by
kmpeng
Loading…
Fix up type mismatches by adding OpCopyLogical when necessary.
backend:SPIR-V
HLSL
HLSL Language Support
#139897
opened May 14, 2025 by
s-perron
[HLSL] Add various overloads for MiniEngine
backend:X86
clang:headers
Headers provided by Clang, e.g. for intrinsics
clang
Clang issues not falling into any other category
HLSL
HLSL Language Support
#139800
opened May 13, 2025 by
V-FEXrt
Loading…
[clang] Remove intrusive reference count from libclang and C++ API
clang:dataflow
Clang Dataflow Analysis framework - https://clang.llvm.org/docs/DataFlowAnalysisIntro.html
clang:driver
'clang' and 'clang++' user-facing binaries. Not 'clang-cl'
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
clang:modules
C++20 modules and Clang Header Modules
clang
Clang issues not falling into any other category
clang-format
clang-tidy
clang-tools-extra
clangd
HLSL
HLSL Language Support
lldb
DiagnosticOptions
clang:as-a-library
#139584
opened May 12, 2025 by
jansvoboda11
Loading…
[HLSL] Implement HLSL Language Support
Load(int, uint)
overloads for buffer types
HLSL
#138910
opened May 7, 2025 by
bogner
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-04-22.