Remove attribution from file headers, per discussion on llvmdev.
[oota-llvm.git] / lib / Analysis / LoadValueNumbering.cpp
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-06-07 Devang PatelUse DominatorTree instead of ETForest.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-17 Chris LattnerRemove use of Instruction::getNext
2007-04-07 Owen AndersonExpunge DomSet from LoadValueNumbering. This is part...
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2006-08-28 Chris Lattnersimplify AnalysisGroup registration, eliminating one...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-01-08 Chris LattnerFix a problem exposed by the et-forest work. Load...
2005-06-20 Andrew Lenharththe correct fix was to fix AliasAnalysis.getModRefInfo
2005-06-20 Andrew Lenharthprevent GCSE from forwarding stores to loads around...
2005-04-21 Misha BrukmanRemove trailing whitespace
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...