make a new missing features section
authorChris Lattner <sabre@nondot.org>
Tue, 3 Apr 2007 23:41:34 +0000 (23:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Apr 2007 23:41:34 +0000 (23:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35637 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/README.txt

index 96783a58cf969bca1682f1e0e94bf69c88cb7b27..39add2272cfa2dc8ecd680bbaacdfd9d9f752aab 100644 (file)
@@ -2,6 +2,12 @@
 // Random ideas for the X86 backend.
 //===---------------------------------------------------------------------===//
 
+Missing features:
+  - support for 3DNow!
+  - weird abis?
+
+//===---------------------------------------------------------------------===//
+
 Add a MUL2U and MUL2S nodes to represent a multiply that returns both the
 Hi and Lo parts (combination of MUL and MULH[SU] into one node).  Add this to
 X86, & make the dag combiner produce it when needed.  This will eliminate one
@@ -1040,6 +1046,4 @@ int decode_byte (const decode_t* decode) {
   return 0;
 }
 
-//===---------------------------------------------------------------------===//
 
-Add support for 3DNow!