search for: llvm_vliw

Displaying 4 results from an estimated 4 matches for "llvm_vliw".

Did you mean: llvm_lit
2011 Sep 20
0
[LLVMdev] VLIW Ports
Hi, > Has anyone attempted the port of LLVM to a VLIW architecture? Is there > any publication about it? I have developed a derivation of MachineInstr class, called MachineInstrBundle, which is essnetially a VLIW-style machine instruction which can store any MI on each "slot". After the scheduling phase has grouped MIs in bundles, it has to call MIB->pack() method, which
2011 Sep 19
4
[LLVMdev] VLIW Ports
Has anyone attempted the port of LLVM to a VLIW architecture? Is there any publication about it? TIA -- Evandro Menezes Austin, TX emenezes at codeaurora.org Qualcomm Innovation Center, Inc is a member of Code Aurora Forum
2011 Oct 06
3
[LLVMdev] VLIW Ports
...o be unpacked prior to emission. > > I was waiting to finish it to send a patch to the list, but if you are > interested I can send you a patch over svn of my current code. > > BR > > Carlos -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_vliw.patch Type: text/x-patch Size: 17410 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111006/83b22b3a/attachment.bin>
2011 Oct 06
0
[LLVMdev] MIPS 32bit code generation
...e to be unpacked prior to emission. > > I was waiting to finish it to send a patch to the list, but if you are > interested I can send you a patch over svn of my current code. > > BR > > Carlos -------------- next part -------------- A non-text attachment was scrubbed... Name: llvm_vliw.patch Type: text/x-patch Size: 17410 bytes Desc: not available Url : http://lists.cs.uiuc.edu/pipermail/llvmdev/attachments/20111006/83b22b3a/attachment-0001.bin ------------------------------ Message: 9 Date: Thu, 06 Oct 2011 10:02:04 +0000 From: Oliver Schneider <gmane at assarbad.net> Su...