summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
Commit message (Expand)AuthorAgeFilesLines
* omp-low: Assume anything aligned to BIGGEST_ALIGNMENT is aligned.Richard Henderson2011-11-261-1/+3
* Implement omp atomic load and store.Richard Henderson2011-11-111-24/+121
* Merge from transactional-memory branch.Aldy Hernandez2011-11-081-0/+1
* Allow libcalls to be installed for legacy __sync optabs.Richard Henderson2011-11-071-2/+2
* Check in patch/merge from cxx-mem-model BranchAndrew Macleod2011-11-061-56/+33
* Convert standard builtin functions from being arrays to using a functional in...Michael Meissner2011-10-111-71/+91
* backport: re PR fortran/46752 (OpenMP - Seg fault for unallocated allocatable...Jakub Jelinek2011-08-021-16/+124
* re PR middle-end/49897 (nesting lastprivate gives incorrect result)Jakub Jelinek2011-07-291-2/+4
* tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther2011-07-191-27/+12
* re PR libgomp/49490 (suboptimal load balancing in loops)Jakub Jelinek2011-06-221-15/+49
* cosmetic. Add sync_ to all the expand_builtin defines which do not match the ...Andrew MacLeod2011-06-211-6/+6
* dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li2011-06-141-2/+2
* generalize build_case_label to the rest of the compilerNathan Froyd2011-05-061-4/+3
* tree.h (get_pending_sizes): Remove prototype.Eric Botcazou2011-05-051-1/+0
* re PR middle-end/48591 (OpenMP ICE with atomics on __float128 in 32-bit only ...Jakub Jelinek2011-04-131-0/+4
* tree-inline.c (tree_function_versioning): Call cgraph_get_node instead of cgr...Martin Jambor2011-04-121-2/+4
* hwint.c: New.Joseph Myers2010-11-301-1/+0
* builtins.c (fold_builtin_signbit): Use build_zero_cst instead of fold_convert.Nathan Froyd2010-11-031-1/+1
* tree.h (struct tree_base): Add nameless_flag bitfield.Jakub Jelinek2010-07-231-0/+10
* tree.h (DECL_CHAIN): Define.Nathan Froyd2010-07-151-18/+18
* tree.h (build_function_call_expr): Delete.Nathan Froyd2010-07-131-30/+32
* re PR debug/44901 (-fcompare-debug failure for tree-predcom.c)Jakub Jelinek2010-07-131-6/+13
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-19/+19
* gcc/Richard Sandiford2010-07-041-3/+4
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-28/+43
* system.h: Poison GCC_EXCEPT_H for front-end files.Steven Bosscher2010-06-281-2/+2
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+3
* tree-vrp.c (debug_value_range, [...]): Annotate with DEBUG_FUNCTION.Jan Hubicka2010-05-291-2/+2
* cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka2010-05-291-16/+2
* diagnostic-core.h: New.Joseph Myers2010-05-271-3/+3
* re PR middle-end/43570 (OpenMP: Invalid read of size 1 (libgomp.fortran/vla6....Jakub Jelinek2010-04-211-10/+18
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR fortran/42866 (ICE for REDUCTION with ALLOCATABLE array as variable on ...Jakub Jelinek2010-01-261-1/+1
* Handle GIMPLE_COND in diagnose_sb_2.H.J. Lu2009-12-281-0/+21
* matrix-reorg.c (analyze_matrix_allocation_site): Remove unused malloc_fname v...Jakub Jelinek2009-11-281-11/+5
* Remove trailing white spaces.H.J. Lu2009-11-251-38/+38
* Squash commit of EH in gimpleRichard Henderson2009-09-141-10/+9
* omp-low.c (optimize_omp_library_calls): Use types_compatible_p instead of com...Michael Matz2009-08-191-2/+2
* tree-cfg.c (pass_warn_unused_result): Mark name that no dump file will be cre...Richard Guenther2009-08-031-1/+1
* Add source_location support to PHI arguments.Andrew MacLeod2009-07-301-6/+12
* re PR c/40401 (ICE: verify_gimple failed)Richard Guenther2009-07-171-11/+29
* re PR c/40435 (Revision 148442 caused many regressions on trunk)Aldy Hernandez2009-07-161-87/+129
* re PR middle-end/38212 (restrict implementation causes wrong-code)Richard Guenther2009-06-291-2/+2
* java-gimplify.c (java_gimplify_block): New argument to build_empty_stmt.Aldy Hernandez2009-06-121-24/+37
* re PR middle-end/39958 (OMP tasking creates invalid gimple)Jakub Jelinek2009-05-291-1/+5
* re PR tree-optimization/38964 (TBAA side-effects of C++ new still missing)Richard Guenther2009-05-221-2/+0
* Fix enum conversions which are invalid in C++:Ian Lance Taylor2009-04-201-1/+2
* omp-low.c (create_omp_child_function): Set DECL_CONTEXT for DECL.Diego Novillo2009-04-171-0/+1
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-2/+2
* re PR tree-optimization/39698 (wrong types for vectorized reduction)Richard Guenther2009-04-161-8/+12