summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoadValueNumbering.cpp
Commit message (Expand)AuthorAge
* Fix a problem exposed by the et-forest work. Load-vn needs these passes liveChris Lattner2006-01-08
* the correct fix was to fix AliasAnalysis.getModRefInfoAndrew Lenharth2005-06-20
* prevent GCSE from forwarding stores to loads around vaarg. This is uggly, an...Andrew Lenharth2005-06-20
* Remove trailing whitespaceMisha Brukman2005-04-21
* Due to previous simplifications, we can simplify the data structures beingChris Lattner2005-01-29
* Properly handle volatile.Chris Lattner2005-01-29
* Remove some useless map operations. Loads/stores that are in the sameChris Lattner2005-01-29
* Before doing expensive global analysis, check to make sure the pointer isChris Lattner2005-01-29
* Minor simplification/speedup. Replaces a set lookup with a pointer comparison.Chris Lattner2005-01-29
* Eliminate generality that is not buying us anything. In particular, thisChris Lattner2005-01-29
* If we see:Chris Lattner2005-01-29
* Eliminate a virtual method callChris Lattner2004-12-15
* Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos2004-09-03
* 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