X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Finternship.git;a=blobdiff_plain;f=Report%2FMain%2FProblems%2FAssignment.tex;h=b87711ceda816f23b521b5c366ab36898fe53648;hp=440a8b8a6d579377d2a4632cddf56438caca7038;hb=bda4ad2a7baf347f8bb7239ae998088a6987b73b;hpb=b8ed8189b345f81d7a91535959b3776593062535 diff --git a/Report/Main/Problems/Assignment.tex b/Report/Main/Problems/Assignment.tex index 440a8b8..b87711c 100644 --- a/Report/Main/Problems/Assignment.tex +++ b/Report/Main/Problems/Assignment.tex @@ -6,8 +6,14 @@ changes and transformations. The original assignment defined a few subtasks: \begin{enumerate} - \item Evaluating and selecting exisiting transformation passes. + \item Evaluating and selecting existing 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} + +Of the above tasks, the first two tasks have been mostly completed, while the +last task has produced workable results but still requires some architectural +changes to LLVM to work fully (see section \ref{PreserveDebug}). Apart from +these tasks, a number of other tasks have presented themselves during the +internship. These are also discussed in the next section.