aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
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
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