search for: machinestuff

Displaying 7 results from an estimated 7 matches for "machinestuff".

2015 May 27
3
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
+1. Could those two be subdirectories of one “Machine-Related-Stuff” directory? E.g., MachineStuff/IR MachineStuff/CodeGen Where MachineStuff is something meaningful :). That way, they keep a logic bound, more formal than the naming convention. My 2c. Q. > On May 26, 2015, at 9:28 PM, Chris Lattner <clattner at apple.com> wrote: > > On May 26, 2015, at 1:46 PM, Owen Anderson...
2015 May 27
3
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
On Wed, May 27, 2015 at 8:15 AM Chris Lattner <clattner at apple.com> wrote: > On May 26, 2015, at 11:20 PM, Quentin Colombet <qcolombet at apple.com> > wrote: > > +1. > > Could those two be subdirectories of one “Machine-Related-Stuff” directory? > E.g., > MachineStuff/IR > MachineStuff/CodeGen > > Where MachineStuff is something meaningful :). > > That way, they keep a logic bound, more formal than the naming convention. > > > Something like? > > lib/Machine/IR > lib/Machine/Passes > > Unless there will be many subdirectori...
2015 May 27
2
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...at 11:20 PM, Quentin Colombet > >>> <qcolombet at apple.com> wrote: > >>> > >>> +1. > >>> > >>> Could those two be subdirectories of one “Machine-Related-Stuff” > >>> directory? > >>> E.g., > >>> MachineStuff/IR > >>> MachineStuff/CodeGen > >>> > >>> Where MachineStuff is something meaningful :). > >>> > >>> That way, they keep a logic bound, more formal than the naming > >>> convention. > >> > >> Something like...
2015 May 27
3
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...t;>> On May 26, 2015, at 11:20 PM, Quentin Colombet <qcolombet at apple.com> > wrote: > >>> > >>> +1. > >>> > >>> Could those two be subdirectories of one “Machine-Related-Stuff” > directory? > >>> E.g., > >>> MachineStuff/IR > >>> MachineStuff/CodeGen > >>> > >>> Where MachineStuff is something meaningful :). > >>> > >>> That way, they keep a logic bound, more formal than the naming > convention. > >> > >> Something like? > >>...
2015 May 27
0
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...e: > >>> On May 26, 2015, at 11:20 PM, Quentin Colombet <qcolombet at apple.com> wrote: > >>> > >>> +1. > >>> > >>> Could those two be subdirectories of one “Machine-Related-Stuff” directory? > >>> E.g., > >>> MachineStuff/IR > >>> MachineStuff/CodeGen > >>> > >>> Where MachineStuff is something meaningful :). > >>> > >>> That way, they keep a logic bound, more formal than the naming convention. > >> > >> Something like? > >> >...
2015 May 27
1
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
...On May 26, 2015, at 11:20 PM, Quentin Colombet <qcolombet at apple.com> wrote: >>>>> >>>>> +1. >>>>> >>>>> Could those two be subdirectories of one “Machine-Related-Stuff” directory? >>>>> E.g., >>>>> MachineStuff/IR >>>>> MachineStuff/CodeGen >>>>> >>>>> Where MachineStuff is something meaningful :). >>>>> >>>>> That way, they keep a logic bound, more formal than the naming convention. >>>> >>>> Something l...
2015 May 26
4
[LLVMdev] RFC: Separate machine IR from lib/CodeGen into lib/MIR
> On May 26, 2015, at 1:37 PM, Duncan P. N. Exon Smith <dexonsmith at apple.com> wrote: > >> >> On 2015-May-26, at 09:46, Alex L <arphaman at gmail.com> wrote: >> >> Hi all, >> >> The CodeGen library is a big bag of interdependent bits. This caused >> a circular dependency in the MIR serialization commit (r237954), which got >>