Pekka Jääskeläinen
2010-Feb-18 12:25 UTC
[LLVMdev] Master's thesis: Retargetable Compiler Backend for Transport Triggered Architectures
Hi all, I think this master's thesis from our group could be of interest. It describes the "bridge" between the LLVM codegen and our custom TTA codegen in TCE: a runtime retargetable architecture description file driven LLVM compiler backend. The thesis might be useful also for people implementing backends for LLVM in general. http://tce.cs.tut.fi/doc/Compiler.pdf If you have any questions or comments, please direct them to me (I'm not the author of this thesis despite my almost identical name) as the author is no longer working for our department. The abstract from the thesis: ----------- Embedded computer systems can be found everywhere as the result of the need to develop ever more intelligent and complex electronic devices. To meet requirements for factors such as power consumpiton and performance these systems often require customized processors which are optimized for a specific application. However, designing an application specific processor can be time-consuming and costly, and therefore the toolset used for processor design has an important role. TTA Codesign Environment (TCE) is a semi-automated toolset developed at the Tampere University of Technology for designing processors based on an easily customizable Transport Triggered Architecture (TTA) processor architecture template. The toolset provides a complete co-design toolchain from program source code to synthesizable hardware design and program binaries. One of the most important tools in the toolchain is the compiler. The compiler is required to adapt to customized target architectures and to utilize the available processor resources as efficiently as possible and still produce programs with correct behavior. The compiler is therefore the most complicated and challenging tool to design in the toolset. The work completed for this thesis consists of the design, implementation and verification of a retargetable compiler backend for the TCE project. This thesis describes the role of the compiler in the toolchain and presents the design of the implemented compiler backend. In addition, the methods and benchmark results of the compiler verification are presented. ----------- Best regards, -- Pekka http://tce.cs.tut.fi
Chris Lattner
2010-Dec-15 05:13 UTC
[LLVMdev] Master's thesis: Retargetable Compiler Backend for Transport Triggered Architectures
On Feb 18, 2010, at 4:25 AM, Pekka Jääskeläinen wrote:> Hi all, > > I think this master's thesis from our group could be of > interest. It describes the "bridge" between the LLVM codegen > and our custom TTA codegen in TCE: a runtime retargetable architecture > description file driven LLVM compiler backend. The thesis might be > useful also for people implementing backends for LLVM in general. > > http://tce.cs.tut.fi/doc/Compiler.pdfThanks! I added this to the pubs page here: http://llvm.org/pubs/2007-10-PekkaTTA.html -Chris
Seemingly Similar Threads
- [LLVMdev] Announcing the Open Source Release of TTA-Based Codesign Environment (TCE) 1.0
- [LLVMdev] TTA-Based Codesign Environment (TCE) v1.3 released
- [LLVMdev] Announcing the Open Source Release of TTA-Based Codesign Environment (TCE) 1.0
- [LLVMdev] TCE 1.6 released
- TTA-based Co-design Environment (TCE) v1.17 released