Age | Commit message (Expand) | Author | Files | Lines |
2010-07-09 | re PR fortran/44882 (Bogus types in references with mismatched commons) | Richard Guenther | 1 | -9/+0 |
2010-07-08 | re PR tree-optimization/44861 (internal compiler error: in vectorizable_load,... | Richard Guenther | 1 | -5/+20 |
2010-07-08 | toplev.h: Do not include diagnostic-core.h. | Manuel López-Ibáñez | 1 | -0/+1 |
2010-07-05 | tree-ssa-loop-im.c (for_each_index): Do not handle ALIGN_INDIRECT_REF. | Richard Guenther | 1 | -3/+27 |
2010-07-05 | tree-vect-loop.c (vect_get_single_scalar_iteraion_cost): Skip statements that... | Ira Rosen | 1 | -1/+1 |
2010-07-04 | optabs.h (optab_handler, [...]): Turn into inline functions that return an in... | Richard Sandiford | 1 | -26/+22 |
2010-07-04 | tm.texi.in (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Document new argume... | Ira Rosen | 1 | -51/+128 |
2010-07-01 | re PR middle-end/42834 (memcpy folding overeager) | Richard Guenther | 1 | -4/+6 |
2010-06-07 | tm.texi (TARGET_VECTORIZE_BUILTIN_VECTORIZATION_COST): Update documentation. | Ira Rosen | 1 | -17/+29 |
2010-06-01 | gimplify.c: Do not include except.h and optabs.h. | Steven Bosscher | 1 | -1/+0 |
2010-05-28 | tree-vect-stmts.c (vectorizable_assignment): Call build1 instead of build1_stat. | Nathan Froyd | 1 | -1/+1 |
2010-05-27 | re PR tree-optimization/44284 (vectorization does not work for short variable) | Richard Guenther | 1 | -3/+19 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+2 |
2010-05-06 | re PR middle-end/43901 (FAIL: gcc.c-torture/compile/pr42196-2.c) | Ira Rosen | 1 | -3/+58 |
2010-04-26 | tree-vectorizer.h (struct _stmt_vec_info): Add new field to determine if the ... | Ira Rosen | 1 | -5/+11 |
2010-04-19 | re PR tree-optimization/37027 (SLP loop vectorization missing support for red... | Ira Rosen | 1 | -7/+6 |
2010-04-09 | target.h (builtin_conversion): Pass in input and output types. | Richard Guenther | 1 | -5/+3 |
2010-04-09 | tree-vectorizer.h (struct _stmt_vec_info): Document that vectype is the type ... | Richard Guenther | 1 | -133/+192 |
2010-03-30 | Replace type != type comparisons with types_compatible_p. | Sebastian Pop | 1 | -2/+3 |
2010-03-27 | PR 43544, change TARGET_VECTORIZE_BUILTIN_VECTORIZED_FUNCTION to take a tree ... | Michael Meissner | 1 | -5/+3 |
2010-03-22 | re PR middle-end/43390 (ICE: integral result type precision does not match f... | Richard Guenther | 1 | -0/+8 |
2010-02-26 | re PR tree-optimization/43188 ("error: alignment of array elements is greater... | Richard Guenther | 1 | -1/+6 |
2009-11-30 | tree-vect-stmts.c (vectorizable_assignment): Support multiple types. | Ira Rosen | 1 | -14/+29 |
2009-11-29 | re PR middle-end/42193 (454.calculix in SPEC CPU 2006 failed to compile at -O3) | Ira Rosen | 1 | -4/+2 |
2009-11-28 | matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v... | Jakub Jelinek | 1 | -7/+0 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -309/+309 |
2009-10-21 | tree-vect-stmts.c (exist_non_indexing_operands_for_use_p): Tweak order of che... | Eric Botcazou | 1 | -6/+4 |
2009-09-25 | tree-vect-transform.c (vectorizable_call): Call mark_symbols_for_renaming aft... | Jakub Jelinek | 1 | -0/+2 |
2009-09-04 | re PR debug/41225 (VTA: internal compiler error: in vect_stmt_relevant_p, at ... | Alexandre Oliva | 1 | -0/+3 |
2009-08-25 | expr.h (struct separate_ops, sepops): New type for passing around an exploded... | Michael Matz | 1 | -1/+1 |
2009-07-30 | Add source_location support to PHI arguments. | Andrew MacLeod | 1 | -1/+2 |
2009-07-26 | re PR tree-optimization/40801 (internal compiler error: in vect_get_vec_def_f... | Ira Rosen | 1 | -6/+10 |
2009-07-20 | tree-vectorizer.h (vectorizable_condition): Add parameters. | Ira Rosen | 1 | -10/+22 |
2009-07-12 | tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio... | Ira Rosen | 1 | -35/+53 |
2009-06-30 | re PR tree-optimization/40542 (vectorizes access to volatile array) | Ira Rosen | 1 | -0/+8 |
2009-06-16 | tree-parloops.c (loop_parallel_p): Call vect_is_simple_reduction with additio... | Ira Rosen | 1 | -29/+34 |
2009-06-05 | misaligned store support | Revital Eres | 1 | -2/+10 |
2009-06-01 | re PR tree-optimization/39129 (The meaning of 'BB' in "too many BBs in loop") | Ira Rosen | 1 | -2/+6 |
2009-05-25 | re PR tree-optimization/40238 (ICE in gimple_verify_flow_info, at tree-cfg.c:... | Ira Rosen | 1 | -1/+1 |
2009-05-24 | passes.texi (Tree-SSA passes): Document SLP pass. | Ira Rosen | 1 | -82/+204 |
2009-05-08 | Fix PR 40049 | Michael Meissner | 1 | -3/+12 |
2009-04-28 | tree-vect-stmts.c (vect_get_vec_def_for_operand): Fix type error. | Richard Guenther | 1 | -2/+5 |
2009-04-28 | tree-vect-loop-manip.c (vect_create_cond_for_alias_checks): Use REPORT_VECTOR... | Ira Rosen | 1 | -341/+132 |
2009-04-27 | collect2.c (is_ctor_dtor): Change type of ret field in struct names to symkind. | Ian Lance Taylor | 1 | -1/+1 |
2009-04-24 | combine.c (record_value_for_reg): Change 0 to VOIDmode, twice. | Ian Lance Taylor | 1 | -4/+2 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -28/+14 |
2009-03-30 | tree-vect-loop-manip.c: New file. | Ira Rosen | 1 | -0/+4928 |