Age | Commit message (Expand) | Author |
2010-10-19 | Reapply r116831 and r116839, converting AliasAnalysis to use | Dan Gohman |
2010-10-19 | Revert r116831 and r116839, which are breaking selfhost builds. | Dan Gohman |
2010-10-19 | Passes do not need to recursively initialize passes that they preserve, if | Owen Anderson |
2010-10-19 | Oops, check in all the files for converting AliasAnalysis to | Dan Gohman |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-19 | Consistently use AliasAnalysis::UnknownSize instead of hardcoding ~0u. | Dan Gohman |
2010-10-18 | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman |
2010-10-16 | Eliminate some calls to Value::getNameStr. | Benjamin Kramer |
2010-10-15 | Generalize MemCpyOpt's handling of call slot forwarding to function properly ... | Owen Anderson |
2010-10-13 | Be more consistent in using ValueToValueMapTy. | Rafael Espindola |
2010-10-12 | Begin adding static dependence information to passes, which will allow us to | Owen Anderson |
2010-10-08 | Filter out illegal formulae after updating offsets, not before, so that | Dan Gohman |
2010-10-08 | Update CMake. | Daniel Dunbar |
2010-10-07 | Delete the FormulaSorter class and inline its one method into its | Dan Gohman |
2010-10-07 | Fix a spello. | Dan Gohman |
2010-10-07 | Charge a formula for explicit multiplies on scaled registers too, | Dan Gohman |
2010-10-07 | Use size_t for consistency. | Dan Gohman |
2010-10-07 | When merging one use into another, transfer the offsets from | Dan Gohman |
2010-10-07 | Fix LSR to keep the RegUseTracker up to date when combining users. | Dan Gohman |
2010-10-07 | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-07 | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson |
2010-10-01 | Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul... | Owen Anderson |
2010-10-01 | Fix the other half of the alignment changing issue by making sure that the | Eric Christopher |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-30 | We do want to allow LoadPRE to perform LICM-like transformations: we already ... | Owen Anderson |
2010-09-30 | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen |
2010-09-30 | Tighten up prototype verification of strchr and strrchr to avoid a crash in t... | Benjamin Kramer |
2010-09-30 | Add constant folding for strspn and strcspn to SimplifyLibCalls. | Benjamin Kramer |
2010-09-29 | Add strpbrk folding to SimplifyLibCalls. | Benjamin Kramer |
2010-09-29 | Simplify the loop in StrChrOptimizer. FileCheckize test. | Benjamin Kramer |
2010-09-29 | Teach SimplifyLibCalls how to optimize strrchr. | Benjamin Kramer |
2010-09-29 | Fix PR8247: JumpThreading can cause a block to become unreachable while still... | Owen Anderson |
2010-09-29 | Revert r114919, which caused some serious regressions on ARM. | Owen Anderson |
2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
2010-09-27 | Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ... | Owen Anderson |
2010-09-27 | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen |
2010-09-27 | Delete an unused function. | Dan Gohman |
2010-09-25 | LoadPRE was not properly checking that the load it was PRE'ing post-dominated... | Owen Anderson |
2010-09-25 | If we're changing the source of a memcpy we need to use the alignment | Eric Christopher |
2010-09-23 | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng |
2010-09-22 | When moving zext/sext to be folded with a load, ignore the issue of whether | Bob Wilson |
2010-09-21 | Move a sign-extend or a zero-extend of a load to the same basic block as the | Bob Wilson |
2010-09-21 | Clarify a comment. | Bob Wilson |
2010-09-18 | do not rely on the implicit-dereference semantics of dyn_cast_or_null | Gabor Greif |
2010-09-18 | do not rely on the implicit-dereference semantics of dyn_cast_or_null | Gabor Greif |
2010-09-16 | Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ... | Owen Anderson |
2010-09-16 | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen |
2010-09-14 | Remove the option to disable LazyValueInfo in JumpThreading, as it is now | Owen Anderson |
2010-09-14 | fix PR8102, a case where we'd copyValue from a value that we already | Chris Lattner |