aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis
AgeCommit message (Expand)Author
2009-07-01Keep DIDescriptor methods together. Devang Patel
2009-07-01Use AA to check objects before LDA.Andreas Bolka
2009-07-01improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner
2009-06-30Minor code cleanups.Dan Gohman
2009-06-30Fix the build on Cygwin. Patch by Aaron Gray.Owen Anderson
2009-06-30Array accesses are independent if the underlying arrays differ.Andreas Bolka
2009-06-30Minor formatting, whitespace, and 80-column fixes.Dan Gohman
2009-06-29Use getSCEV instead of getUnknown to create a SCEV for aDan Gohman
2009-06-29Don't cache PHI exit values from exhaustive evaluations, becauseDan Gohman
2009-06-29Relax LDA memory instruction checks.Andreas Bolka
2009-06-29Call doInitialization(), releaseMemory(), and doFinalization() for on-the-fly...Torok Edwin
2009-06-29Simplify this code, and avoid using APInt(). This fixesDan Gohman
2009-06-29Missed one.Andreas Bolka
2009-06-29Fix case in LDA util function names.Andreas Bolka
2009-06-28Print pairwise dependence results, add testcases.Andreas Bolka
2009-06-28Minimal LDA interface, maximally conservative tester.Andreas Bolka
2009-06-28LDA analysis output scaffolding.Andreas Bolka
2009-06-27Eliminate a layer of indirection in LoopInfo and MachineLoopInfo.Dan Gohman
2009-06-27Convert ScalarEvolution to use BumpPtrAllocator and FoldingSet, insteadDan Gohman
2009-06-27Change SCEVExpander to use an IRBuilder to emit instructions.Dan Gohman
2009-06-26Incorporate the insertion point into the key of SCEVExpander's CSE map.Dan Gohman
2009-06-26Fix ScalarEvolution::getAddRecExpr's code which canonicalized theDan Gohman
2009-06-26Fix SCEVAddRecExpr::isLoopInvariant to test if all of its operandsDan Gohman
2009-06-26Fix linking of llvm-ld and lli with CMake, from Xerxes RÄnbyDouglas Gregor
2009-06-26Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprogramsDevang Patel
2009-06-25Use a more correct atomic increment style. This isn't really necessary inOwen Anderson
2009-06-24Make this thread-safe.Owen Anderson
2009-06-24Get rid of a static boolean.Owen Anderson
2009-06-24Scaffolding for LDA pass.Andreas Bolka
2009-06-24Get rid of the global CFGOnly flag by threading a ShortNames parameters throu...Owen Anderson
2009-06-24Minor whitespace cleanups.Dan Gohman
2009-06-24Simplify [su]max(MAX, n) to MAX. This comes up in loop tripcountDan Gohman
2009-06-24Delete some orphaned comments, fix some 80-column violations,Dan Gohman
2009-06-24Extend ScalarEvolution's multiple-exit support to compute exactDan Gohman
2009-06-24Teach GetMinSignBits about SCEVAddExprs.Dan Gohman
2009-06-24Move the special cases for constants out of getUnknown and intoDan Gohman
2009-06-24Use ScalarEvolution::getConstant instead of getUnknown to createDan Gohman
2009-06-24Include the maximum trip count expression in ScalarEvolution's print output.Dan Gohman
2009-06-24Add an isAllOnesValue utility function, similar to isZero and isOne.Dan Gohman
2009-06-23It is not a good idea to have data member's name match argument's name. In fa...Devang Patel
2009-06-23Use getReturnTypeName() to print return type.Devang Patel
2009-06-22Fix a bug in the trip-count computation with And/Or. If either of theDan Gohman
2009-06-22Remove unneeded #include.Owen Anderson
2009-06-22Fix a few minor issues that were exposed by the removal of SCEVHandle.Dan Gohman
2009-06-22Fix llvm::ComputeNumSignBits to handle pointer typesDan Gohman
2009-06-22Remove the parent pointer from SCEV, since it did not end up being needed.Owen Anderson
2009-06-22SCEVHandle is no more!Owen Anderson
2009-06-22Fix some typos that Duncan noticed.Dan Gohman
2009-06-22Banish global state from ScalarEvolution! SCEV uniquing is now done by table...Owen Anderson
2009-06-22Make use of getUMinFromMismatchedTypes when computing backedge-takenDan Gohman