X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=blobdiff_plain;f=Report%2FMain%2FProblems%2FAssignment.tex;h=440a8b8a6d579377d2a4632cddf56438caca7038;hp=3ae3cb9b985a0043ee1f757348412e08d527fd6a;hb=0b0360bae585113463ae7840831f2231a887c297;hpb=9fef9a372d313fb552f121d11b2c239d9e5d563e diff --git a/Report/Main/Problems/Assignment.tex b/Report/Main/Problems/Assignment.tex index 3ae3cb9..440a8b8 100644 --- a/Report/Main/Problems/Assignment.tex +++ b/Report/Main/Problems/Assignment.tex @@ -1,4 +1,13 @@ \section{Assignment} -This section describes the original assignment and the tasks presented therein. -Since then a number of other tasks have surfaced and some tasks have changed, -those changes and new tasks have been included here. +During my internship, my assignment has been to improve the frontend. In +particular, instead of using the complete frontend supplied by the LLVM project +unmodified, a local version was to be created with a number of Montium-specific +changes and transformations. + +The original assignment defined a few subtasks: +\begin{enumerate} + \item Evaluating and selecting exisiting transformation passes. + \item Adding new transformations for Montium specific problems. + \item Providing debugging (context) information to the backend to improve + backend error reporting. +\end{enumerate}