aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_arith-3.ll
AgeCommit message (Expand)Author
2012-07-16Fix tests that failed on i686-win32 after r160248:Alexey Samsonov
2012-02-01Instruction scheduling itinerary for Intel Atom.Andrew Trick
2011-12-08Fix a bug in the integer-promotion of bitcast operations on vector types.Nadav Rotem
2011-10-16Enable element promotion type legalization by deafault.Nadav Rotem
2010-12-19now that generic vector types aren't selected onto MMX registers, theseChris Lattner
2009-12-07Don't enable the post-RA scheduler on x86 except at -O3. In itsDan Gohman
2009-10-18Turn on post-alloc scheduling for x86.Evan Cheng
2009-10-16Update tests to use FileCheckMon P Wang
2009-09-08Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-08-25Remove obsolete -f flags.Dan Gohman
2008-12-18Added some basic test cases for r61209Mon P Wang