search for: r218745

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

2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
.... * 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 but I'm not sure this is a good idea. I'm having difficulty sorting out the dependencies for these at the moment since they seem to depend on som...
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...;t think this will break it since the two functions that are changed are private to MipsAsmParser and our Feature* constants in MipsGenSubtargetInfo.inc are already uint64_t. However, I haven't supported a shared library ABI before so I can't be sure. How would I check? > > * r218745 - [mips] Fix disassembly of [ls][wd]c[23], cache, and pref > > > > This looks OK to me. Thanks. > > I'd also like to propose the inclusion of the recent ABI fixes to the Mips > target but I'm not sure this is a good idea. I'm having difficulty sorting out the &gt...