[llvm-commits] [dragonegg] r173162 - /dragonegg/trunk/TODO
Duncan Sands
baldrick at free.fr
Tue Jan 22 06:30:24 PST 2013
Author: baldrick
Date: Tue Jan 22 08:30:24 2013
New Revision: 173162
URL: http://llvm.org/viewvc/llvm-project?rev=173162&view=rev
Log:
Note about a place worth cleaning.
Modified:
dragonegg/trunk/TODO
Modified: dragonegg/trunk/TODO
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/TODO?rev=173162&r1=173161&r2=173162&view=diff
==============================================================================
--- dragonegg/trunk/TODO (original)
+++ dragonegg/trunk/TODO Tue Jan 22 08:30:24 2013
@@ -56,6 +56,10 @@
Work in terms of units rather than octets (i8). For example, if the target
has a 16 bit byte, then use i16 for byte addressing.
+Convert GCC floating point register constants without "going through memory"
+(see TreeToLLVM::EmitRealRegisterConstant).
+
+
Features
--------
More information about the llvm-commits
mailing list