[llvm-commits] CVS: llvm/www/docs/ChrisNotes.txt

Chris Lattner lattner at cs.uiuc.edu
Sat Apr 26 14:37:00 PDT 2003


Changes in directory llvm/www/docs:

ChrisNotes.txt updated: 1.28 -> 1.29

---
Log message:

Switch insns actually DO work.


---
Diffs of the changes:

Index: llvm/www/docs/ChrisNotes.txt
diff -u llvm/www/docs/ChrisNotes.txt:1.28 llvm/www/docs/ChrisNotes.txt:1.29
--- llvm/www/docs/ChrisNotes.txt:1.28	Tue Sep 24 11:15:36 2002
+++ llvm/www/docs/ChrisNotes.txt	Sat Apr 26 14:36:06 2003
@@ -1,14 +1,11 @@
 * Rewrite the llvm parser/lexer in http://www.antlr.org when time permits.
   They actually do C++.  Imagine that.
-* pred/succ iterators on basic blocks don't handle switch statements correctly
 * Need a way to attach bytecode block info at various levels of asm code.
 * Recognize and save comments in assembly and bytecode format
 * Encode line number table in bytecode (like #line), optional table
 
 * Encode negative relative offsets in the bytecode file
 
-* Implement switch to switch on a constant pool array of type: 
-  [{ label, int }] or [label]   (lookup vs index switch)
 * Apparently bison has a %pure_parser option.  Maybe useful for AsmParser
 
 * Implement the following derived types:





More information about the llvm-commits mailing list