llvm-6502/lib/Transforms
Chris Lattner 503fc1c488 Fix LICM's memory promotion optimization to preserve TBAA tags when
promoting a store in a loop.  This was noticed when working on PR14753,
but isn't directly related.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171281 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-31 08:37:17 +00:00
..
Hello Use the new script to sort the includes of every file under lib. 2012-12-03 16:50:05 +00:00
InstCombine teach instcombine to preserve TBAA tag when merging two stores, part of 2012-12-31 08:10:58 +00:00
Instrumentation Remove the Function::getFnAttributes method in favor of using the AttributeSet 2012-12-30 10:32:01 +00:00
IPO convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumulateConstantOffset(). 2012-12-30 16:25:48 +00:00
Scalar Fix LICM's memory promotion optimization to preserve TBAA tags when 2012-12-31 08:37:17 +00:00
Utils Fix typo in comments 2012-12-24 08:52:53 +00:00
Vectorize Remove the Function::getFnAttributes method in favor of using the AttributeSet 2012-12-30 10:32:01 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile