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 |
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
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
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/
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
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/