Displaying 3 results from an estimated 3 matches for "createliveinregist".
Did you mean:
createliveinregister
2012 Nov 29
0
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
On Tue, Nov 27, 2012 at 12:37 AM, Tom Stellard <tom at stellard.net> wrote:
> Assuming I caught all the coding style mistakes you pointed out, what
> else needs to be done to be able to commit this code?
Hello Tom,
There are still a few classes of coding style issues...
+ /// CreateLiveInRegister - Helper function that adds Reg to the LiveIn list
+ /// of the DAG's MachineFunction. This returns a Register SDNode
representing
+ /// Reg.
+ SDValue CreateLiveInRegister(SelectionDAG &DAG, const
TargetRegisterClass *RC,
+ unsigned Re...
2012 Nov 29
3
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
...Tom Stellard <tom at stellard.net> wrote:
> > Assuming I caught all the coding style mistakes you pointed out, what
> > else needs to be done to be able to commit this code?
>
> Hello Tom,
>
> There are still a few classes of coding style issues...
>
> + /// CreateLiveInRegister - Helper function that adds Reg to the LiveIn list
> + /// of the DAG's MachineFunction. This returns a Register SDNode
> representing
> + /// Reg.
> + SDValue CreateLiveInRegister(SelectionDAG &DAG, const
> TargetRegisterClass *RC,
> +...
2012 Nov 26
5
[LLVMdev] [llvm-commits] RFC: Merge branches/R600 into TOT for 3.2 release
On Sat, Nov 17, 2012 at 10:56:26PM +0100, Benjamin Kramer wrote:
>
> On 01.11.2012, at 14:44, Tom Stellard <tom at stellard.net> wrote:
>
> > Moving this thread to llvmdev.
> >
> > On Tue, Oct 30, 2012 at 11:09:34PM -0700, Chris Lattner wrote:
> >> On Oct 30, 2012, at 11:35 AM, Tom Stellard <tom at stellard.net> wrote:
> >>>> Hi