llvm-6502/include
2008-04-16 09:46:40 +00:00
..
llvm Rewrite LiveVariable liveness computation. The new implementation is much simplified. It eliminated the nasty recursive routines and removed the partial def / use bookkeeping. There is also potential for performance improvement by replacing the conservative handling of partial physical register definitions. The code is currently disabled until live interval analysis is taught of the name scheme. 2008-04-16 09:46:40 +00:00
llvm-c Merge LLVMBuilder and FoldingBuilder, calling 2008-04-13 06:22:09 +00:00