llvm-6502/lib
Hal Finkel 3d39fb8a3f DataLayout should use itself when calculating the size of a vector.
This is important for vectors of pointers because only DataLayout,
not the underlying vector type, knows how to calculate the size
of the pointers in the vector. Fixes PR14138.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166401 91177308-0d34-0410-b5e6-96231b3b80d8
2012-10-21 20:38:03 +00:00
..
Analysis
Archive
AsmParser
Bitcode
CodeGen Don't crash when the Assignments vector is empty. 2012-10-21 19:05:03 +00:00
DebugInfo
ExecutionEngine
Linker
MC Symbol hygiene: Make sure declarations and definitions match, make helper functions static. 2012-10-20 12:53:26 +00:00
Object
Support
TableGen
Target
Transforms Revert r166390 "LoopIdiom: Replace custom dependence analysis with LoopDependenceAnalysis." 2012-10-21 19:31:16 +00:00
VMCore DataLayout should use itself when calculating the size of a vector. 2012-10-21 20:38:03 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile