2009-02-27 |
Dan Gohman | Make LoopInfo::print() identify header, exit, and latch... |
blob | commitdiff | raw |
2009-02-18 |
Dan Gohman | Clarify the definition of "latch block" in a comment. |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Dan Gohman | Add a utility function to LoopInfo to return the exit... |
blob | commitdiff | raw | diff to current |
2009-02-07 |
Dan Gohman | Simplify some code by using blocks_begin(), blocks_end... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Gabor Greif | Simplify the logic of getting hold of a PHI predecessor... |
blob | commitdiff | raw | diff to current |
2009-01-14 |
Dale Johannesen | Fix the time regression I introduced in 464.h264ref... |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2008-08-14 |
Dan Gohman | Use empty() instead of begin() == end(). |
blob | commitdiff | raw | diff to current |
2008-07-11 |
Dan Gohman | Use find instead of lower_bound. |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dan Gohman | Add explicit keywords. |
blob | commitdiff | raw | diff to current |
2008-05-14 |
Dan Gohman | Move RemoveFromVector out of the global namespace. |
blob | commitdiff | raw | diff to current |
2008-05-14 |
Dan Gohman | Split the loop unroll mechanism logic out into a utilit... |
blob | commitdiff | raw | diff to current |
2008-05-06 |
Dan Gohman | Remove uses of llvm/System/IncludeFile.h that are no... |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Devang Patel | Remove unused function. |
blob | commitdiff | raw | diff to current |
2008-05-05 |
Evan Cheng | Fix more -Wshorten-64-to-32 warnings. |
blob | commitdiff | raw | diff to current |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-19 |
Devang Patel | Do not use virtual function to identify an analysis... |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Dale Johannesen | Get rid of compilation warnings. Per Devang. |
blob | commitdiff | raw | diff to current |
2008-03-18 |
Devang Patel | Identify Analysis pass. |
blob | commitdiff | raw | diff to current |
2008-03-09 |
Nick Lewycky | Update the block cloner which fixes bugpoint on code... |
blob | commitdiff | raw | diff to current |
2008-02-20 |
Anton Korobeynikov | Unbreak build with gcc 4.3: provide missed includes... |
blob | commitdiff | raw | diff to current |
2008-02-09 |
Wojciech Matyjewicz | Add a check if the initial value of the induction varia... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Dan Gohman | Add comments describing what the loop depth values... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Chris Lattner | Move typedef of loop to top of the file where it is... |
blob | commitdiff | raw | diff to current |
2008-01-11 |
Chris Lattner | Fix 80 col violations |
blob | commitdiff | raw | diff to current |
2008-01-04 |
Wojciech Matyjewicz | fix typo |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-12-01 |
Owen Anderson | Fixes for MachineLoopInfo, mostly from Evan. With... |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Owen Anderson | Add MachineLoopInfo. This is not yet tested. |
blob | commitdiff | raw | diff to current |
2007-11-27 |
Owen Anderson | Make LoopInfoBase more generic, in preparation for... |
blob | commitdiff | raw | diff to current |
2007-11-25 |
Anton Korobeynikov | Remove a leak. Destroy LoopInfoBase object. releaseMemo... |
blob | commitdiff | raw | diff to current |
2007-11-15 |
Owen Anderson | More templatization. |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Owen Anderson | Start the process of making MachineLoopInfo possible... |
blob | commitdiff | raw | diff to current |
2007-10-01 |
Dan Gohman | Add empty() member functions to a few container-like... |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Devang Patel | No need to hardcode SmallVector size. |
blob | commitdiff | raw | diff to current |
2007-08-21 |
Devang Patel | Use SmallVector instead of std::vector. |
blob | commitdiff | raw | diff to current |
2007-08-12 |
Reid Spencer | Change casts from old style to new style. This helps... |
blob | commitdiff | raw | diff to current |
2007-07-19 |
Devang Patel | Verify loop info. |
blob | commitdiff | raw | diff to current |
2007-06-08 |
Devang Patel | Use DominatorTree instead of ETForest. |
blob | commitdiff | raw | diff to current |
2007-05-06 |
Nick Lewycky | Fix typo in comment. |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Devang Patel | Drop 'const' |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Devang Patel | Use 'static const char' instead of 'static const int'. |
blob | commitdiff | raw | diff to current |
2007-05-01 |
Devang Patel | Do not use typeinfo to identify pass in pass manager. |
blob | commitdiff | raw | diff to current |
2006-12-17 |
Bill Wendling | Added an automatic cast to "std::ostream*" etc. from... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Bill Wendling | Support for llvm streams. |
blob | commitdiff | raw | diff to current |
2006-11-05 |
Jeff Cohen | Unbreak VC++ build. |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Chris Lattner | add a method |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Devang Patel | Do not rely on std::sort and std::erase to get list... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Owen Anderson | Re-commit the safe parts of my 6/9 patch. Still workin... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Evan Cheng | Back out Owen's 6/9 changes. They broke MultiSource... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Owen Anderson | Make Loop able to verify that it is in LCSSA-form,... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Reid Spencer | For PR780: |
blob | commitdiff | raw | diff to current |
2006-06-01 |
Reid Spencer | Change from using a stub function to a stub variable... |
blob | commitdiff | raw | diff to current |
2006-01-14 |
Chris Lattner | Change ET-Forest to automatically recalculate its DFSnu... |
blob | commitdiff | raw | diff to current |
2006-01-11 |
Chris Lattner | Switch loopinfo to using ETForest instead of DominatorS... |
blob | commitdiff | raw | diff to current |
2005-09-12 |
Chris Lattner | new method |
blob | commitdiff | raw | diff to current |
2005-06-29 |
Chris Lattner | Don't crash on a query where the block is not in any... |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Chris Lattner | fix compiler warning |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Reid Spencer | Some cleanups for compilation with GCC 4.0.0 to remove... |
blob | commitdiff | raw | diff to current |
2005-05-01 |
Tanya Lattner | Add accessor method, |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-03-06 |
Chris Lattner | new helper method |
blob | commitdiff | raw | diff to current |
2004-12-07 |
Reid Spencer | For PR387:\ |
blob | commitdiff | raw | diff to current |
2004-10-27 |
Chris Lattner | Convert 'struct' to 'class' in various places to adhere... |
blob | commitdiff | raw | diff to current |
2004-09-01 |
Reid Spencer | Changes For Bug 352 |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Chris Lattner | Eliminate a poorly conceived method |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Chris Lattner | * Improve file header comment |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Provide an interface that is more convenient for iterat... |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Add new method. |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Change the ExitBlocks list from being explicitly contai... |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Add a new method |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Chris Lattner | Allow clients to delete loops, add a new method |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Chris Lattner | Add some helpful methods |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Chris Lattner | Add some methods that are useful for updating loop... |
blob | commitdiff | raw | diff to current |
2004-01-30 |
Misha Brukman | Doxygenify comments. |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Chris Lattner | Improve encapsulation in the Loop and LoopInfo classes... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Chris Lattner | Standardize header file comments |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Chris Lattner | Fix bug: LoopPreheaders/2003-08-15-PreheadersFail.ll |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Chris Lattner | Add dump method for loops |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Chris Lattner | Add graph traits specializations for loop nesting infor... |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Chris Lattner | Add new Loop::hasExitBlock helper method |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Chris Lattner | Change behavior of changeExitBlock function to replace... |
blob | commitdiff | raw | diff to current |
2003-02-27 |
Chris Lattner | * LoopInfo now keeps track of exit blocks from the... |
blob | commitdiff | raw | diff to current |
2002-10-11 |
Misha Brukman | Added helper functions in LoopInfo: isLoopExit and... |
blob | commitdiff | raw | diff to current |
2002-09-26 |
Chris Lattner | - Fix bug in LoopInfo causing ParentLoop to be garbage |
blob | commitdiff | raw | diff to current |
2002-09-26 |
Chris Lattner | - Add new methods to LoopInfo: getLoopPreheader,... |
blob | commitdiff | raw | diff to current |
2002-09-25 |
Chris Lattner | Checkin stub for Misha to implement |
blob | commitdiff | raw | diff to current |
2002-08-26 |
Anand Shukla | Changed so it gets linked properly |
blob | commitdiff | raw | diff to current |
2002-08-21 |
Chris Lattner | - Do not expose ::ID from any of the analyses anymore. |
blob | commitdiff | raw | diff to current |
2002-07-27 |
Chris Lattner | * Standardize how analysis results/passes as printed... |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-07-26 |
Chris Lattner | *** empty log message *** |
blob | commitdiff | raw | diff to current |
2002-06-25 |
Chris Lattner | MEGAPATCH checkin. |
blob | commitdiff | raw | diff to current |
2002-06-03 |
Chris Lattner | Allow const bb's to be checked for containment in a... |
blob | commitdiff | raw | diff to current |
2002-04-29 |
Chris Lattner | Add new optional getPassName() virtual function that... |
blob | commitdiff | raw | diff to current |
next |