summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/widen_cast-4.ll
AgeCommit message (Expand)Author
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih
2017-09-25[SelectionDAG] Teach simplifyDemandedBits to handle shifts by constant splat ...Craig Topper
2017-07-18[DAG] Improve Aliasing of operations to static allocaNirav Dave
2017-07-18Revert r308025 due to uncovering a crash in SelectionDAG. This is filedChandler Carruth
2017-07-14Improve Aliasing of operations to static allocaNirav Dave
2017-07-10Revert "[DAG] Improve Aliasing of operations to static alloca"Matthias Braun
2017-07-10[DAG] Improve Aliasing of operations to static allocaNirav Dave
2017-06-26[x86] transform vector inc/dec to use -1 constant (PR33483)Sanjay Patel
2017-06-18[x86] specify triples and auto-generate complete checks; NFCSanjay Patel
2015-04-15[X86] add an exedepfix entry for movq == movlps == movlpdSanjay 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
2014-07-09[x86] Re-apply a variant of the x86 side of r212324 now that the restChandler Carruth
2014-07-07[x86] Revert r212324 which was too aggressive w.r.t. allowing undefChandler Carruth
2014-07-04[x86] Move some check lines to be slightly easier for me to find.Chandler Carruth
2014-07-04[x86] Generalize BuildVectorSDNode::getConstantSplatValue to work forChandler Carruth
2013-08-23Update tests to use sse4.2 instead of sse42.Rafael Espindola
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-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
2009-05-23Fix test to account for legalization changes; I think this ends up Eli Friedman
2008-12-18Added some basic test cases for r61209Mon P Wang