llvm-6502/lib
Chris Lattner a04096580a teach DSE to use GetPointerBaseWithConstantOffset to analyze
may-aliasing stores that partially overlap with different base
pointers.  This implements PR6043 and the non-variable part of
PR8657


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120485 91177308-0d34-0410-b5e6-96231b3b80d8
2010-11-30 23:05:20 +00:00
..
Analysis move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h 2010-11-30 22:25:26 +00:00
Archive Merge System into Support. 2010-11-29 18:16:10 +00:00
AsmParser
Bitcode Generalize the darwin wrapper hack to work with generic macho triples as well as darwin ones. 2010-11-29 23:29:54 +00:00
CodeGen add TLI support indicating that jumps are more expensive than logical operations 2010-11-30 18:12:52 +00:00
CompilerDriver Now to chant the magical incantation that will exorcise the System library 2010-11-29 19:44:50 +00:00
ExecutionEngine Merge System into Support. 2010-11-29 18:16:10 +00:00
Linker Merge System into Support. 2010-11-29 18:16:10 +00:00
MC Merge System into Support. 2010-11-29 18:16:10 +00:00
Object Merge System into Support. 2010-11-29 18:16:10 +00:00
Support PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. 2010-11-30 09:02:01 +00:00
Target * Add support for encoding t_addrmode_s2 and t_addrmode_s1. They are the same as 2010-11-30 22:57:21 +00:00
Transforms teach DSE to use GetPointerBaseWithConstantOffset to analyze 2010-11-30 23:05:20 +00:00
VMCore Merge System into Support. 2010-11-29 18:16:10 +00:00
Makefile