summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_ins_extract.ll
AgeCommit message (Expand)Author
2017-08-02X86: Do not use llc -march in tests.Matthias Braun
2016-06-15Remove the ScalarReplAggregates passDavid Majnemer
2016-04-01[X86][SSE] Regenerated the vec_insert tests.Simon Pilgrim
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
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-09-11Change tests from "opt %s" to "opt < %s" so that opt doesn't see theDan Gohman
2009-09-08Change these tests to feed the assembly files to opt directly, insteadDan Gohman
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-02-03rearrange how SRoA handles promotion of allocas to vectors.Chris Lattner
2009-02-02xfail this for now, will fix shortly.Chris Lattner
2008-02-21Remove llvm-upgrade and update tests.Tanya Lattner
2007-04-16For PR1319:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-29Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer
2006-12-11the xform is done by scalarrepl not the code generator.Chris Lattner
2006-06-14new testcase, not currently working.Chris Lattner