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
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 o
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 insertio
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 deletio
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 deletion
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
Changes in directory llvm/include/llvm/CodeGen:
MachineRelocation.h updated: 1.7 -> 1.8
---
Log message:
Cleanup the internal implementation of MachineRelocation. No interface or
functionality changes.
---
Diffs of the changes: (+44 -36)
MachineRelocation.h | 80