summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/divide-by-constant.ll
Commit message (Expand)AuthorAge
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Reapply r174343, with a fix for a scary DAG combine bug where it failed to di...Owen Anderson2013-02-05
* Revert r174343, "When the target-independent DAGCombiner inferred a higher al...NAKAMURA Takumi2013-02-05
* When the target-independent DAGCombiner inferred a higher alignment for a load,Owen Anderson2013-02-05
* PR13326: Fix a subtle edge case in the udiv -> magic multiply generator.Benjamin Kramer2012-07-11
* Instruction scheduling itinerary for Intel Atom.Andrew Trick2012-02-01
* Be more aggressive about following hints.Jakob Stoklund Olesen2011-07-08
* BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...Benjamin Kramer2011-03-17
* The signed version of our "magic number" computation for the integer approxim...Cameron Zwarich2011-02-21
* Teach DAGCombine to fold fold (sra (trunc (sr x, c1)), c2) -> (trunc (sra x, ...Benjamin Kramer2011-01-30
* Reapply 122353-122355 with fixes. 122354 was wrong;Dale Johannesen2010-12-21
* Revert 122353-122355 for the moment, they broke stuff.Dale Johannesen2010-12-21
* Get the type of a shift from the shift, not from its shiftDale Johannesen2010-12-21
* take care of some todos, transforming [us]mul_lohi into Chris Lattner2010-12-15
* merge two testsChris Lattner2010-12-15
* rename testChris Lattner2010-12-13