search for: spru395b

Displaying 3 results from an estimated 3 matches for "spru395b".

2011 Dec 03
0
[LLVMdev] RFC: Machine Instruction Bundle
...these semantic difference between a "parallel bundle" and "just a chunk of instructions that should be executed together" are made clear and adhered to everywhere in the code generation. [1] http://www.dig64.org/about/Itanium2_white_paper_public.pdf [2] http://www.ti.com/lit/ug/spru395b/spru395b.pdf Best regards, -- Pekka from the TCE project http://tce.cs.tut.fi
2010 Aug 12
2
[LLVMdev] Experimental C64X backend
...d welcome any feedback regarding the LLVM backend - I've no prior experience with LLVM, so it's far from optimal right now. In case anyone has a device handy, I've put some brief documentation on getting code running at [4]. [0] http://studentrobotics.org [1] http://focus.ti.com/lit/ug/spru395b/spru395b.pdf [2] git://git.srobo.org/llvm-tic6x.git [3] git://git.srobo.org/tic6x-binutils.git [4] http://www.studentrobotics.org/trac/wiki/Beagleboard_DSP -- Thanks, Jeremy -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-sig...
2011 Dec 02
18
[LLVMdev] RFC: Machine Instruction Bundle
Machine Instruction Bundle in LLVM Hi all, There have been quite a bit of discussions about adding machine instruction bundle to support VLIW targets. I have been pondering what the right representation should be and what kind of impact it might have on the LLVM code generator. I believe I have a fairly good plan now and would like to share with the LLVM community. Design Criteria 1. The