summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* omp-low.c (lower_rec_input_clauses): Build correct address expressions.Richard Guenther2009-04-151-3/+4
* tree-cfg.c (verify_gimple_assign_unary): Adjust vector code verification.Richard Guenther2009-04-141-2/+3
* re PR middle-end/39573 (Linking fails on AMD with -march=native and -fopenmp,...Jakub Jelinek2009-04-081-0/+8
* omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher2009-04-031-8/+7
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-0/+2
* re PR other/39591 (GOMP_loop_end illegally optmized into GOMP_loop_end_nowait)Jakub Jelinek2009-04-011-3/+48
* ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor2009-03-301-3/+4
* gimplify.c (mark_addressable): Export.Richard Guenther2009-03-271-0/+3
* re PR tree-optimization/39331 (OpenMP and return-slot-optimization generate i...Richard Guenther2009-03-011-1/+8
* re PR middle-end/36802 (pop_gimplify_context ICE using openmp task construct)Jakub Jelinek2008-12-081-2/+2
* 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