search for: r216262

Displaying 2 results from an estimated 2 matches for "r216262".

2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...e() for O32 Proposed llvm patches: * r216920 - Fix left shifts of negative values in MipsDisassembler. * r221408 - [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...
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...eft shifts of negative values in MipsDisassembler. > > > > * r221408 - [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. > > > > This all look OK to me, go ahead an merge. Thanks. > > * r217257 - [mips] Change Feature-related types from...