Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tests] Speculative fix for buildbot breakage from c5f7c039efe7 | Hubert Tong | 2020-07-06 | 1 | -1/+1 |
| | | | | (cherry picked from commit d73eed42d1dcba06a5b793346f6e3eed0c7f41ac) | ||||
* | [X86] Add x, t and g modifiers for inline asm | Craig Topper | 2020-06-11 | 1 | -0/+53 |
This patch adds the x, t and g modifiers for inline asm from GCC. These will print a vector register as xmm*, ymm* or zmm* respectively. I also fixed register names with modifiers with inteldialect so they are no longer printed with a leading %. Patch by Amanieu d'Antras Differential Revision: https://reviews.llvm.org/D78977 (cherry picked from commit c5f7c039efe7ff09a44cfd252f6cb001ceed6269) |