aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-19 Make get_vec builtin depend on the vectype.st/cli-be-vectIra Rosen
2010-09-17Add support for Abs builtin.Erven Rohou
2010-09-08 Remove pattern statements from the second version of the loop,Ira Rosen
2010-09-06Change type of parameters of bit_field_ref.Erven Rohou
2010-09-06Add ABS for 16-bit values.Erven Rohou
2010-09-06 Add int_mult_supported builtin for inner/outer loop versioning.Ira Rosen
2010-09-02 Use uniform_vec builtin in splat.Ira Rosen
2010-09-02 Add bit_field_ref builtin.Ira Rosen
2010-08-24 Add bulitins for strided accesses of floats and doubles.Ira Rosen
2010-08-24 Fix scalar type size in outer loop realignment.Ira Rosen
2010-08-18 Fix non-optimized realignment.Ira Rosen
2010-08-18 Fix type checking vectorizable_assignment.Ira Rosen
2010-08-18 Fix types in unpack builtin and spaces in target-def.h.Ira Rosen
2010-08-18 Swap operands of builtin vector shift.Ira Rosen
2010-08-18 Fix types in creation of initial vector for reductions and don'tIra Rosen
2010-08-17Ira's patch for shift and unpack.Erven Rohou
2010-08-08 Add inner/outer loop vectorization versioning based on "double Ira Rosen
2010-08-08 Don't do versioning for bases if alignment hints are turned off byIra Rosen
2010-08-03 Another realignment fix: fix misaligned pointer for realign loadIra Rosen
2010-08-02 Subtract 1 from realignment offset.Ira Rosen
2010-08-01 Fix realignment support.Ira Rosen
2010-07-29 Add two flags: malignment-hints andIra Rosen
2010-07-29 Fix double reduction epilogue fix.Ira Rosen
2010-07-29 Fix reduction epilogue for double reduction.Ira Rosen
2010-07-07 * Fix input types for int<->float conversions.Ira Rosen
2010-06-25Add lowering for vector AND, OR and XOR builtins.Erven Rohou
2010-06-24 Handle NOP_EXPR conversions in vectorizable_assignment().Ira Rosen
2010-06-24 Add vector pack builtin.Ira Rosen
2010-06-24 Fix widen-mult, and add strided access builtins: extract_even/oddIra Rosen
2010-06-24 Add widening multiplication builtins.Ira Rosen
2010-06-24 Add float2int and int2float builtins.Ira Rosen
2010-06-18Add dump functions for CLI passes.Erven Rohou
2010-05-13 Force alignment if -mbases-aligned is on.Ira Rosen
2010-05-12 Add -mbases-aligned flag.Ira Rosen
2010-05-09 Uncomment double builtins.Ira Rosen
2010-05-06Change vector width to 256 bits.Erven Rohou
2010-04-26 Fix address creation in versioning for alignment and Ira Rosen
2010-03-18 Backport double reduction and nested cycles.Ira Rosen
2010-03-17Add missing declaration.Erven Rohou
2010-03-17 Fix types in vect_get_vec_def_for_operand.Ira Rosen
2010-03-16 Fix initial vector of reduction.Ira Rosen
2010-03-16 Fix dot-product builtins types.Ira Rosen
2010-03-16 Add new flag to disable outer loop vectorization.Ira Rosen
2010-03-11 Add builtin for realigned load offset.Ira Rosen
2010-03-11 Fix alignment bugs.Ira Rosen
2010-03-11 Add dot product builtin.Ira Rosen
2010-03-10 Fix offset of aligned load.Ira Rosen
2010-03-10Fix class name.Erven Rohou
2010-03-10 Fix element sizes in builtin_realign_load.Ira Rosen
2010-03-09Handle aligned loads/stores also in generic mode.Erven Rohou