[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2007-04-25 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.65 -> 1.66 --- Log message: Change UsedPhysRegs from array bool to BitVector to save some space. Setting / getting its states now go through MachineFunction. --- Diffs of the changes: (+12 -20) MachineFunction.h |

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2007-02-14 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.64 -> 1.65 --- Log message: isPhysRegUsed should be const. --- Diffs of the changes: (+1 -1) MachineFunction.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/include/llvm/CodeGen/MachineFun

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2006-10-03 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.61 -> 1.62 --- Log message: Provide a function that ensures MBB numbering is dense and inorder. This can be used by MachineFunctionPasses who need this property. --- Diffs of the changes: (+8 -0) MachineFunction

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2006-08-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.59 -> 1.60 --- Log message: Constify some methods. Patch provided by Anton Vayvod, thanks! --- Diffs of the changes: (+5 -0) MachineFunction.h |5 + 1 files changed, 5 insertions(+) Index: llvm/include/

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2006-04-10 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.57 -> 1.58 --- Log message: Add helper methods. --- Diffs of the changes: (+2 -0) MachineFunction.h |2 ++ 1 files changed, 2 insertions(+) Index: llvm/include/llvm/CodeGen/MachineFunction.h diff -u llvm/inc

[llvm-commits] CVS: llvm/include/llvm/CodeGen/MachineFunction.h

2006-01-04 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineFunction.h updated: 1.56 -> 1.57 --- Log message: Move MachineDebugInfo to module level location. --- Diffs of the changes: (+0 -9) MachineFunction.h |9 - 1 files changed, 9 deletions(-) Index: llvm/include/llvm/CodeGen/