Add support alignment of allocation instructions.
authorNate Begeman <natebegeman@mac.com>
Sat, 5 Nov 2005 09:21:28 +0000 (09:21 +0000)
committerNate Begeman <natebegeman@mac.com>
Sat, 5 Nov 2005 09:21:28 +0000 (09:21 +0000)
commit14b0529532904b9e5a1e34526b4a3209f3e5bc62
tree43e99ef7bb1cdfbb2828eea5617026f6d426e787
parentae4664a9f2da955c9d2a3f38b28f0a4395851ace
Add support alignment of allocation instructions.
Add support for specifying alignment and size of setjmp jmpbufs.

No targets currently do anything with this information, nor is it presrved
in the bytecode representation.  That's coming up next.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24196 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/llvm/Instructions.h
include/llvm/Transforms/Scalar.h
lib/AsmParser/Lexer.cpp
lib/AsmParser/Lexer.l
lib/AsmParser/llvmAsmParser.cpp
lib/AsmParser/llvmAsmParser.h
lib/AsmParser/llvmAsmParser.y
lib/Transforms/IPO/GlobalOpt.cpp
lib/Transforms/Scalar/InstructionCombining.cpp
lib/Transforms/Scalar/ScalarReplAggregates.cpp
lib/Transforms/Utils/LowerInvoke.cpp
lib/VMCore/AsmWriter.cpp
lib/VMCore/Instructions.cpp