aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/lsr-overflow.ll
Commit message (Expand)AuthorAgeFilesLines
* When checking for signed multiplication overflow, watch out for INT_MIN and -1.Dan Gohman2011-05-231-0/+18
* Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi2011-02-221-2/+3
* Don't check for comments, which vary between subtargets.Dan Gohman2010-02-171-1/+1
* Don't attempt to divide INT_MIN by -1; consider such cases toDan Gohman2010-02-171-0/+26