Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.37 -> 1.38
MachOWriter.cpp updated: 1.26 -> 1.27
MachineFunction.cpp updated: 1.108 -> 1.109
---
Log message:
Generalize TargetData strings, to support more interesting forms of data.
Patch by Scott Michel.
---
Diffs of the chang
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.36 -> 1.37
MachOWriter.cpp updated: 1.23 -> 1.24
---
Log message:
Add function to create a file writer.
---
Diffs of the changes: (+28 -3)
ELFWriter.cpp | 16 +++-
MachOWriter.cpp | 15 +--
2 file
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.34 -> 1.35
MachOWriter.cpp updated: 1.16 -> 1.17
MachineFunction.cpp updated: 1.107 -> 1.108
---
Log message:
Teach TargetData to handle 'preferred' alignment for each target, and use
these alignment amounts to align scalars when
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.33 -> 1.34
MachOWriter.cpp updated: 1.15 -> 1.16
---
Log message:
Have the OutputBuffer take the is64Bit and isLittleEndian booleans.
---
Diffs of the changes: (+23 -14)
ELFWriter.cpp | 16 +---
MachOWriter.cpp
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.32 -> 1.33
MachOWriter.cpp updated: 1.14 -> 1.15
---
Log message:
Changed to use the OutputBuffer instead of the methods in MachO and ELF
writers.
---
Diffs of the changes: (+148 -126)
ELFWriter.cpp | 112 ++
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.31 -> 1.32
MachOWriter.cpp updated: 1.13 -> 1.14
---
Log message:
Revert patch.
---
Diffs of the changes: (+126 -156)
ELFWriter.cpp | 116 ---
MachOWriter.cpp | 166 +
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.30 -> 1.31
MachOWriter.cpp updated: 1.12 -> 1.13
---
Log message:
Use the methods in the TargetObjInfo object instead of internal methods.
---
Diffs of the changes: (+156 -126)
ELFWriter.cpp | 116 ++
Changes in directory llvm/lib/CodeGen:
ELFWriter.cpp updated: 1.27 -> 1.28
MachOWriter.cpp updated: 1.6 -> 1.7
---
Log message:
Match MachineCodeEmitter changes.
---
Diffs of the changes: (+2 -2)
ELFWriter.cpp |2 +-
MachOWriter.cpp |2 +-
2 files changed, 2 insertions(+), 2 delet