DebugInfo: Fix bad debug info for compile units and types
[oota-llvm.git] / test / Transforms / InstCombine / vector-casts.ll
2015-02-27 David Blaikie[opaque pointer type] Add textual IR support for explic...
2013-07-14 Stephen LinUpdate Transforms tests to use CHECK-LABEL for easier...
2013-01-30 Nadav RotemInstCombine: canonicalize sext-and --> select
2011-09-27 Benjamin KramerStop emitting instructions with the name "tmp" they...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2010-02-11 Chris LattnerRename ValueRequiresCast to ShouldOptimizeCast, to...
2009-09-11 Dan GohmanChange tests from "opt %s" to "opt < %s" so that opt...
2009-09-08 Dan GohmanUse opt -S instead of piping bitcode output through...
2009-09-08 Dan GohmanChange these tests to feed the assembly files to opt...
2009-07-23 Chris Lattnermerge vector-casts-0.ll into vector-casts.ll
2009-07-23 Chris LattnerMake some existing optimizations that would only trigge...
2009-07-23 Chris Lattnerconvert a test to filecheck format. This fixes an...
2009-07-23 Chris Lattnerrename test
2009-06-16 Dan GohmanGeneralize a few more instcombines to be vector/scalar...
2009-06-15 Dan GohmanSupport vector casts in more places, fixing a variety...