aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-13re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek1-6/+13
2010-07-06vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd1-19/+19
2010-07-04gcc/Richard Sandiford1-3/+4
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-28/+43
2010-06-28system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher1-2/+2
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+3
2010-05-29tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka1-2/+2
2010-05-29cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka1-16/+2
2010-05-27diagnostic-core.h: New.Joseph Myers1-3/+3
2010-04-21re PR middle-end/43570 (OpenMP: Invalid read of size 1 (libgomp.fortran/vla6....Jakub Jelinek1-10/+18
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-01-26re PR fortran/42866 (ICE for REDUCTION with ALLOCATABLE array as variable on ...Jakub Jelinek1-1/+1
2009-12-28Handle GIMPLE_COND in diagnose_sb_2.H.J. Lu1-0/+21
2009-11-28matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek1-11/+5
2009-11-25Remove trailing white spaces.H.J. Lu1-38/+38
2009-09-14Squash commit of EH in gimpleRichard Henderson1-10/+9
2009-08-19omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...Michael Matz1-2/+2
2009-08-03tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be cre...Richard Guenther1-1/+1
2009-07-30Add source_location support to PHI arguments.Andrew MacLeod1-6/+12
2009-07-17re PR c/40401 (ICE: verify_gimple failed)Richard Guenther1-11/+29
2009-07-16re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez1-87/+129
2009-06-29re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther1-2/+2
2009-06-12java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez1-24/+37
2009-05-29re PR middle-end/39958 (OMP tasking creates invalid gimple)Jakub Jelinek1-1/+5
2009-05-22re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther1-2/+0
2009-04-20Fix enum conversions which are invalid in C++:Ian Lance Taylor1-1/+2
2009-04-17omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo1-0/+1
2009-04-17df.h: Include "timevar.h".Ian Lance Taylor1-2/+2
2009-04-16re PR tree-optimization/39698 (wrong types for vectorized reduction)Richard Guenther1-8/+12
2009-04-15omp-low.c (lower_rec_input_clauses): Build correct address expressions.Richard Guenther1-3/+4
2009-04-14tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.Richard Guenther1-2/+3
2009-04-08re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek1-0/+8
2009-04-03omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher1-8/+7
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-0/+2
2009-04-01re PR other/39591 (GOMP_loop_end illegally optmized into GOMP_loop_end_nowait)Jakub Jelinek1-3/+48
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-3/+4
2009-03-27gimplify.c (mark_addressable): Export.Richard Guenther1-0/+3
2009-03-01re PR tree-optimization/39331 (OpenMP and return-slot-optimization generate i...Richard Guenther1-1/+8