llvm-6502/lib/Transforms
Eric Christopher 6fde0bd39b When we promote a load of an argument make sure to take the alignment
of the previous load - it's usually important.  For example, we don't want
to blindly turn an unaligned load into an aligned one.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99699 91177308-0d34-0410-b5e6-96231b3b80d8
2010-03-27 01:54:00 +00:00
..
Hello Prune #includes. 2010-03-01 17:42:17 +00:00
InstCombine Fix an incorrect logic causing instcombine to miss some _chk -> non-chk transformations. 2010-03-23 06:06:09 +00:00
Instrumentation Uniformize the names of type predicates: rather than having isFloatTy and 2010-02-15 16:12:20 +00:00
IPO When we promote a load of an argument make sure to take the alignment 2010-03-27 01:54:00 +00:00
Scalar Ignore debug intrinsics in yet more places. 2010-03-26 00:33:27 +00:00
Utils rename pred_const_iterator to const_pred_iterator for consistency's sake 2010-03-25 23:25:28 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00