aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+15
2013-04-09re PR middle-end/56883 (error openmp parallel for order)Jakub Jelinek1-20/+50
2013-02-06re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor)Jakub Jelinek1-4/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-32/+33
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-12/+2
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-1/+1
2012-08-20re PR middle-end/53992 (Combining -fopenmp and -fgnu-tm results in segfault o...Patrick Marlier1-0/+3
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-4/+0
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-6/+6
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-13/+1
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-3/+0
2012-07-19re PR middle-end/54017 (Incorrect implementation of infinite loops in OpenMP ...Jakub Jelinek1-46/+37
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-9/+6
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-6/+9
2012-06-07re PR c/53580 (Internal Segmentation fault in nested "omp parallel", "omp par...Jakub Jelinek1-40/+56
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-4/+2
2012-05-21re PR tree-optimization/53436 (Volatile behaves strange with OpenMP)Jakub Jelinek1-13/+25
2012-05-14tree-dfa.c (make_rename_temp): Be forgiving if not in SSA form.Richard Guenther1-11/+12
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-74/+67
2012-05-02tree.c (valid_constant_size_p): New function.Richard Guenther1-1/+3
2012-03-28loop-init.c (loop_optimizer_init): If loops are preserved perform incremental...Richard Guenther1-2/+2
2012-03-07omp-low.c (extract_omp_for_data): Use signed_type_for.Richard Guenther1-12/+8
2012-03-05re PR tree-optimization/52242 (libgomp.c/atomic-2.c failure on s390x)Richard Henderson1-3/+1
2012-02-13re PR middle-end/52230 (OpenMP: Simple C program triggers SIGSEGV at execution)Jakub Jelinek1-1/+4
2012-01-11gimple.h (gimplify_body): Remove first argument.Eric Botcazou1-1/+1
2011-11-26omp-low: Assume anything aligned to BIGGEST_ALIGNMENT is aligned.Richard Henderson1-1/+3
2011-11-11Implement omp atomic load and store.Richard Henderson1-24/+121
2011-11-08Merge from transactional-memory branch.Aldy Hernandez1-0/+1
2011-11-07Allow libcalls to be installed for legacy __sync optabs.Richard Henderson1-2/+2
2011-11-06Check in patch/merge from cxx-mem-model BranchAndrew Macleod1-56/+33
2011-10-11Convert standard builtin functions from being arrays to using a functional in...Michael Meissner1-71/+91
2011-08-02backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek1-16/+124
2011-07-29re PR middle-end/49897 (nesting lastprivate gives incorrect result)Jakub Jelinek1-2/+4
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther1-27/+12
2011-06-22re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek1-15/+49
2011-06-21cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod1-6/+6
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-2/+2
2011-05-06generalize build_case_label to the rest of the compilerNathan Froyd1-4/+3
2011-05-05tree.h (get_pending_sizes): Remove prototype.Eric Botcazou1-1/+0
2011-04-13re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ...Jakub Jelinek1-0/+4
2011-04-12tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor1-2/+4
2010-11-30hwint.c: New.Joseph Myers1-1/+0
2010-11-03builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd1-1/+1
2010-07-23tree.h (struct tree_base): Add nameless_flag bitfield.Jakub Jelinek1-0/+10
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-18/+18
2010-07-13tree.h (build_function_call_expr): Delete.Nathan Froyd1-30/+32