llvm-6502/lib
Shuxin Yang d2eaf45af4 Fix a problem in alias analysis. It is about the misinterpretation of "Object".
This problem is exposed by r171325 which is already reverted. It is rather
hard to fabricate a testing case without it.

r171325 should *NOT* be resurrected as it has a potential problem although 
this problem dosen't directly contribute to PR14988.

The bug is tracked by:
  - rdar://13063553, and
  - http://llvm.org/bugs/show_bug.cgi?id=14988

Thank Arnold for coming up a better solution to this problem. After
comparing this solution and my original proposal, I decided to ditch mine.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176225 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-28 00:24:45 +00:00
..
Analysis Fix a problem in alias analysis. It is about the misinterpretation of "Object". 2013-02-28 00:24:45 +00:00
Archive
AsmParser
Bitcode
CodeGen Remove unnecessary check against isGlobalVariable. We check it 2013-02-27 23:49:50 +00:00
DebugInfo
ExecutionEngine
IR
Linker
MC
Object
Option
Support
TableGen
Target ARM: FMA is legal only if VFP4 is available. 2013-02-27 21:31:12 +00:00
Transforms LoopVectorize: Vectorize math builtin calls. 2013-02-27 15:24:19 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile