llvm-mirror/lib/Transforms
Bob Wilson 71bc5f0787 Preserve load alignment in instcombine transformations. I've been unable to
create a testcase where this matters.  The select+load transformation only
occurs when isSafeToLoadUnconditionally is true, and in those situations,
instcombine also changes the underlying objects to be aligned.  This seems
like a good idea regardless, and I've verified that it doesn't pessimize
the subsequent realignment.

llvm-svn: 94850
2010-01-29 22:39:21 +00:00
..
Hello make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
InstCombine Preserve load alignment in instcombine transformations. I've been unable to 2010-01-29 22:39:21 +00:00
Instrumentation make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
IPO Kill ModuleProvider and ghost linkage by inverting the relationship between 2010-01-27 20:34:15 +00:00
Scalar Revert my last couple of patches. They appear to have broken bison. 2010-01-29 21:16:24 +00:00
Utils Use uint64_t instead of unsigned for offsets and sizes. 2010-01-29 20:34:28 +00:00
Makefile move instcombine to its own library, it's past time. 2010-01-04 06:23:24 +00:00