summaryrefslogtreecommitdiff
path: root/dragonegg/TODO
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2012-04-11 09:17:48 +0000
committerDuncan Sands <baldrick@free.fr>2012-04-11 09:17:48 +0000
commit83a3e23de87c4fc26f3a463564e59d0eee7e552b (patch)
tree31601ad23d3f3dd34da54eea86f546f608b138f9 /dragonegg/TODO
parent76dc1ef11e68678d64656a344d18c93aec7d73b4 (diff)
Decent type based alias analysis info is now generated, however more
could be done. Add a note about this.
Diffstat (limited to 'dragonegg/TODO')
-rw-r--r--dragonegg/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/dragonegg/TODO b/dragonegg/TODO
index fcefc0c57e3..8b38420f2e9 100644
--- a/dragonegg/TODO
+++ b/dragonegg/TODO
@@ -103,4 +103,6 @@ Add support for address spaces.
Add support for non-temporal stores.
-Generate LLVM type based alias analysis information from gcc's.
+Add type based alias analysis tags in more cases. Extend LLVM's tbaa
+representation so it can represent a DAG and generate tags for struct
+types too.