summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
Commit message (Expand)AuthorAgeFilesLines
* omp-low.c (expand_omp_for_generic): If iter_type has different precision than...Steve Ellcey2008-11-031-2/+14
* rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor2008-09-041-1/+1
* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther2008-08-091-1/+1
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1324/+1413
* re PR middle-end/36877 (-O0 -fopenmp -march=i386 atomics)Jakub Jelinek2008-07-191-0/+1
* re PR middle-end/36790 (ICE on valid code: OpenMP task construct with default...Jakub Jelinek2008-07-101-4/+6
* gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek2008-07-091-9/+19
* re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek2008-06-271-18/+61
* driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi2008-06-261-9/+9
* re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2008-06-201-32/+34
* omp-low.c (extract_omp_for_data): Fix comment typo.Ralf Wildenhues2008-06-151-1/+1
* re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek2008-06-121-0/+1
* re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek2008-06-121-2/+32
* c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek2008-06-061-320/+1617
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* omp-low.c (gate_expand_omp_ssa): Remove.Aldy Hernandez2008-05-231-29/+1
* tree.h (init_phinodes, [...]): Move ...Diego Novillo2008-05-131-1/+1
* re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek2008-05-071-42/+71
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-1/+1
* re PR middle-end/35818 (ICE on incomplete array in shared clause)Jakub Jelinek2008-04-031-1/+2
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-9/+15
* re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek2008-03-131-112/+105
* re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek2008-03-121-14/+42
* re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek2008-02-151-26/+10
* re PR gcov-profile/34610 (ICE with "-fprofile-arcs -fopenmp")Jakub Jelinek2008-01-191-0/+13
* re PR middle-end/34694 (Wrong line number for uninitialized variable)Jakub Jelinek2008-01-081-0/+1
* re PR middle-end/34608 (ICE with "-ftest-coverage -fopenmp")Jakub Jelinek2008-01-031-1/+19
* omp-low.c (build_omp_regions_1): Recognition of combined parallels moved ...Zdenek Dvorak2007-12-191-5/+5
* omp-low.c (optimize_omp_library_calls): New function.Jakub Jelinek2007-12-041-0/+57
* omp-low.c (lookup_decl_in_outer_ctx): Allow calling this with !ctx->is_nested.Jakub Jelinek2007-12-041-14/+7
* 2007-09-23 Razya LadelskyRazya Ladelsky2007-10-291-4/+369
* tree-parloops.c: New file.Zdenek Dvorak2007-09-151-4/+42
* cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak2007-09-071-288/+499
* Add target hook invoked when cfun changes.Sandra Loosemore2007-09-051-4/+3
* alias.c (component_uses_parent_alias_set): Constify.Kaveh R. Ghazi2007-08-141-2/+2
* tree-pretty-print.c (dump_generic_node): Dump OMP_SECTIONS_SWITCH.Zdenek Dvorak2007-08-011-150/+152
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR libgomp/32468 (number of threads in a parallel region depends on number...Jakub Jelinek2007-07-021-2/+40
* re PR middle-end/32362 (ICE: in lookup_decl_in_outer_ctx, at omp-low.c:1508)Jakub Jelinek2007-06-211-2/+2
* re PR libstdc++/29286 (placement new does not change the dynamic type as it s...Ian Lance Taylor2007-06-121-0/+1
* tree-ssa-loop-im.c (determine_invariantness_stmt): Attempt to transform only ...Zdenek Dvorak2007-04-271-43/+11
* tree-phinodes.c (reserve_phi_args_for_new_edge, [...]): Use phi_nodes_ptr.Zdenek Dvorak2007-04-231-1/+1
* re PR c++/25874 ([gomp] ICE in calc_dfs_tree())Jakub Jelinek2007-04-141-0/+10
* omp-low.c (splay-tree.h): Include.Richard Guenther2007-03-311-8/+9
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-29/+29
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-90/+58
* re PR middle-end/30421 (incorrect warning when using firstprivate and lastpri...Jakub Jelinek2007-01-241-6/+25
* cgraph.c (cgraph_exapnd_queue): Rename to...Jan Hubicka2006-12-301-1/+1
* re PR middle-end/30143 ([4.2 only] OpenMP can produce invalid gimple)Andrew Pinski2006-12-201-1/+43
* omp-low.c (expand_omp_parallel): Set function properties.Jan Hubicka2006-12-161-0/+2