| Age | Commit message (Expand) | Author |
| 2010-02-12 | Reapply 95979, a compile-time speedup, now that the bug it exposed is fixed. | Dan Gohman |
| 2010-02-12 | Fix this code to avoid dereferencing an end() iterator in | Dan Gohman |
| 2010-02-12 | 1. modernize the constantmerge pass, using densemap/smallvector. | Chris Lattner |
| 2010-02-12 | Revert "Reverse the order for collecting the parts of an addrec. The order", it | Daniel Dunbar |
| 2010-02-12 | Reverse the order for collecting the parts of an addrec. The order | Dan Gohman |
| 2010-02-12 | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman |
| 2010-02-11 | Make sure that ConstantExpr offsets also aren't off of extern | Eric Christopher |
| 2010-02-11 | Rename ValueRequiresCast to ShouldOptimizeCast, to better reflect | Chris Lattner |
| 2010-02-11 | Make DSE only scan blocks that are reachable from the entry | Chris Lattner |
| 2010-02-11 | Make jump threading honor x|undef -> true and x&undef -> false, | Chris Lattner |
| 2010-02-11 | Add ConstantExpr handling to Intrinsic::objectsize lowering. | Eric Christopher |
| 2010-02-11 | Ignore dbg info intrinsics. | Devang Patel |
| 2010-02-10 | Strip new llvm.dbg.value intrinsic. | Devang Patel |
| 2010-02-10 | Fix "the the" and similar typos. | Dan Gohman |
| 2010-02-09 | Move Intrinsic::objectsize lowering back to InstCombineCalls and | Eric Christopher |
| 2010-02-09 | Pull these back out, they're a little too aggressive and time | Eric Christopher |
| 2010-02-09 | simplify this code, duh. | Chris Lattner |
| 2010-02-09 | fix PR6193, only considering sign extensions *from i1* for this | Chris Lattner |
| 2010-02-09 | Add file in here too. | Eric Christopher |
| 2010-02-09 | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher |
| 2010-02-08 | fix some problems handling large vectors reported in PR6230 | Chris Lattner |
| 2010-02-06 | Reintroduce the InlineHint function attribute. | Jakob Stoklund Olesen |
| 2010-02-05 | Don't unroll loops containing function calls. | Jakob Stoklund Olesen |
| 2010-02-05 | Teach SimplifyCFG about magic pointer constants. | Jakob Stoklund Olesen |
| 2010-02-05 | fix logical-select to invoke filecheck right, and fix hte instcombine | Chris Lattner |
| 2010-02-05 | Implement releaseMemory in CodeGenPrepare and free the BackEdges | Dan Gohman |
| 2010-02-05 | Use a SmallSetVector instead of a SetVector; this code showed up as a | Dan Gohman |
| 2010-02-05 | Remove this code for now. I have a better idea and will rewrite with | Eric Christopher |
| 2010-02-04 | Do not reassociate expressions with i1 type. SimplifyCFG converts some | Bob Wilson |
| 2010-02-04 | Increase inliner thresholds by 25. | Jakob Stoklund Olesen |
| 2010-02-04 | Temporarily revert this since it appears to have caused a build | Eric Christopher |
| 2010-02-04 | Rework constant expr and array handling for objectsize instcombining. | Eric Christopher |
| 2010-02-03 | If we're dealing with a zero-length array, don't lower to any | Eric Christopher |
| 2010-02-03 | Adjust the heuristics used to decide when SROA is likely to be profitable. | Bob Wilson |
| 2010-02-03 | Revert 94937 and move the noreturn check to codegen. | Evan Cheng |
| 2010-02-03 | Fix some comment typos. | Bob Wilson |
| 2010-02-03 | Recommit this, looks like it wasn't the cause. | Eric Christopher |
| 2010-02-02 | Hopefully temporarily revert this. | Eric Christopher |
| 2010-02-02 | Reformat my last patch slightly. | Eric Christopher |
| 2010-02-02 | Re-add strcmp and known size object size checking optimization. | Eric Christopher |
| 2010-02-02 | don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B | Chris Lattner |
| 2010-02-02 | fix a crash in loop unswitch on a loop invariant vector condition. | Chris Lattner |
| 2010-02-02 | LangRef.html says that inttoptr and ptrtoint always use zero-extension | Dan Gohman |
| 2010-02-02 | Don't need to check the last argument since it'll always be bool. We also | Eric Christopher |
| 2010-02-02 | More indentation/tabification fixes. | Eric Christopher |
| 2010-02-02 | Untabify previous commit. | Eric Christopher |
| 2010-02-01 | Formatting. | Eric Christopher |
| 2010-02-01 | Add an option to GVN to remove all partially redundant loads. This is currently | Bob Wilson |
| 2010-02-01 | cleanups. | Chris Lattner |
| 2010-02-01 | fix rdar://7590304, a miscompilation of objc apps on arm. The caller | Chris Lattner |