aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-08-03Removal of HSA offloading from gcc and libgompMartin Jambor1-1/+0
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-06-10tree.def (OMP_SCAN): New tree code.Jakub Jelinek1-0/+1
2019-03-26tree-inline.c (remap_gimple_stmt): Cache gimple_block.Richard Biener1-5/+2
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-05re PR c/87028 (false positive -Wstringop-truncation strncpy with global varia...Jeff Law1-0/+7
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-12[SFN] introduce statement frontier notes, still disabledAlexandre Oliva1-0/+29
2017-12-12[SFN] not-quite-boilerplate changes in preparation to introduce nonbind markersAlexandre Oliva1-1/+1
2017-06-21Make early return predictor more precise.Martin Liska1-0/+2
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-903/+7
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-7/+903
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-10-11re PR debug/77931 (PASS->FAIL: gdb.cp/namespace.exp: print ina)Richard Biener1-7/+10
2016-10-09tree-ssa.c (target_for_debug_bind, [...]): Use VAR_P and/or VAR_OR_FUNCTION_D...Jakub Jelinek1-1/+1
2016-10-07gimple-low.c (lower_gimple_bind): Clear DECL_CHAIN of vars in gimple_bind_var...Richard Biener1-0/+17
2016-08-17gimple-fold.c (gimple_fold_call): Use gimple_call_noreturn_p instead of testi...Jakub Jelinek1-1/+1
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-1/+10
2016-01-19Merge of HSAMartin Jambor1-0/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-8/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-4/+3
2015-10-16tree-nested.h (build_addr): Adjust prototype.Richard Biener1-2/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-11/+11
2015-08-18re PR middle-end/67222 (ICE in gimple_call_arg with bogus posix_memalign)Marek Polacek1-1/+2
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-10/+4
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-3/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-29gimple-expr.h (create_tmp_var_raw, [...]): Add default NULL value to last arg...Jakub Jelinek1-3/+3
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-13/+26
2014-11-10gimple-low.c (lower_function_body): Clear the location of the first inserted ...Eric Botcazou1-1/+11
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+8
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+6
2014-07-10re PR middle-end/53590 (compiler fails to generate SIMD instruction for FP di...Eric Botcazou1-1/+1
2014-07-09remove has_executeTrevor Saunders1-1/+0
2014-04-17pass cfun to pass::executeTrevor Saunders1-1/+1
2014-04-17remove has_gateTrevor Saunders1-1/+0
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-9/+1
2014-02-12re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-13/+25
2014-02-07re PR middle-end/60092 (posix_memalign not recognized to derive alias and ali...Richard Biener1-5/+56
2014-02-01re PR tree-optimization/60003 (wrong code with __builtin_setjmp/__builtin_lon...Jakub Jelinek1-0/+6
2014-01-29re PR middle-end/59917 (ICE in calc_dfs_tree, at dominance.c:401)Jakub Jelinek1-44/+7
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-0/+5
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2