summaryrefslogtreecommitdiff
path: root/lib/Analysis/LoadValueNumbering.cpp
Commit message (Expand)AuthorAge
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15
* Use find instead of lower_bound.Dan Gohman2008-07-11
* transform more loops to iterator form, detabifyGabor Greif2008-05-22
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Restore isCFGOnly property of various analysis passes.Devang Patel2008-03-20
* PassInfo keep tracks whether a pass is an analysis pass or not.Devang Patel2008-03-19
* Do not use virtual function to identify an analysis pass.Devang Patel2008-03-19
* Identify Analysis pass.Devang Patel2008-03-18
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Integrate the readonly/readnone logic more deeplyDuncan Sands2007-12-01
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* Use DominatorTree instead of ETForest.Devang Patel2007-06-07
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Remove use of Instruction::getNextChris Lattner2007-04-17
* Expunge DomSet from LoadValueNumbering. This is part of the continuingOwen Anderson2007-04-07
* Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduceReid Spencer2007-02-05
* simplify AnalysisGroup registration, eliminating one typeid call.Chris Lattner2006-08-28
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* 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