summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoadValueNumbering.cpp
Commit message (Expand)AuthorAge
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke2004-07-27
* Implement the interfaces to update value numbering information. Add anChris Lattner2004-05-23
* Implement test/Regression/Transforms/GCSE/undefined_load.llChris Lattner2004-04-03
* Add some missing functions. Make sure to handle calls together in case theChris Lattner2004-03-16
* Implement CSE of call instructions in the most trivial case. This implementsChris Lattner2004-03-15
* In a "seeing the forest through the trees" kinda situation, I realized that aChris Lattner2004-02-05
* This is a big diff with no functionality change. We just reorder some code,Chris Lattner2004-02-05
* finegrainify namespacificationChris Lattner2004-02-05
* Fixed Chris' typo.Tanya Lattner2004-02-05
* Implement optimizations for handling large basic blocks.Chris Lattner2004-02-05
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* 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