aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-low.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-17gimple.h: Reorder prototypes to match .c declaration order...Andrew MacLeod1-0/+1
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-1/+0
2013-10-18tree-ssa.h: Don't include gimple-low.h...Andrew MacLeod1-97/+1
2013-10-11target.c: New file.Jakub Jelinek1-0/+3
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-124/+2
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-4/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-17/+34
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-4/+8
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-23re PR c++/54046 (wrong control reaches end of non-void function for switch ca...Jakub Jelinek1-1/+8
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-22/+10