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

2007-04-21 Thread Jeff Cohen
Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.12 - 1.13 --- Log message: Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. --- Diffs of the changes: (+1 -1) MachineRelocation.h |2 +- 1 files changed, 1

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

2007-04-21 Thread Reid Spencer
Jeff, On Sat, 2007-04-21 at 11:29 -0500, Jeff Cohen wrote: Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.12 - 1.13 --- Log message: Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. --- Diffs of the

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

2007-04-21 Thread Jeff Cohen
Reid Spencer wrote: Jeff, On Sat, 2007-04-21 at 11:29 -0500, Jeff Cohen wrote: Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.12 - 1.13 --- Log message: Make enum-valued bitfield large enough to avoid interpretation as negative values in VC++. --- Diffs

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

2006-07-27 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.10 - 1.11 --- Log message: Add basic block machine relocation. --- Diffs of the changes: (+35 -5) MachineRelocation.h | 40 +++- 1 files changed, 35 insertions(+), 5

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

2006-06-22 Thread Evan Cheng
Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.9 - 1.10 --- Log message: Added jump table address relocation. --- Diffs of the changes: (+35 -4) MachineRelocation.h | 39 +++ 1 files changed, 35 insertions(+), 4

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

2006-05-03 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: MachineRelocation.h updated: 1.8 - 1.9 --- Log message: Change from using MachineRelocation ctors to using static methods in MachineRelocation to create Relocations. --- Diffs of the changes: (+46 -19) MachineRelocation.h | 65