Age | Commit message (Expand) | Author |
2013-03-09 | Remove unneeded const_cast. | Jakub Staszak |
2013-03-09 | Use forward declaration instead of #include. | Jakub Staszak |
2013-02-13 | Metadata for annotating loops as parallel. The first consumer for this | Pekka Jaaskelainen |
2013-02-09 | Remove unneeded #includes. | Jakub Staszak |
2013-02-09 | Remove #includes from the commonly used LoopInfo.h. | Jakub Staszak |
2013-01-10 | Fix include guards so they exactly match file names. | Jakub Staszak |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-09-17 | Mark unimplemented copy constructors and copy assignment operators as LLVM_DE... | Craig Topper |
2012-06-26 | Enable the new LoopInfo algorithm by default. | Andrew Trick |
2012-06-20 | Add "extern template" declarations now that we use explicit instantiation. | Andrew Trick |
2012-06-20 | Remove 'static' from inline functions defined in header files. | Chandler Carruth |
2012-06-20 | A new algorithm for computing LoopInfo. Temporarily disabled. | Andrew Trick |
2012-06-20 | Move the implementation of LoopInfo into LoopInfoImpl.h. | Andrew Trick |
2012-04-10 | Fix 12513: Loop unrolling breaks with indirect branches. | Andrew Trick |
2012-03-30 | Handle unreachable code in the dominates functions. This changes users when | Rafael Espindola |
2012-03-24 | Use the isReachableFromEntry method. | Rafael Espindola |
2012-01-04 | Simplify more DenseMap.find users. | Benjamin Kramer |
2011-11-28 | Remove the temporary flag -disable-unroll-scev and dead code. | Andrew Trick |
2011-11-09 | Enhance verifyLoop so that it can reliably verify that every block in a loop ... | Eli Friedman |
2011-08-26 | LoopInfo::updateUnloop fix, and verify Block->Loop maps. | Andrew Trick |
2011-08-10 | Reapplying r136844. | Andrew Trick |
2011-08-10 | Cleanup. Avoid relying on specialization of std::distance. | Andrew Trick |
2011-08-10 | Fix the LoopUnroller to handle nontrivial loops and partial unrolling. | Andrew Trick |
2011-08-04 | Reverting r136884 updateUnloop, which crashed a linux builder. | Andrew Trick |
2011-08-03 | An algorithm for incrementally updating LoopInfo within a | Andrew Trick |
2011-08-03 | whitespace | Andrew Trick |
2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner |
2010-12-28 | Small optimization to speed up replacementPreservesLCSSAForm. | Duncan Sands |
2010-11-30 | Change the basic block map in LoopInfo from a std::map to a DenseMap. This is... | Cameron Zwarich |
2010-11-19 | Simplify, no functionality change. | Duncan Sands |
2010-11-18 | Factor code for testing whether replacing one value with another | Duncan Sands |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-09-06 | pull a simple method out of LICM into a new | Chris Lattner |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-23 | Eliminate getCanonicalInductionVariableIncrement's last user and | Dan Gohman |
2010-07-20 | Implement loop splitting analysis. | Jakob Stoklund Olesen |
2010-07-17 | Switched to array_pod_sort as per Chris's suggestion. | Lang Hames |
2010-07-17 | LoopSplitter - intended to split live intervals over loop boundaries. | Lang Hames |
2010-07-09 | two more cases of reuse result of operator*, found by inspection | Gabor Greif |
2010-07-09 | another case of reuse result of operator*, it is expensive to recompute | Gabor Greif |
2010-07-09 | reuse result of operator*, it is expensive to recompute | Gabor Greif |
2010-06-22 | Split out the code for finding a unique loop predecessor from | Dan Gohman |
2010-03-10 | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman |
2010-02-22 | Rename a variable to avoid a -Wshadow warning. | Dan Gohman |
2010-02-09 | Mention IndVarSimplify in the comment by getSmallConstantTripCount, as | Dan Gohman |
2010-01-05 | Restore dump() methods to Loop and MachineLoop. | Dan Gohman |
2009-12-23 | Remove dump routine and the associated Debug.h from a header. Patch up | David Greene |
2009-12-23 | Convert debug messages to use dbgs(). Generally this means | David Greene |