Age | Commit message (Expand) | Author |
2010-01-09 | Use WriteAsOperand instead of getName() to print loop header names, | Dan Gohman |
2010-01-09 | only factor from expressions whose uses are empty and whose | Chris Lattner |
2010-01-09 | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman |
2010-01-08 | Fix a critical bug in 64-bit atomic operation lowering for 32-bit. The result... | Evan Cheng |
2010-01-08 | teach instcombine to delete sign extending shift pairs (sra(shl X, C), C) when | Chris Lattner |
2010-01-08 | fix PR5978 by peeling the loop so that we avoid shifting the | Chris Lattner |
2010-01-08 | ReplaceAllUsesOfValueWith may delete other nodes that the one being replaced.... | Evan Cheng |
2010-01-07 | teach ComputeNumSignBits to look through PHI nodes. | Chris Lattner |
2010-01-07 | filecheckize | Chris Lattner |
2010-01-07 | Enhance instcombine to reason more strongly about promoting computation | Chris Lattner |
2010-01-07 | Fix rdar://7517201, a regression introduced by r92849. | Chris Lattner |
2010-01-07 | APInt'fy TargetLowering::SimplifySetCC to fix PR5963. | Evan Cheng |
2010-01-07 | Use separate namespace for named metadata. | Devang Patel |
2010-01-07 | fix a globalopt crash on 'bullet' (handling evaluation of a store | Chris Lattner |
2010-01-07 | Fix a minor regression from my dag combiner changes. One more place which nee... | Evan Cheng |
2010-01-07 | Add comments. | Jakob Stoklund Olesen |
2010-01-06 | Add Target hook to duplicate machine instructions. | Jakob Stoklund Olesen |
2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
2010-01-06 | Fix a README item: have functionattrs look through selects and | Duncan Sands |
2010-01-06 | Partially address a README by having functionattrs consider calls to | Duncan Sands |
2010-01-06 | This is testing a darwin specific feature, so only turn | Duncan Sands |
2010-01-06 | Teach instcombine's sext elimination logic to be more aggressive. | Chris Lattner |
2010-01-05 | Move this test from test/Transforms/IndVarSimplify to | Dan Gohman |
2010-01-05 | Don't assign the shift the same type as the variable being shifted. This could | Bill Wendling |
2010-01-05 | Re-add parsing of function-local metadata; this time with testcase. | Victor Hernandez |
2010-01-05 | more rearrangement and cleanup, fix my test failure. | Chris Lattner |
2010-01-05 | remove two trunc xforms that are subsumed by EvaluateInDifferentType. | Chris Lattner |
2010-01-05 | merge some tests. | Chris Lattner |
2010-01-05 | merge cast2 into cast.ll | Chris Lattner |
2010-01-05 | Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null} | Devang Patel |
2010-01-05 | remove useless test. | Chris Lattner |
2010-01-05 | another example. | Chris Lattner |
2010-01-05 | remove a useless negative test, add a rdar # to an xfail that I'm working on. | Chris Lattner |
2010-01-05 | clean up tests. | Chris Lattner |
2010-01-05 | just remove this xform which is subsumed by others. | Chris Lattner |
2010-01-05 | Add an !eq() operator to TableGen. It operates on strings only. | David Greene |
2010-01-05 | optimize comparisons against cttz/ctlz/ctpop, patch by Alastair Lynn! | Chris Lattner |
2010-01-05 | Delete useless trailing semicolons. | Dan Gohman |
2010-01-05 | If a scope has only one instruction then first instruction is also the last i... | Devang Patel |
2010-01-05 | optimize cttz and ctlz when we can prove something about the | Chris Lattner |
2010-01-05 | fix an infinite loop in reassociate building emacs. | Chris Lattner |
2010-01-05 | Remove dead debug info intrinsics. | Devang Patel |
2010-01-04 | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel |
2010-01-04 | Make this test more portable. | Dan Gohman |
2010-01-04 | Remove oversimplified test case. | Devang Patel |
2010-01-04 | Add some tests and update an existing test to reflect recent | Dan Gohman |
2010-01-04 | The test, derived from optimzed IR, does not mention "bar" in debug info anyw... | Devang Patel |
2010-01-04 | Truncate GEP indexes larger than the pointer size down to pointer size | Chris Lattner |
2010-01-04 | Fix invalid chain folding for memory variant of sdiv / udiv | Anton Korobeynikov |
2010-01-04 | implement an instcombine xform needed by clang's codegen | Chris Lattner |