search for: regstrings

Displaying 3 results from an estimated 3 matches for "regstrings".

2020 Jan 14
3
[tablegen] table readability / performance
...39;, 0, /* 41 */ 'V', '6', '_', 'z', 'l', 'd', '0', 0, [...] }; As far as I can see, this makes it more difficult than necessary to read for at least the following cases: Target AsmStrs Target InstrNameData Target RegStrings Target RegClassStrings I hacked together a fix for the above cases locally, and found that for at least for clang and gcc, the compile-time for generated tables is significantly reduced when emitting string literals, and the user can grep the name tables without huge effort. The above table i...
2016 Apr 07
2
Inline asm clobber registers name
Hi all, I am currently working on AMDGPU inline assembly and encountered problem with naming clobber registers in asm constraints. It looks like by default LLVM tries to match register specified in constraint to register name of register definition in .td file but not to the AsmName for this register. For example if we have register definition: def MYReg0 : Register<"r0", 0>;
2007 Sep 28
0
Wine release 0.9.46
This is release 0.9.46 of Wine, a free implementation of Windows on Unix. What's new in this release: - A variety of fixes to improve Photoshop CS2 support. - More complete support for device installation in setupapi. - New Bidi text implementation that doesn't depend on libicu. - The usual assortment of Direct3D improvements. - Beginning of I/O completion ports support. -