aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-08re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)Jakub Jelinek1-2/+2
2008-11-03omp-low.c (expand_omp_for_generic): If iter_type has different precision than...Steve Ellcey1-2/+14
2008-09-04rtl.h (LABEL_REF_NONLOCAL_P): Don't check for REG_LABEL_OPERAND or REG_LABEL_...Ian Lance Taylor1-1/+1
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-1/+1
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-1324/+1413
2008-07-19re PR middle-end/36877 (-O0 -fopenmp -march=i386 atomics)Jakub Jelinek1-0/+1
2008-07-10re PR middle-end/36790 (ICE on valid code: OpenMP task construct with default...Jakub Jelinek1-4/+6
2008-07-09gimplify.c (struct gimplify_ctx): Move to tree-gimple.h.Jakub Jelinek1-9/+19
2008-06-27re PR debug/36617 (Debug info for OpenMP code is almost non-existent)Jakub Jelinek1-18/+61
2008-06-26driver-i386.c (detect_caches_amd, [...]): Fix -Wc++-compat and/or -Wcast-qual...Kaveh R. Ghazi1-9/+9
2008-06-20re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek1-32/+34
2008-06-15omp-low.c (extract_omp_for_data): Fix comment typo.Ralf Wildenhues1-1/+1
2008-06-12re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek1-0/+1
2008-06-12re PR middle-end/36506 (Broken #pragma omp sections reduction (+:x))Jakub Jelinek1-2/+32
2008-06-06c-cppbuiltin.c (c_cpp_builtins): Change _OPENMP value to 200805.Jakub Jelinek1-320/+1617
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-23omp-low.c (gate_expand_omp_ssa): Remove.Aldy Hernandez1-29/+1
2008-05-13tree.h (init_phinodes, [...]): Move ...Diego Novillo1-1/+1
2008-05-07re PR middle-end/36106 (#pragma omp atomic issues with floating point types)Jakub Jelinek1-42/+71
2008-04-18except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka1-1/+1
2008-04-03re PR middle-end/35818 (ICE on incomplete array in shared clause)Jakub Jelinek1-1/+2
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-9/+15
2008-03-13re PR middle-end/35185 (ICE using openmp with g++-4.2)Jakub Jelinek1-112/+105
2008-03-12re PR middle-end/35549 (Invalid use of copy-in/out for shared vars in nested ...Jakub Jelinek1-14/+42
2008-02-15re PR middle-end/35196 (lastprivate broken for static non-ordered loops)Jakub Jelinek1-26/+10
2008-01-19re PR gcov-profile/34610 (ICE with "-fprofile-arcs -fopenmp")Jakub Jelinek1-0/+13
2008-01-08re PR middle-end/34694 (Wrong line number for uninitialized variable)Jakub Jelinek1-0/+1