Displaying 2 results from an estimated 2 matches for "nooddspreg".
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...- [mips64] Fix MIPS64 exception personality encoding
* r221453 - [mips] Tolerate the use of the %z inline asm operand modifier with non-immediates.
* r216262 - [mips] Don't use odd-numbered float registers for double arguments for fastcc calling convention if FP is 64-bit and +nooddspreg is used.
* r217257 - [mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No functional changes.
* r218745 - [mips] Fix disassembly of [ls][wd]c[23], cache, and pref
I'd also like to propose the inclusion of the recent ABI fixes to the Mips target b...
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...ding
> >
> > * r221453 - [mips] Tolerate the use of the %z inline asm operand
> modifier with non-immediates.
> >
> > * r216262 - [mips] Don't use odd-numbered float registers for double
> arguments for fastcc calling convention if FP is 64-bit and +nooddspreg is
> used.
> >
>
> This all look OK to me, go ahead an merge.
Thanks.
> > * r217257 - [mips] Change Feature-related types from unsigned to
> uint64_t in MipsAsmParser. No functional changes.
> >
>
> I'm a little concerned this might break the shar...