Age | Commit message (Expand) | Author |
2009-08-23 | remove uses of llvm/Support/Streams.h. | Chris Lattner |
2009-08-23 | Change Pass::print to take a raw ostream instead of std::ostream, | Chris Lattner |
2009-08-23 | eliminate the std::ostream form of WriteAsOperand and update clients. | Chris Lattner |
2009-07-17 | Replace isTrapping with a new, similar method called | Eli Friedman |
2009-07-16 | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman |
2009-07-15 | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman |
2009-07-14 | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman |
2009-07-13 | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman |
2009-06-27 | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman |
2009-06-05 | Remove some unnecessary #includes. | Dan Gohman |
2009-05-01 | Change the description string of the LoopInfo pass. | Dan Gohman |
2008-12-18 | Remove dead comments. | Evan Cheng |
2008-05-06 | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman |
2008-03-20 | These passes preserve CFG. | Devang Patel |
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-11-27 | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson |
2007-11-15 | More templatization. | Owen Anderson |
2007-11-14 | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson |
2007-08-21 | Use SmallVector. | Devang Patel |
2007-08-21 | No need to hardcode SmallVector size. | Devang Patel |
2007-08-21 | Use SmallVector instead of std::vector. | Devang Patel |
2007-07-19 | Verify loop info. | Devang Patel |
2007-06-08 | Use DominatorTree instead of ETForest. | Devang Patel |
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-03-04 | Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector. | Chris Lattner |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-11-28 | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling |
2006-10-28 | add a method | Chris Lattner |
2006-08-29 | Do not rely on std::sort and std::erase to get list of unique | Devang Patel |
2006-08-27 | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner |
2006-08-12 | Make Loop::getExitBlocks significantly faster for large loops. Instead of | Chris Lattner |
2006-08-02 | Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. | Chris Lattner |
2006-06-13 | Update isLCSSAForm to handle PHI nodes specially for live-out detection. This | Owen Anderson |
2006-06-11 | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson |
2006-06-11 | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng |
2006-06-09 | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson |
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-02-14 | add an assert | Chris Lattner |
2006-01-14 | Change ET-Forest to automatically recalculate its DFSnum's if too many slow | Chris Lattner |
2006-01-11 | Switch loopinfo to using ETForest instead of DominatorSet to compute itself. | Chris Lattner |
2005-09-12 | Add a new getLoopLatch() method. | Chris Lattner |
2005-05-05 | Remove extra blank line | Misha Brukman |
2005-04-22 | Convert tabs to spaces | Misha Brukman |
2005-04-21 | Remove trailing whitespace | Misha Brukman |