aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/lsr-reuse-trunc.ll
AgeCommit message (Expand)Author
2012-04-27Add mcpu to tests to prevent them from using AVX instructions on Sandy Bridge...Craig Topper
2011-11-14Teach two-address pass to re-schedule two-address instructions (or the killEvan Cheng
2011-11-10Use a bigger hammer to fix PR11314 by disabling the "forcing two-addressEvan Cheng
2011-07-08Be more aggressive about following hints.Jakob Stoklund Olesen
2011-04-05Fix register-dependent X86 tests.Jakob Stoklund Olesen
2011-02-22Relax expressions and add explicit triplets -linux and -win32.NAKAMURA Takumi
2010-03-05Rever 96389 and 96990. They are causing some miscompilation that I do not ful...Evan Cheng
2010-02-16Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)).Evan Cheng
2010-02-16Split the main for-each-use loop again, this time for GenerateTruncates,Dan Gohman