aboutsummaryrefslogtreecommitdiff
path: root/gcc/omp-low.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-18c-common.c (convert_vector_to_pointer_for_subscript): Remove cast to unsigned...Richard Sandiford1-2/+1
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-3/+3
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-2/+2
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-1/+1
2013-11-18cuintp.c: Replace host_integerp (..., 0) with tree_fits_shwi_p throughout.Richard Sandiford1-3/+3
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-15Makefile.in (C_COMMON_OBJS): Depend on c-cilkplus.o.Aldy Hernandez1-31/+85
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-05invoke.texi (-fopenmp-simd): Document new option.Tobias Burnus1-2/+2
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-0/+8
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-0/+2
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-23/+157
2013-10-11target.c: New file.Jakub Jelinek1-288/+2312
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-6/+6
2013-09-19re PR tree-optimization/58472 (gomp4: ICE in in vectorizable_store, at tree-v...Jakub Jelinek1-0/+3
2013-09-19omp-low.c (expand_omp_sections): Always pass len - 1 to GOMP_sections_start, ...Jakub Jelinek1-2/+1
2013-09-18omp-low.c (copy_var_decl): Copy DECL_ATTRIBUTES.Jakub Jelinek1-0/+1
2013-09-16Introduce -ftree-loop-vectorize optionXinliang David Li1-5/+7
2013-09-13re PR libgomp/58392 (internal compiler error: in expand_GOMP_SIMD_VF, at inte...Jakub Jelinek1-1/+1
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-28re PR middle-end/58257 (Bogus warning with OpenMP collapsed loops)Jakub Jelinek1-0/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-250/+1069
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-54/+109
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-05-27re PR middle-end/57412 (ICE: in verify_loop_structure, at cfgloop.c:1647: loo...Richard Biener1-1/+1
2013-05-16omp-low.c (extract_omp_for_data): For collapsed loops...Jakub Jelinek1-6/+192
2013-04-29re PR middle-end/57089 (ICE in verify_loop_structure, at cfgloop.c:1647)Richard Biener1-10/+40
2013-04-26omp-low.c (finalize_task_copyfn): Do not drop PROP_loops.Richard Biener1-6/+8
2013-04-26tree-cfg.c (execute_build_cfg): Build the loop tree.Richard Biener1-0/+15
2013-04-09re PR middle-end/56883 (error openmp parallel for order)Jakub Jelinek1-20/+50
2013-02-06re PR c++/56217 (ICE: OpenMP: when combining shared() and a move constructor)Jakub Jelinek1-4/+11
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-32/+33
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+3
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-12/+2
2012-09-04gimple.h (gimple_build_switch): Remove.Steven Bosscher1-1/+1
2012-08-20re PR middle-end/53992 (Combining -fopenmp and -fgnu-tm results in segfault o...Patrick Marlier1-0/+3
2012-08-07gimple.h (gimple_phi_set_result): Adjust SSA_NAME_DEF_STMT.Richard Guenther1-4/+0
2012-08-02tree-flow.h (make_rename_temp): Remove.Richard Guenther1-6/+6
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-2/+2
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-13/+1
2012-07-23opts.c (common_handle_option): Do not set flag_value_profile_transformations ...Steven Bosscher1-3/+0
2012-07-19re PR middle-end/54017 (Incorrect implementation of infinite loops in OpenMP ...Jakub Jelinek1-46/+37
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-9/+6
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-6/+9
2012-06-07re PR c/53580 (Internal Segmentation fault in nested "omp parallel", "omp par...Jakub Jelinek1-40/+56