llvm-6502/lib
Duncan Sands 8556d2a7f1 BasicAliasAnalysis and FunctionAttrs were both
doing very similar pointer capture analysis.
Factor out the common logic.  The new version
is from FunctionAttrs since it does a better
job than the version in BasicAliasAnalysis


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62461 91177308-0d34-0410-b5e6-96231b3b80d8
2009-01-18 12:19:30 +00:00
..
Analysis BasicAliasAnalysis and FunctionAttrs were both 2009-01-18 12:19:30 +00:00
Archive
AsmParser
Bitcode use specialized accessor instead of plain getOperand(0) 2009-01-16 18:40:27 +00:00
CodeGen Simplify extract element based on comments from Duncan Sands. 2009-01-18 06:43:40 +00:00
Debugger
ExecutionEngine don't assert and die on out of range (undefined) shifts. This fixes 2009-01-16 20:17:02 +00:00
Linker
Support Support for multi-valued options in CommandLine 2009-01-16 22:54:19 +00:00
System
Target Extend thi 2009-01-17 07:40:19 +00:00
Transforms BasicAliasAnalysis and FunctionAttrs were both 2009-01-18 12:19:30 +00:00
VMCore
Makefile