summaryrefslogtreecommitdiff
path: root/Software/Beignet/Backend
diff options
context:
space:
mode:
authorZhigang <Zhigang@web>2013-06-21 03:15:23 -0700
committerwww <iki-www@freedesktop.org>2013-06-21 03:15:23 -0700
commitba260feb8342cc455c91f2a273402b2d38e91e64 (patch)
tree76ac5d20bc6f0528f5fdd29f4cb7c112ed5e62cc /Software/Beignet/Backend
parent5e88cc774b252e17af2a40c631c73a7cae6f4a9f (diff)
Diffstat (limited to 'Software/Beignet/Backend')
-rw-r--r--Software/Beignet/Backend/TODO.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/Beignet/Backend/TODO.mdwn b/Software/Beignet/Backend/TODO.mdwn
index 43ead2aa..c0d1f2b9 100644
--- a/Software/Beignet/Backend/TODO.mdwn
+++ b/Software/Beignet/Backend/TODO.mdwn
@@ -51,7 +51,7 @@ The code is defined in `src/ir`. Main things to do are:
- Adding support for atomic extensions.
- Finishing the handling of function arguments (see the [IR
- description](gen_ir.html) for more details)
+ description|Software/Beignet/Backend/gen_ir] for more details)
- Adding support for linking IR units together. OpenCL indeed allows to create
programs from several sources
@@ -77,8 +77,8 @@ The code is defined in `src/backend`. Main things to do are:
- Implementing atomic extensions.
-- Implementing register spilling (see the [compiler backend
- description](./compiler_backend.html) for more details)
+- Implementing register spilling (see the [[compiler backend
+ description|Software/Beignet/Backend/compiler_backend] for more details)
- Implementing proper instruction selection. A "simple" tree matching algorithm
should provide good results for Gen