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

2007-04-27 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.26 - 1.27 --- Log message: Fix prolific source of 'possible loss of data' warnings. --- Diffs of the changes: (+1 -1) MachineFrameInfo.h |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2007-04-24 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.23 - 1.24 --- Log message: allow 64-bit stack objects --- Diffs of the changes: (+5 -5) MachineFrameInfo.h | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) Index:

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

2007-04-24 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.24 - 1.25 --- Log message: support 4G stack objects --- Diffs of the changes: (+6 -6) MachineFrameInfo.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) Index:

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

2007-04-24 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.25 - 1.26 --- Log message: support for 4G frames --- Diffs of the changes: (+2 -2) MachineFrameInfo.h |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

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

2007-04-04 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.22 - 1.23 --- Log message: Add isFixedObjectIndex. It returns true if the stack slot index is for a fixed stack object. --- Diffs of the changes: (+6 -0) MachineFrameInfo.h |6 ++ 1 files changed, 6

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

2006-11-17 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.20 - 1.21 --- Log message: Hopefully a good crack at making debugging work on intel -disable-fp-elim. --- Diffs of the changes: (+17 -1) MachineFrameInfo.h | 18 +- 1 files changed, 17

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

2006-08-25 Thread Jim Laskey
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.19 - 1.20 --- Log message: Tidy up. --- Diffs of the changes: (+10 -2) MachineFrameInfo.h | 12 ++-- 1 files changed, 10 insertions(+), 2 deletions(-) Index:

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

2006-05-23 Thread Vladimir Prus
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.17 - 1.18 --- Log message: Make class comment visible in Doxygen. --- Diffs of the changes: (+31 -28) MachineFrameInfo.h | 59 +++-- 1 files changed, 31

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

2006-04-04 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.15 - 1.16 --- Log message: Make sure to consider alignment of variable sized objects. This, along with the previous dag combiner fix, fixes CodeGen/Alpha/2006-04-04-zextload.ll --- Diffs of the changes: (+1 -0)

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

2005-11-06 Thread Nate Begeman
Changes in directory llvm/include/llvm/CodeGen: MachineFrameInfo.h updated: 1.12 - 1.13 --- Log message: Add the necessary support to the ISel to allow targets to codegen the new alignment information appropriately. Includes code for PowerPC to support fixed-size allocas with alignment larger