Age | Commit message (Expand) | Author | Files | Lines |
2013-11-29 | re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c) | Jakub Jelinek | 1 | -8/+15 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 1 | -0/+1161 |
2013-11-26 | re PR middle-end/59150 (ICE: in expand_one_var, at cfgexpand.c:1242 with -fop... | Jakub Jelinek | 1 | -11/+48 |
2013-11-26 | re PR middle-end/59152 (ICE: loop 2's latch does not have an edge to its head... | Jakub Jelinek | 1 | -2/+3 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+7 |
2013-11-22 | add auto_vec | Trevor Saunders | 1 | -3/+1 |
2013-11-21 | gimplify.h (gimplify_hasher : typed_free_remove, [...]): Move to gimplify.c. | Andrew MacLeod | 1 | -24/+12 |
2013-11-20 | cuintp.c (UI_From_gnu): Use tree_to_shwi. | Kenneth Zadeck | 1 | -1/+1 |
2013-11-19 | Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros | David Malcolm | 1 | -1/+1 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-18 | c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned... | Richard Sandiford | 1 | -2/+1 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -2/+2 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout. | Richard Sandiford | 1 | -3/+3 |
2013-11-17 | gimple.h: Reorder prototypes to match .c declaration order... | Andrew MacLeod | 1 | -0/+1 |
2013-11-15 | Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o. | Aldy Hernandez | 1 | -31/+85 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-05 | invoke.texi (-fopenmp-simd): Document new option. | Tobias Burnus | 1 | -2/+2 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -0/+8 |
2013-10-18 | tree-ssa.h: Don't include gimple-low.h... | Andrew MacLeod | 1 | -0/+2 |
2013-10-17 | tree-flow.h (struct omp_region): Move to omp-low.c. | Andrew MacLeod | 1 | -23/+157 |
2013-10-11 | target.c: New file. | Jakub Jelinek | 1 | -288/+2312 |
2013-09-28 | alloc-pool.c, [...]: Add missing whitespace before "(". | Richard Sandiford | 1 | -6/+6 |
2013-09-19 | re PR tree-optimization/58472 (gomp4: ICE in in vectorizable_store, at tree-v... | Jakub Jelinek | 1 | -0/+3 |
2013-09-19 | omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ... | Jakub Jelinek | 1 | -2/+1 |
2013-09-18 | omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES. | Jakub Jelinek | 1 | -0/+1 |
2013-09-16 | Introduce -ftree-loop-vectorize option | Xinliang David Li | 1 | -5/+7 |
2013-09-13 | re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte... | Jakub Jelinek | 1 | -1/+1 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-08-28 | re PR middle-end/58257 (Bogus warning with OpenMP collapsed loops) | Jakub Jelinek | 1 | -0/+1 |
2013-08-27 | Makefile.in (omp-low.o): Depend on $(TARGET_H). | Jakub Jelinek | 1 | -250/+1069 |
2013-08-05 | Automated conversion of passes to C++ classes | David Malcolm | 1 | -54/+109 |
2013-07-21 | Fix typos. | Ondřej Bílka | 1 | -1/+1 |
2013-05-27 | re PR middle-end/57412 (ICE: in verify_loop_structure, at cfgloop.c:1647: loo... | Richard Biener | 1 | -1/+1 |
2013-05-16 | omp-low.c (extract_omp_for_data): For collapsed loops... | Jakub Jelinek | 1 | -6/+192 |
2013-04-29 | re PR middle-end/57089 (ICE in verify_loop_structure, at cfgloop.c:1647) | Richard Biener | 1 | -10/+40 |
2013-04-26 | omp-low.c (finalize_task_copyfn): Do not drop PROP_loops. | Richard Biener | 1 | -6/+8 |
2013-04-26 | tree-cfg.c (execute_build_cfg): Build the loop tree. | Richard Biener | 1 | -0/+15 |
2013-04-09 | re PR middle-end/56883 (error openmp parallel for order) | Jakub Jelinek | 1 | -20/+50 |
2013-02-06 | re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor) | Jakub Jelinek | 1 | -4/+11 |
2013-01-10 | Update copyright years in gcc/ | Richard Sandiford | 1 | -2/+1 |
2012-11-17 | This patch rewrites the old VEC macro-based interface into a new one based on... | Diego Novillo | 1 | -32/+33 |
2012-11-01 | invoke.texi: Update -fopt-info documentation. | Sharad Singhai | 1 | -0/+3 |
2012-09-20 | function.c (push_cfun): Check old current_function_decl matches old cfun... | Martin Jambor | 1 | -12/+2 |
2012-09-04 | gimple.h (gimple_build_switch): Remove. | Steven Bosscher | 1 | -1/+1 |
2012-08-20 | re PR middle-end/53992 (Combining -fopenmp and -fgnu-tm results in segfault o... | Patrick Marlier | 1 | -0/+3 |
2012-08-07 | gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT. | Richard Guenther | 1 | -4/+0 |