Allow the specification of explicit alignments for constant pool entries.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 31 Jan 2006 22:23:14 +0000 (22:23 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 31 Jan 2006 22:23:14 +0000 (22:23 +0000)
commitb8973bd8f50d7321635e1e07b81a880a0828d185
tree452842927ad6a1c0969372cef9b984007ac68328
parent259e97cc725011a3c138563d421a4654b082a64c
Allow the specification of explicit alignments for constant pool entries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25855 91177308-0d34-0410-b5e6-96231b3b80d8
14 files changed:
include/llvm/CodeGen/MachineConstantPool.h
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
lib/CodeGen/AsmPrinter.cpp
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/ScheduleDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/IA64/IA64ISelDAGToDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/Sparc/SparcISelDAGToDAG.cpp
lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp
lib/Target/SparcV9/SparcV9AsmPrinter.cpp