Dan Gohman c382bc3c0f Make getTypeSizeInBits work correctly for array types; it should return
the number of value bits, not the number of bits of allocation for in-memory
storage.

Make getTypeStoreSize and getTypeAllocSize work consistently for arrays and
vectors.

Fix several places in CodeGen which compute offsets into in-memory vectors
to use TargetData information.

This fixes PR1784.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@97064 91177308-0d34-0410-b5e6-96231b3b80d8
2010-02-24 22:05:23 +00:00
..
2010-01-12 18:29:23 +00:00
2010-01-23 01:19:28 +00:00
2010-02-13 02:06:10 +00:00
2010-02-15 22:03:29 +00:00
2010-01-02 00:22:15 +00:00
2010-01-12 04:52:47 +00:00
2010-01-05 17:55:26 +00:00
2009-12-16 00:53:11 +00:00
2010-01-19 21:51:51 +00:00
2010-01-23 01:19:28 +00:00
2010-01-04 21:23:34 +00:00
2010-01-18 21:38:44 +00:00
2009-12-15 03:00:32 +00:00