| Age | Commit message (Expand) | Author |
| 2010-09-29 | Fix PR8247: JumpThreading can cause a block to become unreachable while still... | Owen Anderson |
| 2010-09-27 | Don't try to constant fold libm functions with non-finite arguments. | Jakob Stoklund Olesen |
| 2010-09-25 | LoadPRE was not properly checking that the load it was PRE'ing post-dominated... | Owen Anderson |
| 2010-09-24 | Be more precise when trying to XFAIL this tester: http://google1.osuosl.org:8... | Jakob Stoklund Olesen |
| 2010-09-18 | Attempt to XFAIL this test on arm-linux, which is inexplicably failing. | Dan Gohman |
| 2010-09-17 | Fix this test to avoid an "inexact" fold. | Dan Gohman |
| 2010-09-17 | Fix this test so that folding doesn't depend on a potentially | Dan Gohman |
| 2010-09-17 | Fix the folding of floating-point math library calls, like sin(infinity), | Dan Gohman |
| 2010-09-16 | Add missing RUN line to this test. | Owen Anderson |
| 2010-09-16 | It is possible, under specific circumstances involving ptrtoint ConstantExpr'... | Owen Anderson |
| 2010-09-16 | Fix PR8161, in which an unreachable loop causes recursive instruction simplif... | Owen Anderson |
| 2010-09-15 | fix PR8144, a bug where constant merge would merge globals marked | Chris Lattner |
| 2010-09-14 | Remove dead option from tests. | Owen Anderson |
| 2010-09-14 | fix PR8102, a case where we'd copyValue from a value that we already | Chris Lattner |
| 2010-09-13 | Add a reduced testcase for the infinite loop fixed in r113763. | Owen Anderson |
| 2010-09-13 | Re-apply r113679, which was reverted in r113720, which added a paid of new in... | Owen Anderson |
| 2010-09-12 | Revert 113679, it was causing an infinite loop in a testcase that I've sent | Eric Christopher |
| 2010-09-11 | Invert and-of-or into or-of-and when doing so would allow us to clear bits of... | Owen Anderson |
| 2010-09-10 | Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. | Benjamin Kramer |
| 2010-09-09 | Revert r113439, which relaxed the requirement that loops containing calls can... | Owen Anderson |
| 2010-09-08 | Relax the "don't unroll loops containing calls" rule. Instead, when a loop c... | Owen Anderson |
| 2010-09-08 | Generalize instcombine's support for combining multiple bit checks into a sin... | Owen Anderson |
| 2010-09-07 | Fix a serious performance regression introduced by r108687 on linux: | Chris Lattner |
| 2010-09-07 | rename test. | Chris Lattner |
| 2010-09-06 | fix PR8067, an over-aggressive assertion in LICM. | Chris Lattner |
| 2010-09-06 | Teach loop rotate to hoist trivially invariant instructions | Chris Lattner |
| 2010-09-05 | fix PR8063, a crash in globalopt in the malloc analysis code. | Chris Lattner |
| 2010-09-04 | Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedge | Dan Gohman |
| 2010-09-04 | fix a bug in my licm rewrite when a load from the promoted memory | Chris Lattner |
| 2010-09-03 | Propagate non-local comparisons. Fixes PR1757. | Owen Anderson |
| 2010-09-03 | Add support for simplifying a load from a computed value to a load from a glo... | Owen Anderson |
| 2010-09-03 | Add a test for PR4413, which was apparently fixed at some point in the past. | Owen Anderson |
| 2010-09-03 | Add PR number to test. | Owen Anderson |
| 2010-09-02 | more test cleanup | Chris Lattner |
| 2010-09-02 | remove some noise from tests. | Chris Lattner |
| 2010-09-02 | fix more AST updating bugs, correcting miscompilation in PR8041 | Chris Lattner |
| 2010-09-02 | Fix typo. I accidentally edited the wrong file before my last commit. | Owen Anderson |
| 2010-09-02 | Fix a bug in LazyValueInfo that CorrelatedValuePropagation exposed: In the LV... | Owen Anderson |
| 2010-09-02 | Print the number of uses of a function in the .ll since it can be informative | Duncan Sands |
| 2010-09-01 | deepen my MMX/SRoA hack to avoid hurting non-x86 codegen. | Chris Lattner |
| 2010-09-01 | Fix loop unswitching's assumption that a code path which either | Dan Gohman |
| 2010-09-01 | The output of opt -stats must be sent to stderr. Patch by NAKAMURA Takumi! | Bill Wendling |
| 2010-09-01 | add a gross hack to work around a problem that Argiris reported | Chris Lattner |
| 2010-09-01 | filecheckize | Chris Lattner |
| 2010-08-31 | licm is wasting time hoisting constant foldable operations, | Chris Lattner |
| 2010-08-31 | Merge 2010-08-31-InfiniteRecursion.ll into crash.ll. | Owen Anderson |
| 2010-08-31 | Add a test for the duplicated-conditional situation illutrated by PR5652. | Owen Anderson |
| 2010-08-31 | merge two tests. | Chris Lattner |
| 2010-08-31 | Manually reduce this testcase. | Owen Anderson |
| 2010-08-31 | merge two tests and convert to filecheck. | Chris Lattner |