| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix an infinite loop in InstCombine when an instruction with no users and sid... | Owen Anderson | 2015-03-10 | 1 | -0/+4 |
| * | DataLayout is mandatory, update the API to reflect it with references. | Mehdi Amini | 2015-03-10 | 1 | -10/+10 |
| * | New instcombine rule: max(~a,~b) -> ~min(a, b) | Sanjoy Das | 2015-02-24 | 1 | -0/+30 |
| * | InstCombine: fold more cases of (fp_to_u/sint (u/sint_to_fp val)) | Mehdi Amini | 2015-02-16 | 1 | -0/+1 |
| * | [PM] Port instcombine to the new pass manager! | Chandler Carruth | 2015-01-24 | 1 | -1/+1 |
| * | [PM] Rename InstCombine.h to InstCombineInternal.h in preparation for | Chandler Carruth | 2015-01-22 | 1 | -0/+498 |

