add support for alignment attributes on load/store instructions
authorChristopher Lamb <christopher.lamb@gmail.com>
Sat, 21 Apr 2007 08:16:25 +0000 (08:16 +0000)
committerChristopher Lamb <christopher.lamb@gmail.com>
Sat, 21 Apr 2007 08:16:25 +0000 (08:16 +0000)
commit2330e4d4c4f8008d17f5a38ac0d7b04e139d4131
tree50e224364619b5ef673361d3c9535b97f75473a1
parent1b7f584fd81b4c0df42e06be79af7d7401d3b01d
add support for alignment attributes on load/store instructions

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36301 91177308-0d34-0410-b5e6-96231b3b80d8
19 files changed:
CREDITS.TXT
docs/BytecodeFormat.html
docs/LangRef.html
include/llvm/CodeGen/SelectionDAG.h
include/llvm/CodeGen/SelectionDAGNodes.h
include/llvm/Instructions.h
lib/AsmParser/llvmAsmParser.cpp.cvs
lib/AsmParser/llvmAsmParser.h.cvs
lib/AsmParser/llvmAsmParser.y
lib/AsmParser/llvmAsmParser.y.cvs
lib/Bytecode/Reader/Reader.cpp
lib/Bytecode/Writer/Writer.cpp
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instructions.cpp
test/Assembler/2007-04-20-AlignedLoad.ll [new file with mode: 0644]
test/Assembler/2007-04-20-AlignedStore.ll [new file with mode: 0644]