| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace isTrapping with a new, similar method called | Eli Friedman | 2009-07-17 | 1 | -7/+2 |
* | Add an isLoopSimplifyForm() predicate, following the example of | Dan Gohman | 2009-07-16 | 1 | -0/+24 |
* | Make makeLoopInvariant report whether it made any changes or not, | Dan Gohman | 2009-07-15 | 1 | -4/+7 |
* | Introduce a new LoopInfo utility function makeLoopInvariant, which | Dan Gohman | 2009-07-14 | 1 | -1/+62 |
* | Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, | Dan Gohman | 2009-07-13 | 1 | -0/+178 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | Remove some unnecessary #includes. | Dan Gohman | 2009-06-05 | 1 | -1/+0 |
* | Change the description string of the LoopInfo pass. | Dan Gohman | 2009-05-01 | 1 | -1/+1 |
* | Remove dead comments. | Evan Cheng | 2008-12-18 | 1 | -3/+0 |
* | Remove uses of llvm/System/IncludeFile.h that are no longer needed. | Dan Gohman | 2008-05-06 | 1 | -3/+0 |
* | These passes preserve CFG. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | Restore isCFGOnly property of various analysis passes. | Devang Patel | 2008-03-20 | 1 | -1/+1 |
* | PassInfo keep tracks whether a pass is an analysis pass or not. | Devang Patel | 2008-03-19 | 1 | -1/+1 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T... | Owen Anderson | 2007-11-27 | 1 | -1/+1 |
* | More templatization. | Owen Anderson | 2007-11-15 | 1 | -230/+1 |
* | Start the process of making MachineLoopInfo possible by templating Loop. | Owen Anderson | 2007-11-14 | 1 | -396/+0 |
* | Use SmallVector. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | No need to hardcode SmallVector size. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Use SmallVector instead of std::vector. | Devang Patel | 2007-08-21 | 1 | -3/+3 |
* | Verify loop info. | Devang Patel | 2007-07-19 | 1 | -1/+12 |
* | Use DominatorTree instead of ETForest. | Devang Patel | 2007-06-08 | 1 | -9/+9 |
* | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 |
* | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 |
* | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+1 |
* | Speed up Loop::isLCSSAForm by using a hash table instead of a sorted vector. | Chris Lattner | 2007-03-04 | 1 | -9/+7 |
* | For PR950: | Reid Spencer | 2006-12-23 | 1 | -8/+10 |
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -1/+1 |
* | Removed some of the iostream #includes. Moved towards converting to using | Bill Wendling | 2006-11-28 | 1 | -2/+3 |
* | add a method | Chris Lattner | 2006-10-28 | 1 | -0/+20 |
* | Do not rely on std::sort and std::erase to get list of unique | Devang Patel | 2006-08-29 | 1 | -0/+53 |
* | Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. | Chris Lattner | 2006-08-27 | 1 | -1/+1 |
* | Make Loop::getExitBlocks significantly faster for large loops. Instead of | Chris Lattner | 2006-08-12 | 1 | -3/+9 |
* | Speed up Loop::isLCSSAForm by using a binary search and single-entry cache. | Chris Lattner | 2006-08-02 | 1 | -6/+14 |
* | Update isLCSSAForm to handle PHI nodes specially for live-out detection. This | Owen Anderson | 2006-06-13 | 1 | -1/+6 |
* | Re-commit the safe parts of my 6/9 patch. Still working on fixing the unsafe... | Owen Anderson | 2006-06-11 | 1 | -0/+16 |
* | Back out Owen's 6/9 changes. They broke MultiSource/Benchmarks/Prolangs-C/bis... | Evan Cheng | 2006-06-11 | 1 | -16/+0 |
* | Make Loop able to verify that it is in LCSSA-form, and have the LCSSA pass as... | Owen Anderson | 2006-06-09 | 1 | -0/+16 |
* | For PR780: | Reid Spencer | 2006-06-07 | 1 | -2/+3 |
* | Change from using a stub function to a stub variable for passing to the | Reid Spencer | 2006-06-01 | 1 | -1/+1 |
* | add an assert | Chris Lattner | 2006-02-14 | 1 | -1/+2 |
* | Change ET-Forest to automatically recalculate its DFSnum's if too many slow | Chris Lattner | 2006-01-14 | 1 | -2/+2 |
* | Switch loopinfo to using ETForest instead of DominatorSet to compute itself. | Chris Lattner | 2006-01-11 | 1 | -9/+9 |
* | Add a new getLoopLatch() method. | Chris Lattner | 2005-09-12 | 1 | -1/+25 |
* | Remove extra blank line | Misha Brukman | 2005-05-05 | 1 | -1/+0 |
* | Convert tabs to spaces | Misha Brukman | 2005-04-22 | 1 | -3/+3 |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -13/+13 |
* | For PR387:\ | Reid Spencer | 2004-12-07 | 1 | -1/+1 |
* | Convert code to compile with vc7.1. | Reid Spencer | 2004-09-15 | 1 | -3/+3 |
* | Fixes to make LLVM compile with vc7.1. | Alkis Evlogimenos | 2004-09-03 | 1 | -1/+1 |