User Details
- User Since
- Oct 4 2021, 7:05 PM (37 w, 6 d)
Yesterday
Thu, Jun 23
Thanks for the review.
Updated the comments.
Cleanup comments.
Wed, Jun 22
Update regex to cover more cases.
Sun, Jun 19
Change CXXABI to Microsoft to match dxc behavior.
The mangle name for half is "$f16@" when half is treat as native half type and "$halff@" when treat as float.
Fri, Jun 17
Thu, Jun 16
Update to make arc happy to land.
Fix warning.
Fix test.
Add assert to make sure found the opcode.
Use _ for the whole name.
Change intrinsic start with lower case.
Move EmitDXILOperationTable gen-dxil-operation
Wed, Jun 15
Update to match the comments.
Add static for internal function.
Tue, Jun 14
Move EmitDXILIntrinsicMap into EmitDXILOperation.
Updated the comments and test.
Thanks for the review.
Clean comments and test.
Fix typo in test.
Mon, Jun 13
Save addresspace for Function.
Gentle Ping.
Gentle Ping.
Should we add an example command line to compile .ll to a DXContainer?
Tue, Jun 7
Rename to prepare for make all tableGen work for DXIL operation in one tableGen backend.
Mon, Jun 6
Fix test fail after rebased on llvm/main.
Do we need any test for this change?
Fri, Jun 3
Thu, Jun 2
Simplify test.
Change to verify test.
Wed, Jun 1
Cleanup test.
Tue, May 31
Recover after fixed Mac/arm test fail.
Reopen to recover the change after fix Mac/arm test fail.
Recover after fix Mac/arm test issue.
Reopen for the Mac/arm test fail.
Add check for no -T option.
Mon, May 30
Add new line at end of file.
Code cleanup to match comments.
May 27 2022
Use default value of MarshallingInfoString.
Add newline at end of file
Add hlsl-entry for cc1 option.
May 26 2022
Add test for main is not entry.
Move addHLSLFunctionAttributes to ConstructAttributeList.