Displaying 3 results from an estimated 3 matches for "r156694".
2012 Aug 17
2
[LLVMdev] MIPS & GP register
...; had been improved, etc.  The build I made with it started crashing cameras
> immediately.  I managed to track it down to the removal of GP from the list
> of reserved registers in this checkin:
>
> > ------------------------------------------------------------------------
> > r156694 | ahatanak | 2012-05-11 20:21:18 -0700 (Fri, 11 May 2012) | 3
> lines
> >
> > Stop reserving register $gp. Do not call isGPFI to check whether a frame
> object
> > is the $gp save slot.
>
>
> Adding Mips::GP back into the reserved register list made everything go
&g...
2012 Aug 17
0
[LLVMdev] MIPS & GP register
...imizations had been improved, etc.  The build I made with it started crashing cameras immediately.  I managed to track it down to the removal of GP from the list of reserved registers in this checkin:
> 
> > ------------------------------------------------------------------------
> > r156694 | ahatanak | 2012-05-11 20:21:18 -0700 (Fri, 11 May 2012) | 3 lines
> >
> > Stop reserving register $gp. Do not call isGPFI to check whether a frame object
> > is the $gp save slot.
> 
> 
> Adding Mips::GP back into the reserved register list made everything go back to no...
2012 Aug 16
2
[LLVMdev] MIPS & GP register
...see if any optimizations had been improved, etc.  The build I made with it started crashing cameras immediately.  I managed to track it down to the removal of GP from the list of reserved registers in this checkin:
> ------------------------------------------------------------------------
> r156694 | ahatanak | 2012-05-11 20:21:18 -0700 (Fri, 11 May 2012) | 3 lines
> 
> Stop reserving register $gp. Do not call isGPFI to check whether a frame object
> is the $gp save slot.
Adding Mips::GP back into the reserved register list made everything go back to normal.  I'm guessing that...