[llvm-commits] [dragonegg] r154491 - /dragonegg/trunk/TODO
Duncan Sands
baldrick at free.fr
Wed Apr 11 02:17:48 PDT 2012
Author: baldrick
Date: Wed Apr 11 04:17:48 2012
New Revision: 154491
URL: http://llvm.org/viewvc/llvm-project?rev=154491&view=rev
Log:
Decent type based alias analysis info is now generated, however more
could be done. Add a note about this.
Modified:
dragonegg/trunk/TODO
Modified: dragonegg/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/TODO?rev=154491&r1=154490&r2=154491&view=diff
==============================================================================
--- dragonegg/trunk/TODO (original)
+++ dragonegg/trunk/TODO Wed Apr 11 04:17:48 2012
@@ -103,4 +103,6 @@
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.
More information about the llvm-commits
mailing list