llvm-6502/lib/Transforms
Hal Finkel 86f4f6526b Fix comparisons of alloca alignment in inliner merging
Duncan pointed out a mistake in my fix in r186425 when only one of the allocas
being compared had the target-default alignment. This is essentially his
suggested solution. Thanks!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186510 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-17 14:32:41 +00:00
..
Hello
InstCombine Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). 2013-07-15 04:27:47 +00:00
Instrumentation Mark a method 'const' and another 'static'. 2013-07-17 03:54:53 +00:00
IPO Fix comparisons of alloca alignment in inliner merging 2013-07-17 14:32:41 +00:00
ObjCARC Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-14 04:42:23 +00:00
Scalar Add 'const' qualifiers to static const char* variables. 2013-07-16 01:17:10 +00:00
Utils Make SpecialCaseList match full strings, as documented, using anchors. 2013-07-16 17:56:07 +00:00
Vectorize SLPVectorizer: Accelerate the isConsecutive check by replacing the subtraction of the two values with a simple SCEV expression that adds the offset to one of the pointers that we compare. 2013-07-17 00:48:31 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile