Search

  

You searched for TableGen 2 pages found

LLVMC - A Generic Compiler Driver for the LLVM Project This paper describes a generic compiler driver, LLVMC, which essentially plays the same role for LLVM as the gcc program does for GCC, but is designed to be customizable and extensible. A simple TableGen-based domain-specific language used to develop LLVMC plugins is presented. The driver is a part of the LLVM project, but can also be used in other contexts.
LLVM, TableGen
Section: Papers and presentations
LLVMC - A Generic Compiler Driver for the LLVM Project LLVMC - A Generic Compiler Driver for the LLVM Project Author: Mikhail Glushenkov Abstract This paper describes a generic compiler driver, LLVMC, which essentially plays the same role for LLVM as the gcc program does for GCC, but is designed to be customizable and extensible. A simple TableGen-based [TableGen] domain-specific language used to develop LLVMC plugins is presented. The driver is a part of the LLVM project [LLVM], but can also be used in other contexts. Introduction A compiler driver is an auxiliary tool that serves as a (command-line) user interface to the compilation infrastructure. Its job is ...
LLVM, TableGen
Section: Papers and presentations

WHAT'S NEW RSS Whats New

A couple of words about TDD
Unit-test coding supposes to be one of the most significant methodological achievements of the industry, let’s say, for about last 15 years. The Internet is full of enthusiastic exclamations [1, ...
code coverage, code review, metrics, TDD, test first, test last
February 21, 2010
CodeExample plugin for Trac
The Trac plugin for code examples colouring. It supports three types of examples - a simple, a correct one and an incorrect. Further details see at
pygments, Trac
February 13, 2010
Metrics - LoC
This is going to be a small set of articles devoted to metrics. The first one is about LoC - Line of Code. I think that the first reaction on ...
LoC, metrics
May 11, 2009
Metric - Cyclomatic Complexity
There is a simple and logic explanation: the more “if”, “while”, “for”, and etc. in code the higher the complexity of the code improvement, management, understandability and refactoring. Cyclomatic (here ...
cyclomatic complexity, metrics
May 11, 2009
SESE vs SEME
SESE/SEME are terms of structural programming and were introduced at 80-s. Nothing new. However, experience shows that some programmers do not know about them till today. That’s why it makes ...
nesting depth, SEME, SESE
April 08, 2009