Age | Commit message (Expand) | Author |
2011-07-13 | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad |
2011-07-09 | stop using WriteTypeSymbolic. | Chris Lattner |
2011-07-05 | Preserve debug loc. | Devang Patel |
2011-07-01 | Teach IVUsers to stop at non-affine expressions unless they are both | Dan Gohman |
2011-07-01 | Improve constant folding of undef for cmp and select operators. | Dan Gohman |
2011-06-28 | Cleanup. Fix a stupid variable name. | Andrew Trick |
2011-06-28 | SCEVExpander: give new insts a name that identifies the reponsible pass. | Andrew Trick |
2011-06-28 | indvars --disable-iv-rewrite: sever ties with IVUsers. | Andrew Trick |
2011-06-27 | Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other | Nick Lewycky |
2011-06-24 | Fix struct member's scope. Patch by Xi Wang. | Devang Patel |
2011-06-23 | Calculate backedge probability correctly. | Jakub Staszak |
2011-06-23 | Missing files for the BlockFrequency analysis added. | Jakub Staszak |
2011-06-23 | Introduce BlockFrequency analysis for BasicBlocks. | Jakub Staszak |
2011-06-23 | Revert "revert 133714" | Rafael Espindola |
2011-06-23 | revert 133714 | Dylan Noblesmith |
2011-06-23 | 133713 broke the build, revert it. | Rafael Espindola |
2011-06-23 | Support: make floating-exception header private | Dylan Noblesmith |
2011-06-22 | New binops need debug loc. | Devang Patel |
2011-06-21 | IVUsers no longer needs to record the phis. | Andrew Trick |
2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
2011-06-18 | simplify some code. | Chris Lattner |
2011-06-18 | Simplify code. No functionality change. | Benjamin Kramer |
2011-06-16 | Introduce MachineBranchProbabilityInfo class, which has similar API to | Jakub Staszak |
2011-06-15 | Add a limit to the number of instructions memdep will scan in a single block.... | Eli Friedman |
2011-06-15 | Add "unknown" results for memdep, which mean "I don't know whether a dependen... | Eli Friedman |
2011-06-13 | Move class into an anonymous namespace. | Benjamin Kramer |
2011-06-11 | Branch profiling: floating-point avoidance. | Andrew Trick |
2011-06-10 | Initialize BasicAA's AliasCache to set it to use fewer buckets by | Dan Gohman |
2011-06-09 | Teach the CallGraph to ignore calls to intrinsics. | John McCall |
2011-06-04 | Reapply r131781, now that the GVN bug with partially-aliasing loads | Dan Gohman |
2011-06-04 | Disable the main feature of 130180, the elimination of loads that are | Dan Gohman |
2011-06-04 | Revert r131781 again. Apparently there is more going on here. | Dan Gohman |
2011-06-04 | Fold assert-only-used variable into the assert. | Nick Lewycky |
2011-06-04 | Missing include of climits in the new BranchProbability pass. | Andrew Trick |
2011-06-04 | New BranchProbabilityInfo analysis. Patch by Jakub Staszak! | Andrew Trick |
2011-06-04 | Reapply r131781 (revert r131809), now that some BasicAA shortcomings | Dan Gohman |
2011-06-04 | Fix BasicAA's recursion detection so that it doesn't pessimize | Dan Gohman |
2011-06-03 | When merging MustAlias and PartialAlias, chose PartialAlias instead | Dan Gohman |
2011-06-03 | Test commit. | Hans Wennborg |
2011-06-03 | A typedef's context is not the same as type's context. It is the context of t... | Devang Patel |
2011-06-02 | When marking a block as being unanalyzable, use "Clobber" on the terminator i... | Eli Friedman |
2011-06-01 | In MemoryDependenceAnalysis::getNonLocalPointerDepFromBB, if a given block is... | Eli Friedman |
2011-06-01 | SCEV: missing null check fix for r132360, dragonegg crash. | Andrew Trick |
2011-05-31 | scev: Better sign-extend removal. Normalize postincrement recurrences | Andrew Trick |
2011-05-31 | llvm.memcpy.* has two distinct associated address spaces; the source address ... | Eli Friedman |
2011-05-27 | Update this comment. | Dan Gohman |
2011-05-26 | Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. | Chad Rosier |
2011-05-24 | Change condition for determining whether a function is small for inlining met... | Eli Friedman |
2011-05-24 | Make DecomposeGEPExpression check SimplifyInstruction only | Dan Gohman |
2011-05-23 | fix a really nasty basicaa mod/ref calculation bug that was causing miscompil... | Chris Lattner |