aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/LoadValueNumbering.cpp
AgeCommit message (Expand)Author
2004-09-03Fixes to make LLVM compile with vc7.1.Alkis Evlogimenos
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-07-27Make the create...() functions for some of these passes return a FunctionPass *.Brian Gaeke
2004-05-23Implement the interfaces to update value numbering information. Add anChris Lattner
2004-04-03Implement test/Regression/Transforms/GCSE/undefined_load.llChris Lattner
2004-03-16Add some missing functions. Make sure to handle calls together in case theChris Lattner
2004-03-15Implement CSE of call instructions in the most trivial case. This implementsChris Lattner
2004-02-05In a "seeing the forest through the trees" kinda situation, I realized that aChris Lattner
2004-02-05This is a big diff with no functionality change. We just reorder some code,Chris Lattner
2004-02-05finegrainify namespacificationChris Lattner
2004-02-05Fixed Chris' typo.Tanya Lattner
2004-02-05Implement optimizations for handling large basic blocks.Chris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-09-11Fixed spelling and grammar.Misha Brukman
2003-09-11Spell `definitely' correctly.Misha Brukman
2003-09-08Fix bug: RLE-Preserve-Volatile.llChris Lattner
2003-08-18Spell `necessary' correctly.Misha Brukman
2003-06-29If the alias analysis algorithm we are using can provide MUST alias information,Chris Lattner
2003-06-16Implement forwarding from stores to loads of must-aliased pointers.Chris Lattner
2003-02-26Calculate and pass load sizes to the alias analysis infrastructureChris Lattner
2002-08-30Initial implementation of value numbering for load instructionsChris Lattner