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