1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

I actually got something done

llvm-svn: 20
This commit is contained in:
Chris Lattner 2001-06-08 21:29:35 +00:00
parent 33c5fbdc91
commit 9cc83bee2a

View File

@ -1,7 +1,5 @@
* Must update PHI node to have a pair between predecessor and value. * Must update PHI node to have a pair between predecessor and value.
* Enhance BB to make predecessor handling easier (to update PHI nodes) * Enhance BB to make predecessor handling easier (to update PHI nodes)
* Must add BB iterator to iterate depth first, and reverse depth first
* Move getBinaryOperator from Instruction to BinaryOperator
* Provide a pass that eliminates critical edges from the CFG * Provide a pass that eliminates critical edges from the CFG
* Provide a print hook to print out xvcg format files for vis * Provide a print hook to print out xvcg format files for vis
* I need to provide an option to the bytecode loader to ignore memory * I need to provide an option to the bytecode loader to ignore memory