llvm-6502/include
Jim Grosbach 4861ed60ac Better handle alignment requirements for local objects in pre-regalloc frame
mapping. Have the local block track its alignment requirement, and then
apply that when the block itself is allocated. Previously, offsets could
get adjusted in PEI to be different, relative to one another, than the
block allocation thought they would be, which defeats the point of doing
the allocation this way. Continuing rdar://8277890

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111197 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-16 22:30:41 +00:00
..
llvm Better handle alignment requirements for local objects in pre-regalloc frame 2010-08-16 22:30:41 +00:00
llvm-c Make it possible to set the cpu used for codegen. 2010-08-11 00:15:13 +00:00