summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_arith-3.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-08-30Re-land MachineInstr: Reason locally about some memory objects before going t...Balaram Makam
2017-08-16Revert "MachineInstr: Reason locally about some memory objects before going t...Balaram Makam
2017-08-14MachineInstr: Reason locally about some memory objects before going to AA.Balaram Makam
2017-06-26[x86] transform vector inc/dec to use -1 constant (PR33483)Sanjay Patel
2017-06-18[x86] specify triple and auto-generate checks; NFCSanjay Patel
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to g...David Blaikie
2013-08-23Rename features to match what gcc and clang use.Rafael Espindola
2013-08-19Improve the widening of integral binary vector operationsPaul Redmond
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