summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/inline-asm-q-regs.ll
Commit message (Expand)AuthorAge
* Make the 'x' constraint work for AVX registers as well.Eric Christopher2012-01-07
* For 64-bit the rest of the general regs are ok for the q constraint. MakeEric Christopher2011-12-01
* Let the inline asm 'q' constraint match float, and on 64-bit double too.Nick Lewycky2011-07-08
* Remove support for parsing the "type i32" syntax for defining a numberedChris Lattner2011-06-19
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-08
* Fix x86 inline ams 'q' constraint support. In 32-bit mode, it's just like 'Q'...Evan Cheng2009-07-17