Age | Commit message (Expand) | Author |
2008-08-15 | Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca... | Owen Anderson |
2008-06-05 | Update comments and documentation to reflect that GCSE and ValueNumbering are | Matthijs Kooijman |
2008-05-29 | convert another operand loop to iterator formulation | Gabor Greif |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-03-20 | Restore isCFGOnly property of various analysis passes. | Devang Patel |
2008-03-19 | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-10-29 | Add explicit keywords. | Dan Gohman |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-02-05 | Make classes in anonymous namespaces use VISIBILITY_HIDDEN to help reduce | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-20 | For PR950: | Reid Spencer |
2006-08-28 | simplify AnalysisGroup registration, eliminating one typeid call. | Chris Lattner |
2006-08-27 | eliminate RegisterOpt. It does the same thing as RegisterPass. | Chris Lattner |
2006-06-07 | For PR780: | Reid Spencer |
2006-06-01 | Change from using a stub function to a stub variable for passing to the | Reid Spencer |
2006-04-14 | Implement value #'ing for vector operations, implementing | Chris Lattner |
2006-02-04 | Value# select instructions, allowing -gcse to remove duplicates | Chris Lattner |
2005-04-21 | Remove trailing whitespace | Misha Brukman |
2005-01-08 | Add even more missing createXxxPass functions. | Jeff Cohen |
2004-12-23 | Wrap at 80 cols | Misha Brukman |
2004-12-23 | Try to speed up gccld hot spot in BasicVN::getEqualNumberNodes by making | Reid Spencer |
2004-03-25 | Minor efficiency improvement, finegrainify namespacification | Chris Lattner |
2004-02-11 | Simplify implementation, and probably speed things up too. | Chris Lattner |
2003-12-11 | IncludeFile hack to pull in BasicValueNumbering whenever ValueNumbering.h | Brian Gaeke |
2003-11-25 | Remove dead variable | Chris Lattner |
2003-11-11 | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke |
2003-10-20 | Added LLVM project notice to the top of every C++ source file. | John Criswell |
2003-09-11 | Fixed spelling and grammar. | Misha Brukman |
2002-10-31 | Use new isCommutative interface, which gives us SetEQ and SetNE for free. | Chris Lattner |
2002-09-25 | Convert BasicVN to be an ImmutablePass | Chris Lattner |
2002-08-30 | Minor cleanups so I can remove BasicValueNumbering.h | Chris Lattner |
2002-08-30 | initial implementation of ValueNumbering interface. | Chris Lattner |