summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoadValueNumbering.cpp
Commit message (Expand)AuthorAge
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fixed spelling and grammar.Misha Brukman2003-09-11
* Spell `definitely' correctly.Misha Brukman2003-09-11
* Fix bug: RLE-Preserve-Volatile.llChris Lattner2003-09-08
* Spell `necessary' correctly.Misha Brukman2003-08-18
* If the alias analysis algorithm we are using can provide MUST alias information,Chris Lattner2003-06-29
* Implement forwarding from stores to loads of must-aliased pointers.Chris Lattner2003-06-16
* Calculate and pass load sizes to the alias analysis infrastructureChris Lattner2003-02-26
* Initial implementation of value numbering for load instructionsChris Lattner2002-08-30