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