aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/LoadValueNumbering.cpp
Commit message (Expand)AuthorAgeFilesLines
* Implement test/Regression/Transforms/GCSE/undefined_load.llChris Lattner2004-04-031-0/+14
* Add some missing functions. Make sure to handle calls together in case theChris Lattner2004-03-161-1/+1
* Implement CSE of call instructions in the most trivial case. This implementsChris Lattner2004-03-151-11/+139
* In a "seeing the forest through the trees" kinda situation, I realized that aChris Lattner2004-02-051-227/+230
* This is a big diff with no functionality change. We just reorder some code,Chris Lattner2004-02-051-73/+60
* finegrainify namespacificationChris Lattner2004-02-051-5/+2
* Fixed Chris' typo.Tanya Lattner2004-02-051-1/+1
* Implement optimizations for handling large basic blocks.Chris Lattner2004-02-051-29/+77
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fixed spelling and grammar.Misha Brukman2003-09-111-2/+2
* 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