| Commit message (Expand) | Author | Age | Files | Lines |
| * | CallGraphSCC passes implicity require CallGraph analysis. | Owen Anderson | 2010-10-13 | 5 | -4/+17 |
| * | Fix PR8313 by changing ValueToValueMap use a TrackingVH. | Rafael Espindola | 2010-10-13 | 2 | -8/+14 |
| * | Be more consistent in using ValueToValueMapTy. | Rafael Espindola | 2010-10-13 | 6 | -22/+21 |
| * | Begin adding static dependence information to passes, which will allow us to | Owen Anderson | 2010-10-12 | 23 | -25/+145 |
| * | Now using a variant of the existing inlining heuristics to decide whether to ... | Kenneth Uildriks | 2010-10-09 | 1 | -40/+50 |
| * | Filter out illegal formulae after updating offsets, not before, so that | Dan Gohman | 2010-10-08 | 1 | -18/+18 |
| * | Update CMake. | Daniel Dunbar | 2010-10-08 | 1 | -1/+0 |
| * | Delete the FormulaSorter class and inline its one method into its | Dan Gohman | 2010-10-07 | 1 | -28/+10 |
| * | Fix a spello. | Dan Gohman | 2010-10-07 | 1 | -1/+1 |
| * | Charge a formula for explicit multiplies on scaled registers too, | Dan Gohman | 2010-10-07 | 1 | -3/+3 |
| * | Use size_t for consistency. | Dan Gohman | 2010-10-07 | 1 | -1/+1 |
| * | When merging one use into another, transfer the offsets from | Dan Gohman | 2010-10-07 | 1 | -0/+8 |
| * | Fix LSR to keep the RegUseTracker up to date when combining users. | Dan Gohman | 2010-10-07 | 1 | -8/+19 |
| * | Remove LoopIndexSplit pass. It is neither maintained nor used by anyone. | Devang Patel | 2010-10-07 | 2 | -1275/+0 |
| * | Now with fewer extraneous semicolons! | Owen Anderson | 2010-10-07 | 61 | -69/+69 |
| * | Add initialization routines for Instrumentation. | Owen Anderson | 2010-10-07 | 2 | -0/+32 |
| * | Add initialization routines to InstCombine. | Owen Anderson | 2010-10-07 | 1 | -0/+9 |
| * | Add an initialization routine for libLLVMipo.a | Owen Anderson | 2010-10-07 | 1 | -2/+37 |
| * | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson | 2010-10-07 | 3 | -2/+83 |
| * | Move the pass initialization helper functions into the llvm namespace, and add | Owen Anderson | 2010-10-07 | 1 | -3/+2 |
| * | Since the Hello pass is built as a loadable dynamic library, don't try to con... | Owen Anderson | 2010-10-07 | 1 | -4/+3 |
| * | Now that the profitable bits of EnableFullLoadPRE have been enabled by defaul... | Owen Anderson | 2010-10-01 | 1 | -8/+6 |
| * | Fix the other half of the alignment changing issue by making sure that the | Eric Christopher | 2010-10-01 | 1 | -3/+8 |
| * | fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. | Chris Lattner | 2010-10-01 | 1 | -1/+6 |
| * | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 2 | -2/+10 |
| * | We do want to allow LoadPRE to perform LICM-like transformations: we already ... | Owen Anderson | 2010-09-30 | 1 | -13/+0 |
| * | Try again to disable critical edge splitting in CodeGenPrepare. | Jakob Stoklund Olesen | 2010-09-30 | 1 | -1/+5 |
| * | Tighten up prototype verification of strchr and strrchr to avoid a crash in t... | Benjamin Kramer | 2010-09-30 | 1 | -2/+4 |
| * | Add constant folding for strspn and strcspn to SimplifyLibCalls. | Benjamin Kramer | 2010-09-30 | 1 | -9/+64 |
| * | Add strpbrk folding to SimplifyLibCalls. | Benjamin Kramer | 2010-09-29 | 1 | -7/+42 |
| * | Simplify the loop in StrChrOptimizer. FileCheckize test. | Benjamin Kramer | 2010-09-29 | 1 | -11/+4 |
| * | Teach SimplifyLibCalls how to optimize strrchr. | Benjamin Kramer | 2010-09-29 | 1 | -6/+44 |
| * | Fix PR8247: JumpThreading can cause a block to become unreachable while still... | Owen Anderson | 2010-09-29 | 1 | -4/+4 |
| * | Revert r114919, which caused some serious regressions on ARM. | Owen Anderson | 2010-09-29 | 1 | -6/+1 |
| * | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes | 2010-09-28 | 4 | -7/+0 |
| * | Weight loop unrolling counts by nesting depth. Unrolling deeply nested loops ... | Owen Anderson | 2010-09-27 | 1 | -1/+6 |
| * | Revert "Disable codegen prepare critical edge splitting. Machine instruction ... | Jakob Stoklund Olesen | 2010-09-27 | 1 | -5/+1 |
| * | Delete an unused function. | Dan Gohman | 2010-09-27 | 1 | -2/+0 |
| * | LoadPRE was not properly checking that the load it was PRE'ing post-dominated... | Owen Anderson | 2010-09-25 | 1 | -1/+7 |
| * | If we're changing the source of a memcpy we need to use the alignment | Eric Christopher | 2010-09-25 | 1 | -3/+5 |
| * | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 1 | -9/+10 |
| * | Fix llvm-extract so that it changes the linkage of all GlobalValues to | Bob Wilson | 2010-09-23 | 1 | -16/+14 |
| * | Disable codegen prepare critical edge splitting. Machine instruction passes now | Evan Cheng | 2010-09-23 | 1 | -1/+5 |
| * | When moving zext/sext to be folded with a load, ignore the issue of whether | Bob Wilson | 2010-09-22 | 1 | -1/+2 |
| * | Move a sign-extend or a zero-extend of a load to the same basic block as the | Bob Wilson | 2010-09-21 | 1 | -1/+2 |
| * | Clarify a comment. | Bob Wilson | 2010-09-21 | 1 | -1/+1 |
| * | do not rely on the implicit-dereference semantics of dyn_cast_or_null | Gabor Greif | 2010-09-18 | 1 | -1/+1 |
| * | do not rely on the implicit-dereference semantics of dyn_cast_or_null | Gabor Greif | 2010-09-18 | 1 | -4/+4 |
| * | Use a depth-first iteratation in CorrelatedValuePropagation to avoid wasting ... | Owen Anderson | 2010-09-16 | 1 | -2/+6 |
| * | When substituting sunkaddrs into indirect arguments an asm, we were | Dale Johannesen | 2010-09-16 | 1 | -2/+4 |