mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-22 07:32:48 +00:00
I actually got something done
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
760dfe6596
commit
daa6ae31c1
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user