Changes in directory llvm/include/llvm/Target:
TargetMachOWriterInfo.h updated: 1.3 -> 1.4
---
Log message:
More Mach-O writer improvements.
---
Diffs of the changes: (+2 -1)
TargetMachOWriterInfo.h |3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/Targ
Changes in directory llvm/include/llvm/Target:
TargetMachOWriterInfo.h updated: 1.2 -> 1.3
---
Log message:
Added GetTargetRelocation method.
---
Diffs of the changes: (+10 -1)
TargetMachOWriterInfo.h | 11 ++-
1 files changed, 10 insertions(+), 1 deletion(-)
Index: llvm/includ
Changes in directory llvm/include/llvm/Target:
TargetMachOWriterInfo.h updated: 1.1 -> 1.2
---
Log message:
Make ivars private and use getters. Have the MachOWriter return "Mach-O
Writer" for the pass name.
---
Diffs of the changes: (+4 -5)
TargetMachOWriterInfo.h |9 -
1 files
Changes in directory llvm/include/llvm/Target:
TargetMachOWriterInfo.h added (r1.1)
---
Log message:
New "TargetMachOWriterInfo" class. It holds target-specific information
that the MachOWriter needs in order to do its writing stuff 'n things.
---
Diffs of the changes: (+103 -0)
TargetMach