| Age | Commit message (Expand) | Author |
| 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-19 | GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. | Mikhail Glushenkov |
| 2010-10-18 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-10-18 | Make AliasSetTracker TBAA-aware, enabling TBAA-enabled LICM. | Dan Gohman |
| 2010-10-18 | Transfer debug loc to lowered call. | Devang Patel |
| 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 | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson |
| 2010-10-13 | Fix PR8313 by changing ValueToValueMap use a TrackingVH. | Rafael Espindola |
| 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-09 | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks |
| 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 | Add initialization routines for Instrumentation. | Owen Anderson |
| 2010-10-07 | Add initialization routines to InstCombine. | Owen Anderson |
| 2010-10-07 | Add an initialization routine for libLLVMipo.a | Owen Anderson |
| 2010-10-07 | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson |
| 2010-10-07 | Move the pass initialization helper functions into the llvm namespace, and add | Owen Anderson |
| 2010-10-07 | Since the Hello pass is built as a loadable dynamic library, don't try to con... | 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-10-01 | fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. | Chris Lattner |
| 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-24 | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer |