Displaying 4 results from an estimated 4 matches for "r217257".
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...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 but I'm not sure this is...
2014 Nov 25
3
[LLVMdev] Proposed patches for Clang 3.5.1
> > > > 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 some
> > > > of Eric Christopher's Subtarget/TargetMachine refactoring. It may also be a
2014 Nov 24
4
[LLVMdev] Proposed patches for Clang 3.5.1
...n-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 shared library ABI. We will need
> to verify that it doesn't before it gets merged.
I don't think this will...
2014 Nov 26
6
[LLVMdev] Proposed patches for Clang 3.5.1
...g in the meantime.
I will try to look at the patches today. I'm going to delay the release a week
or so, because of all the merge requests I've received, so there is no rush.
-Tom
>
> Apart from the ABI fixes mentioned above, the only patch I'm awaiting approval for is:
> * r217257 - [mips] Change Feature-related types from unsigned to uint64_t in MipsAsmParser. No functional changes.