Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.149 -> 1.150
MachOWriter.cpp updated: 1.27 -> 1.28
---
Log message:
For PR1195: http://llvm.org/PR1195 :
Rename PackedType -> VectorType, ConstantPacked -> ConstantVector, and
PackedTyID -> VectorTyID. No functional changes.
---
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.148 -> 1.149
MachOWriter.cpp updated: 1.25 -> 1.26
---
Log message:
eliminate temporary vectors.
---
Diffs of the changes: (+5 -4)
AsmPrinter.cpp |5 +++--
MachOWriter.cpp |4 ++--
2 files changed, 5 insertions(+), 4
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.146 -> 1.147
MachOWriter.cpp updated: 1.24 -> 1.25
---
Log message:
Privatize StructLayout::MemberOffsets, adding an accessor
---
Diffs of the changes: (+4 -3)
AsmPrinter.cpp |4 ++--
MachOWriter.cpp |3 ++-
2 files
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.132 -> 1.133
MachOWriter.cpp updated: 1.11 -> 1.12
---
Log message:
For PR1064: http://llvm.org/PR1064 :
Implement the arbitrary bit-width integer feature. The feature allows
integers of any bitwidth (up to 64) to be defined inste
Changes in directory llvm/lib/CodeGen:
AsmPrinter.cpp updated: 1.130 -> 1.131
MachOWriter.cpp updated: 1.10 -> 1.11
MachineDebugInfo.cpp updated: 1.67 -> 1.68
---
Log message:
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
---
Diffs of the changes: (+5 -5)
AsmPrinter.cpp |4 ++--