]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/omp-low.c
gimple.h: Remove all includes.
[thirdparty/gcc.git] / gcc / omp-low.c
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)
2011-06-21  Andrew MacLeodcosmetic. Add sync_ to all the expand_builtin defines...
2011-06-14  David Lidumping cleanup phase 1 -- Removing TODO_dump_func
2011-05-06  Nathan Froydgeneralize build_case_label to the rest of the compiler
2011-05-05  Eric Botcazoutree.h (get_pending_sizes): Remove prototype.
2011-04-13  Jakub Jelinekre PR middle-end/48591 (OpenMP ICE with atomics on...
2011-04-12  Martin Jambortree-inline.c (tree_function_versioning): Call cgraph_g...
2010-11-30  Joseph Myershwint.c: New.
2010-11-03  Nathan Froydbuiltins.c (fold_builtin_signbit): Use build_zero_cst...
2010-07-23  Jakub Jelinektree.h (struct tree_base): Add nameless_flag bitfield.
2010-07-15  Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-13  Nathan Froydtree.h (build_function_call_expr): Delete.
2010-07-13  Jakub Jelinekre PR debug/44901 (-fcompare-debug failure for tree...
2010-07-06  Nathan Froydvec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.
2010-07-04  Richard Sandifordgcc/
2010-07-01  Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-28  Steven Bosschersystem.h: Poison GCC_EXCEPT_H for front-end files.
2010-06-08  Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-05-29  Jan Hubickatree-vrp.c (debug_value_range, [...]): Annotate with...
2010-05-29  Jan Hubickacgraph.c (clone_function_name): Take SUFFIX argument...
2010-05-27  Joseph Myersdiagnostic-core.h: New.
2010-04-21  Jakub Jelinekre PR middle-end/43570 (OpenMP: Invalid read of size...
2010-04-02  Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-01-26  Jakub Jelinekre PR fortran/42866 (ICE for REDUCTION with ALLOCATABLE...
2009-12-28  H.J. LuHandle GIMPLE_COND in diagnose_sb_2.
2009-11-28  Jakub Jelinekmatrix-reorg.c (analyze_matrix_allocation_site): Remove...
next