Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [CodeGen] Unify MBB reference format in both MIR and debug output | Francis Visoiu Mistrih | 2017-12-04 | 1 | -20/+20 |
* | [DAG] vector div/rem with any zero element in divisor is undef | Sanjay Patel | 2017-03-14 | 1 | -5/+0 |
* | [x86] add tests for vec div/rem with 0 element in divisor; NFC | Sanjay Patel | 2017-03-10 | 1 | -0/+43 |
* | [DAG] recognize div/rem by 0 as undef before trying constant folding | Sanjay Patel | 2017-03-09 | 1 | -0/+78 |
* | [DAGCombiner] simplify div/rem-by-0 | Sanjay Patel | 2017-03-06 | 1 | -116/+2 |
* | [x86] add tests to show missing div/rem simplifications; NFC | Sanjay Patel | 2017-03-06 | 1 | -0/+185 |