Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-02-27 | [opaque pointer type] Add textual IR support for explicit type parameter to l... | David Blaikie | 1 | -2/+2 |
2014-12-21 | Enable (sext x) == C --> x == (trunc C) combine | Matt Arsenault | 1 | -0/+148 |
2013-11-22 | X86: Perform integer comparisons at i32 or larger. | Jim Grosbach | 1 | -4/+4 |
2013-07-13 | Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging.... | Stephen Lin | 1 | -4/+4 |
2013-07-06 | DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe. | Benjamin Kramer | 1 | -0/+23 |
2013-05-21 | DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0... | Benjamin Kramer | 1 | -0/+16 |
2013-05-16 | DAGCombine: Also shrink eq compares where the constant is exactly as large as... | Benjamin Kramer | 1 | -0/+16 |
2011-04-23 | test/CodeGen/X86/shrink-compare.ll: Relax expressions for Win64. | NAKAMURA Takumi | 1 | -2/+2 |
2011-04-22 | DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. | Benjamin Kramer | 1 | -0/+36 |