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