implement Analysis/DSGraph/field-sensitive.ll
[oota-llvm.git] / lib / Analysis / LoadValueNumbering.cpp
2005-01-29 Chris LattnerDue to previous simplifications, we can simplify the...
2005-01-29 Chris LattnerProperly handle volatile.
2005-01-29 Chris LattnerRemove some useless map operations. Loads/stores that...
2005-01-29 Chris LattnerBefore doing expensive global analysis, check to make...
2005-01-29 Chris LattnerMinor simplification/speedup. Replaces a set lookup...
2005-01-29 Chris LattnerEliminate generality that is not buying us anything...
2005-01-29 Chris LattnerIf we see:
2004-12-15 Chris LattnerEliminate a virtual method call
2004-09-03 Alkis EvlogimenosFixes to make LLVM compile with vc7.1.
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-05-23 Chris LattnerImplement the interfaces to update value numbering...
2004-04-03 Chris LattnerImplement test/Regression/Transforms/GCSE/undefined_load.ll
2004-03-16 Chris LattnerAdd some missing functions. Make sure to handle calls...
2004-03-15 Chris LattnerImplement CSE of call instructions in the most trivial...
2004-02-05 Chris LattnerIn a "seeing the forest through the trees" kinda situat...
2004-02-05 Chris LattnerThis is a big diff with no functionality change. We...
2004-02-05 Chris Lattnerfinegrainify namespacification
2004-02-05 Tanya LattnerFixed Chris' typo.
2004-02-05 Chris LattnerImplement optimizations for handling large basic blocks.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-09-11 Misha BrukmanFixed spelling and grammar.
2003-09-11 Misha BrukmanSpell `definitely' correctly.
2003-09-08 Chris LattnerFix bug: RLE-Preserve-Volatile.ll
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-06-29 Chris LattnerIf the alias analysis algorithm we are using can provid...
2003-06-16 Chris LattnerImplement forwarding from stores to loads of must-alias...
2003-02-26 Chris LattnerCalculate and pass load sizes to the alias analysis...
2002-08-30 Chris LattnerInitial implementation of value numbering for load...