Age | Commit message (Expand) | Author |
2010-11-17 | InstCombine: Add a missing irem identity (X % X -> 0). | Benjamin Kramer |
2010-11-17 | Move some those Xor simplifications which don't require creating new | Duncan Sands |
2010-11-14 | Teach InstructionSimplify about phi nodes. I chose to have it simply | Duncan Sands |
2010-11-13 | Generalize the reassociation transform in SimplifyCommutative (now renamed to | Duncan Sands |
2010-11-10 | When checking that the necessary bits are zero in | Dale Johannesen |
2010-11-01 | When folding away a (shl (shr)) pair, we need to check that the bits that wil... | Owen Anderson |
2010-10-29 | Clean up indentation and other whitespace. | Bob Wilson |
2010-10-29 | Remove trailing whitespace. | Bob Wilson |
2010-10-29 | Fix 80-column violation. | Bob Wilson |
2010-10-29 | Change instcombine's getShuffleMask to represent undef with negative values. | Bob Wilson |
2010-10-29 | Make instcombine a little more aggressive in combining vector shuffles. | Bob Wilson |
2010-10-27 | Teach InstCombine not to use Add and Neg on FP. PR 8490. | Dale Johannesen |
2010-10-25 | Fix a case where instcombine was stripping metadata (and alignment) | Dan Gohman |
2010-10-23 | SmallVectorize. | Benjamin Kramer |
2010-10-22 | Teach instcombine to set the alignment arguments for NEON load/store intrinsics. | Bob Wilson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-10-07 | Add initialization routines to InstCombine. | Owen Anderson |
2010-10-01 | fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. | Chris Lattner |
2010-09-28 | Removed a bunch of unnecessary target_link_libraries. | Oscar Fuentes |
2010-09-13 | Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." | Michael J. Spencer |
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 | CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. | Michael J. Spencer |
2010-09-10 | This transform is also performed by InstructionSimplify, remove the duplicate. | Benjamin Kramer |
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-08-31 | Remove r111665, which implemented store-narrowing in InstCombine. Chris disc... | Owen Anderson |
2010-08-28 | for completeness, allow undef also. | Chris Lattner |
2010-08-28 | handle the constant case of vector insertion. For something | Chris Lattner |
2010-08-28 | optimize bitcasts from large integers to vector into vector | Chris Lattner |
2010-08-27 | Enhance the shift propagator to handle the case when you have: | Chris Lattner |
2010-08-27 | Implement a pretty general logical shift propagation | Chris Lattner |
2010-08-27 | remove some special shift cases that have been subsumed into the | Chris Lattner |
2010-08-27 | teach the truncation optimization that an entire chain of | Chris Lattner |
2010-08-27 | Add an instcombine to clean up a common pattern produced | Chris Lattner |
2010-08-26 | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner |
2010-08-26 | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner |
2010-08-20 | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson |
2010-08-19 | Revert r111568 to unbreak clang self-host. | Owen Anderson |
2010-08-19 | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson |
2010-08-17 | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher |
2010-08-13 | Reapply this transformation now that it is passing the external test which it... | Nate Begeman |
2010-08-12 | Temporarily revert 110737 and 110734, they were causing failures | Eric Christopher |
2010-08-10 | Add the minimal amount of smarts necessary to instcombine of shufflevectors t... | Nate Begeman |
2010-08-09 | PR7853: fix a silly mistake introduced in r101899, and add a test to make sure | Eli Friedman |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |