llvm-6502/lib
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
..
Analysis ConstantFoldInstOperands can theoretically return null if it 2010-02-24 19:31:47 +00:00
Archive
AsmParser
Bitcode
CodeGen Make getTypeSizeInBits work correctly for array types; it should return 2010-02-24 22:05:23 +00:00
CompilerDriver Input files with empty suffixes must be passed to linker. 2010-02-23 09:05:21 +00:00
ExecutionEngine
Linker
MC This is the second patch to allow x86 code to be aligned with optimal nops. 2010-02-23 21:41:24 +00:00
Support Adding the MicroBlaze backend. 2010-02-23 19:15:24 +00:00
System
Target Make getTypeSizeInBits work correctly for array types; it should return 2010-02-24 22:05:23 +00:00
Transforms Reapply r97010, the speculative revert failed. 2010-02-24 08:48:04 +00:00
VMCore
Makefile