aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoadValueNumbering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Spell `definitely' correctly.Misha Brukman2003-09-111-1/+1
* Fix bug: RLE-Preserve-Volatile.llChris Lattner2003-09-081-2/+6
* Spell `necessary' correctly.Misha Brukman2003-08-181-1/+1
* If the alias analysis algorithm we are using can provide MUST alias information,Chris Lattner2003-06-291-0/+5
* Implement forwarding from stores to loads of must-aliased pointers.Chris Lattner2003-06-161-14/+96
* Calculate and pass load sizes to the alias analysis infrastructureChris Lattner2003-02-261-8/+19
* Initial implementation of value numbering for load instructionsChris Lattner2002-08-301-0/+233