Age | Commit message (Expand) | Author | Files | Lines |
2014-04-17 | pass cfun to pass::execute | Trevor Saunders | 1 | -6/+7 |
2014-04-17 | pass current function to opt_pass::gate () | Trevor Saunders | 1 | -19/+17 |
2014-04-17 | remove has_gate | Trevor Saunders | 1 | -4/+0 |
2014-04-14 | cfgloop.h (struct loop): Rename force_vect into force_vectorize. | Eric Botcazou | 1 | -4/+4 |
2014-03-27 | re PR middle-end/60682 ([OpenMP] ICE on an assignment of local variable insid... | Jakub Jelinek | 1 | -1/+14 |
2014-03-18 | Restore check for OpenMP for construct. | Thomas Schwinge | 1 | -1/+1 |
2014-03-17 | re PR middle-end/60534 (ICE: in expand_GOMP_SIMD_VF, at internal-fn.c:142 wit... | Marek Polacek | 1 | -0/+2 |
2014-02-12 | Refactor common code into new maybe_fold_stmt function. | Thomas Schwinge | 1 | -3/+2 |
2014-02-12 | Add clobber for object, after last use. | Thomas Schwinge | 1 | -0/+7 |
2014-02-12 | Fix potential ICE (null pointer dereference) in omp-low.c:diagnose_sb_0. | Thomas Schwinge | 1 | -1/+2 |
2014-02-08 | re PR c/59984 (OpenMP pragma makes loop incorrect) | Jakub Jelinek | 1 | -1/+7 |
2014-02-07 | parser.c (synthesize_implicit_template_parm): Use grow_tree_vec. | Jan Hubicka | 1 | -1/+1 |
2014-02-04 | re PR other/58712 (issues found by --enable-checking=valgrind) | Jakub Jelinek | 1 | -1/+0 |
2014-02-04 | re PR other/58712 (issues found by --enable-checking=valgrind) | Jakub Jelinek | 1 | -1/+2 |
2014-01-29 | re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401) | Jakub Jelinek | 1 | -2/+9 |
2014-01-24 | Replace flag_enable_cilkplus with flag_cilkplus. | Balaji V. Iyer | 1 | -6/+6 |
2014-01-13 | re PR libgomp/59194 (tsan detects race for real variables in an OMP reduction... | Jakub Jelinek | 1 | -5/+14 |
2014-01-08 | re PR middle-end/59669 (ICE: SIGSEGV with #pragma omp declare simd linear) | Marek Polacek | 1 | -2/+2 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-18 | Added support for Cilk Plus SIMD-enabled function for C. | Balaji V. Iyer | 1 | -1/+1 |
2013-12-17 | Remove leftover variable definition. | Thomas Schwinge | 1 | -2/+0 |
2013-12-17 | Remove leftover comment. | Thomas Schwinge | 1 | -2/+0 |
2013-12-17 | Reflect reality in comment. | Thomas Schwinge | 1 | -1/+1 |
2013-12-16 | re PR libgomp/58756 (FAIL: libgomp.c/pr58392.c execution test) | Jakub Jelinek | 1 | -8/+14 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -3/+3 |
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 |