re PR target/60693 (ICE on funny memcpy)
[gcc.git] / gcc / omp-low.c
2014-03-27 Jakub Jelinekre PR middle-end/60682 ([OpenMP] ICE on an assignment...
2014-03-18 Thomas SchwingeRestore check for OpenMP for construct.
2014-03-17 Marek Polacekre PR middle-end/60534 (ICE: in expand_GOMP_SIMD_VF...
2014-02-12 Thomas SchwingeRefactor common code into new maybe_fold_stmt function.
2014-02-12 Thomas SchwingeAdd clobber for object, after last use.
2014-02-12 Thomas SchwingeFix potential ICE (null pointer dereference) in omp...
2014-02-08 Jakub Jelinekre PR c/59984 (OpenMP pragma makes loop incorrect)
2014-02-07 Jan Hubickaparser.c (synthesize_implicit_template_parm): Use grow_...
2014-02-04 Jakub Jelinekre PR other/58712 (issues found by --enable-checking...
2014-02-04 Jakub Jelinekre PR other/58712 (issues found by --enable-checking...
2014-01-29 Jakub Jelinekre PR middle-end/59917 (ICE in calc_dfs_tree, at domina...
2014-01-24 Balaji V. IyerReplace flag_enable_cilkplus with flag_cilkplus.
2014-01-13 Jakub Jelinekre PR libgomp/59194 (tsan detects race for real variabl...
2014-01-08 Marek Polacekre PR middle-end/59669 (ICE: SIGSEGV with #pragma omp...
2014-01-02 Richard SandifordUpdate copyright years in gcc/
2013-12-18 Balaji V. IyerAdded support for Cilk Plus SIMD-enabled function for C.
2013-12-17 Thomas SchwingeRemove leftover variable definition.
2013-12-17 Thomas SchwingeRemove leftover comment.
2013-12-17 Thomas SchwingeReflect reality in comment.
2013-12-16 Jakub Jelinekre PR libgomp/58756 (FAIL: libgomp.c/pr58392.c executio...
2013-12-09 David MalcolmEliminate FOR_EACH_BB macro.
2013-11-29 Jakub Jelinekre PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone...
2013-11-27 Aldy Hernandezcgraph.h (enum cgraph_simd_clone_arg_type): New.
2013-11-26 Jakub Jelinekre PR middle-end/59150 (ICE: in expand_one_var, at...
2013-11-26 Jakub Jelinekre PR middle-end/59152 (ICE: loop 2's latch does not...
2013-11-22 Andrew MacLeodgimple.h: Remove all includes.
2013-11-22 Trevor Saundersadd auto_vec
2013-11-21 Andrew MacLeodgimplify.h (gimplify_hasher : typed_free_remove, [...
2013-11-20 Kenneth Zadeckcuintp.c (UI_From_gnu): Use tree_to_shwi.
2013-11-19 David MalcolmEliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macros
2013-11-19 Diego NovilloFactor unrelated declarations out of tree.h.
2013-11-18 Richard Sandifordc-common.c (convert_vector_to_pointer_for_subscript...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace tree_low_cst (..., 1) with tree_...
2013-11-18 Richard Sandifordc-common.c, [...]: Replace tree_low_cst (..., 0) with...
2013-11-18 Richard Sandiforddecl.c, [...]: Replace host_integerp (..., 1) with...
2013-11-18 Richard Sandifordcuintp.c: Replace host_integerp (..., 0) with tree_fits...
2013-11-17 Andrew MacLeodgimple.h: Reorder prototypes to match .c declaration...
2013-11-15 Aldy HernandezMakefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.
2013-11-14 Andrew MacLeodgimplify-be.h: New file.
2013-11-13 Andrew Macleodgimple-walk.h: New File.
2013-11-12 Andrew MacLeodgimple-expr.h (create_tmp_var_name, [...]): Relocate...
2013-11-05 Tobias Burnusinvoke.texi (-fopenmp-simd): Document new option.
2013-10-23 Andrew MacLeodtree-ssa.h: Remove all #include's
2013-10-18 Andrew MacLeodtree-ssa.h: Don't include gimple-low.h...
2013-10-17 Andrew MacLeodtree-flow.h (struct omp_region): Move to omp-low.c.
2013-10-11 Jakub Jelinektarget.c: New file.
2013-09-28 Richard Sandifordalloc-pool.c, [...]: Add missing whitespace before...
2013-09-19 Jakub Jelinekre PR tree-optimization/58472 (gomp4: ICE in in vectori...
2013-09-19 Jakub Jelinekomp-low.c (expand_omp_sections): Always pass len -...
2013-09-18 Jakub Jelinekomp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES.
2013-09-16 Xinliang David LiIntroduce -ftree-loop-vectorize option
2013-09-13 Jakub Jelinekre PR libgomp/58392 (internal compiler error: in expand...
2013-09-12 Andrew MacLeodtree-ssa.h: New.
2013-08-28 Jakub Jelinekre PR middle-end/58257 (Bogus warning with OpenMP colla...
2013-08-27 Jakub JelinekMakefile.in (omp-low.o): Depend on $(TARGET_H).
2013-08-05 David MalcolmAutomated conversion of passes to C++ classes
2013-07-21 Ondřej BílkaFix typos.
2013-05-27 Richard Bienerre PR middle-end/57412 (ICE: in verify_loop_structure...
2013-05-16 Jakub Jelinekomp-low.c (extract_omp_for_data): For collapsed loops...
2013-04-29 Richard Bienerre PR middle-end/57089 (ICE in verify_loop_structure...
2013-04-26 Richard Bieneromp-low.c (finalize_task_copyfn): Do not drop PROP_loops.
2013-04-26 Richard Bienertree-cfg.c (execute_build_cfg): Build the loop tree.
2013-04-09 Jakub Jelinekre PR middle-end/56883 (error openmp parallel for order)
2013-02-06 Jakub Jelinekre PR c++/56217 (ICE: OpenMP: when combining shared...
2013-01-10 Richard SandifordUpdate copyright years in gcc/
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-01 Sharad Singhaiinvoke.texi: Update -fopt-info documentation.
2012-09-20 Martin Jamborfunction.c (push_cfun): Check old current_function_decl...
2012-09-04 Steven Bosschergimple.h (gimple_build_switch): Remove.
2012-08-20 Patrick Marlierre PR middle-end/53992 (Combining -fopenmp and -fgnu...
2012-08-07 Richard Guenthergimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.
2012-08-02 Richard Guenthertree-flow.h (make_rename_temp): Remove.
2012-08-02 Richard Guenthertree-flow.h (set_default_def): Rename to ...
2012-08-02 Richard Guenthertree-dfa.c (referenced_var_lookup): Remove.
2012-07-23 Steven Bosscheropts.c (common_handle_option): Do not set flag_value_pr...
2012-07-19 Jakub Jelinekre PR middle-end/54017 (Incorrect implementation of...
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-06-07 Jakub Jelinekre PR c/53580 (Internal Segmentation fault in nested...
2012-05-22 Richard Guenthertree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
2012-05-21 Jakub Jelinekre PR tree-optimization/53436 (Volatile behaves strange...
2012-05-14 Richard Guenthertree-dfa.c (make_rename_temp): Be forgiving if not...
2012-05-02 Michael Matzcoretypes.h (gimple_seq, [...]): Typedef as gimple.
2012-05-02 Richard Guenthertree.c (valid_constant_size_p): New function.
2012-03-28 Richard Guentherloop-init.c (loop_optimizer_init): If loops are preserv...
2012-03-07 Richard Guentheromp-low.c (extract_omp_for_data): Use signed_type_for.
2012-03-05 Richard Hendersonre PR tree-optimization/52242 (libgomp.c/atomic-2.c...
2012-02-13 Jakub Jelinekre PR middle-end/52230 (OpenMP: Simple C program trigge...
2012-01-11 Eric Botcazougimple.h (gimplify_body): Remove first argument.
2011-11-27 Richard Hendersonomp-low: Assume anything aligned to BIGGEST_ALIGNMENT...
2011-11-11 Richard HendersonImplement omp atomic load and store.
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-07 Richard HendersonAllow libcalls to be installed for legacy __sync optabs.
2011-11-06 Andrew MacleodCheck in patch/merge from cxx-mem-model Branch
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-29 Jakub Jelinekre PR middle-end/49897 (nesting lastprivate gives incor...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-06-22 Jakub Jelinekre PR libgomp/49490 (suboptimal load balancing in loops)
next