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