summaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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