llvm-6502/lib/Analysis
Chris Lattner 28c6cf22de Implement forwarding from stores to loads of must-aliased pointers.
This implements: GCSE/2003-06-13-LoadStoreEliminate.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6694 91177308-0d34-0410-b5e6-96231b3b80d8
2003-06-16 12:06:41 +00:00
..
DataStructure Eliminate unnecessary ->get calls that are now automatically handled. 2003-05-29 15:12:27 +00:00
IPA Fix bug: CBackend/2003-05-31-MissingStructName.ll 2003-05-31 23:30:52 +00:00
LiveVar Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly() 2003-05-27 00:06:48 +00:00
AliasAnalysis.cpp
AliasAnalysisCounter.cpp
AliasAnalysisEvaluator.cpp
AliasSetTracker.cpp Fix miscompilation in Fhourstones and bug: LICM/2003-05-02-LoadHoist.ll 2003-05-03 03:42:08 +00:00
BasicAliasAnalysis.cpp Be more robust in the face of undefined behavior. 2003-06-02 05:42:39 +00:00
ConstantRange.cpp
Expressions.cpp s/convertable/convertible/g 2003-05-20 18:45:36 +00:00
InductionVariable.cpp
InstCount.cpp
Interval.cpp
IntervalPartition.cpp
LoadValueNumbering.cpp Implement forwarding from stores to loads of must-aliased pointers. 2003-06-16 12:06:41 +00:00
LoopInfo.cpp Fix bug: Analysis/LoopInfo/2003-05-15-NestingProblem.ll 2003-05-15 18:03:51 +00:00
Makefile
PostDominators.cpp
PrintSCC.cpp
ValueNumbering.cpp